QML formatting
-
After messing around a bit with formatting I noticed the while C++ has a section for brackets QML does not. Is there any way I can alter how QML handles brackets or are my options really only spaces and tabs?
-
@Circuits
Do you mean in writing the source code for QML versus C++? Each language has its own syntax, you cannot alter that.....