A QML type documented in a .cpp file. More...
| Import Statement: | import QDoc.Test 1.1 | 
| Instantiates: | Test | 
| [read-only] id : int | 
A read-only property.
| [required] name : string | 
Name of the Test.
| [default: Type.NoType] Type.type : enumeration | 
| Constant | Description | 
|---|---|
| Type.NoType | Nothing | 
| Type.SomeType | Something | 
| completed(int status) | 
This signal is emitted when the operation completed with status.
Note: The corresponding handler is onCompleted.
| group.created() | 
This signal is prefixed with group.
Note: The corresponding handler is group.onCreated.
| configured() | 
This attached signal is emitted when the type was configured.
Note: The corresponding handler is onConfigured.
| disable() | 
| enable() | 
Enables or disables this type.
| Type copy(a) | 
Returns another Type based on a.