Type QML Type Test A test project for QDoc build artifacts A QML type documented in a .cpp file. This type was introduced in Qt 1.1. Import Statement import QDoc.Test 1.1 Since: Qt 1.1 Instantiates: Test Detailed Description Property Documentation fifth : int int fifth writable public active unspecified fourth : int int fourth writable public active unspecified A group of properties sharing a documentation comment. group group group.first : int int group.first writable public active unspecified group.second : int int group.second writable public active unspecified group.third : int int group.third writable public active unspecified A property group. [read-only] id : int int id [read-only] public active unspecified A read-only property. [required] name : string string name writable required public active unspecified Name of the Test. Attached Property Documentation [default: Type.NoType] Type.type : enumeration enumeration Type.type attached writable public active unspecified Constant Description Type.NoType Nothing Type.SomeType Something Signal Documentation completed(int status) This signal is emitted when the operation completed with status. The corresponding handler is onCompleted. group.created() This signal is prefixed with group. The corresponding handler is group.onCreated. Attached Signal Documentation configured() This attached signal is emitted when the type was configured. The corresponding handler is onConfigured. Method Documentation disable() disable qmlmethod disable() public active unspecified enable() enable qmlmethod enable() public active unspecified Enables or disables this type. Type copy(a) Returns another Type based on a. Obsolete Members for Type The following members of QML type Type are deprecated. We strongly advise against using them in new code. Obsolete Method Documentation deprecatedMethod() This method is deprecated since 6.2. We strongly advise against using it in new code. This method has no replacement This is a method that should include information about being deprecated and that it has been so since 6.2 in its docs.