aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/LocaleTest/localeTest.qmltypes
blob: b5baa22357101ffd7a42118baf44a289af94214b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.

Module {
    Component {
        file: "AppManager.h"
        name: "AppManager"
        accessSemantics: "reference"
        prototype: "QObject"
        exports: ["LocaleTest/AppManager 1.0"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [256]
        Property {
            name: "primaryLocale"
            type: "QLocale"
            read: "getPrimaryLocale"
            notify: "primaryLocaleChanged"
            index: 0
            isReadonly: true
        }
        Signal {
            name: "primaryLocaleChanged"
            Parameter { type: "QLocale" }
        }
    }
}