A QML type documented in a .cpp file. More...
| Import Statement: | import QDoc.Test 1.1 | 
| Since: | Qt 1.1 | 
| In C++: | Test | 
| Status: | <Work In Progress> | 
(until 6.3)| 
id : int  | 
A read-only property.
| 
name : string  | 
Name of the Test.
| 
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.
| 
 | 
This method is scheduled for deprecation in version 6.3.
Use something else instead.
This is a method that's marked for deprecation in a future version.