aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/itemLibrary/multimedia.metainfo
blob: 2e3616aa4b57731ea99edf1f06413b27b3f8a26c (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
MetaInfo {
    Type {
        name: "QtMultimedia.MediaPlayer"
        icon: "images/media-player-16px.png"

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeContainer: false
        }

        ItemLibraryEntry {
            name: "Media Player"
            category: "f.Qt Quick - Multimedia"
            libraryIcon: "images/media-player-24px.png"
            version: "6.0"
            requiredImport: "QtMultimedia"
        }
    }

    Type {
        name: "QtMultimedia.AudioOutput"
        icon: "images/audio-output-16px.png"

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeContainer: false
        }

        ItemLibraryEntry {
            name: "Audio Output"
            category: "f.Qt Quick - Multimedia"
            libraryIcon: "images/audio-output-24px.png"
            version: "6.0"
            requiredImport: "QtMultimedia"
        }
    }

    Type {
        name: "QtMultimedia.VideoOutput"
        icon: "images/video-output-16px.png"

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: false
            canBeContainer: false
        }

        ItemLibraryEntry {
            name: "Video Output"
            category: "f.Qt Quick - Multimedia"
            libraryIcon: "images/video-output-24px.png"
            version: "6.0"
            requiredImport: "QtMultimedia"
        }
    }

    Type {
        name: "QtMultimedia.Video"
        icon: "images/video-16px.png"

        Hints {
            visibleInNavigator: true
            canBeDroppedInNavigator: true
            canBeDroppedInFormEditor: true
            canBeContainer: false
        }

        ItemLibraryEntry {
            name: "Video"
            category: "f.Qt Quick - Multimedia"
            libraryIcon: "images/video-24px.png"
            version: "6.0"
            requiredImport: "QtMultimedia"

            Property { name: "width"; type: "int"; value: 200; }
            Property { name: "height"; type: "int"; value: 200; }
        }
    }
}