Type QML Type Test A test project for QDoc build artifacts A QML type documented in a .cpp file. Import Statement import QDoc.Test 1.1 Instantiates: Test Detailed Description Property Documentation A group of properties sharing a documentation comment. group group group.first : int int group.first writable public active unspecified Test group.second : int int group.second writable public active unspecified Test group.third : int int group.third writable public active unspecified Test A property group. [read-only] id : int int id [read-only] public active unspecified Test A read-only property. name : string string name writable public active unspecified Test Name of the Test. Attached Property Documentation Type.type : enumeration enumeration Type.type attached writable public active unspecified Test Constant Description Type.NoType Nothing Type.SomeType Something Signal Documentation completed(status) This signal is emitted when the operation completed with status. The corresponding handler is onCompleted. Attached Signal Documentation configured() This attached signal is emitted when the type was configured. The corresponding handler is onConfigured. Method Documentation Enables or disables this type. Type copy(a) Returns another Type based on a.