Type QML Type
| Import Statement: | import QmlModule |
Enumerations
Properties
Detailed Description
Enumeration Documentation
different
| Constant | Description |
Type.And | now |
Type.For | something |
Type.Completely (since Qt 0.9) | different |
even_more
| Constant | Description |
Foo.Have | |
Foo.Prefix (since Qt 0.1) | Already |
more_values
| Constant | Description |
More.One | One value |
More.Two | 2nd value |
More.Three | 3rd value |
This enumeration was introduced in Qt 1.1.
See also Type.And.
Property Documentation
something : enumeration
| Constant | Description |
SomeType.Something | something |
SomeType.Else | entirely |
values : enumeration
You can even use these values in QML.
| Constant | Description |
Type.One | One value |
Type.Two | 2nd value |
Type.Three | 3rd value |