• Types
  • Type
  • Type QML Type

    A QML type documented in a .cpp file. More...

    Import Statement: import QDoc.Test 1.1
    Since: Qt 1.1
    Instantiates: Test
    Status: <Work In Progress>

    Properties

    Attached Properties

    Signals

    Attached Signals

    Methods

    Detailed Description

    Property Documentation

    fifth : int

    fourth : int

    A group of properties sharing a documentation comment.


    group group

    group.first : int

    group.second : int

    group.third : int

    A property group.


    [read-only] id : int

    A read-only property.


    [required] name : string

    Name of the Test.


    Attached Property Documentation

    [default: Type.NoType] Type.type : enumeration

    ConstantDescription
    Type.NoTypeNothing
    Type.SomeTypeSomething

    Signal Documentation

    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.


    Attached Signal Documentation

    configured()

    This attached signal is emitted when the type was configured.

    Note: The corresponding handler is onConfigured.


    Method Documentation

    disable()

    enable()

    Enables or disables this type.


    Type copy(a)

    Returns another Type based on a.