[Prev: Class Properties] [Home] [Next: Adding Modules to a Project]
// A one line comment. /* A multi-line comment. */
Qt Script supports the same commenting syntax as C++. One line comments may appear on a line of their own, or after the statements on a line. Multi-line comments may appear anywhere.
[Prev: Class Properties] [Home] [Next: Adding Modules to a Project]