-
Notifications
You must be signed in to change notification settings - Fork 49
/
qmlcreator_resources.qrc
168 lines (168 loc) · 8.82 KB
/
qmlcreator_resources.qrc
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<RCC>
<qresource prefix="/">
<file>resources/fonts/editor/dejavusansmono.ttf</file>
<file>resources/fonts/editor/droidsansmono.ttf</file>
<file>resources/fonts/editor/firamono.ttf</file>
<file>resources/fonts/editor/liberationmono.ttf</file>
<file>resources/fonts/editor/sourcecodepro.ttf</file>
<file>resources/fonts/editor/ubuntumono.ttf</file>
<file>resources/fonts/ui/fontawesome.ttf</file>
<file>resources/fonts/ui/robotobold.ttf</file>
<file>resources/fonts/ui/robotobolditalic.ttf</file>
<file>resources/fonts/ui/robotoitalic.ttf</file>
<file>resources/fonts/ui/robotoregular.ttf</file>
<file>resources/images/icon128.png</file>
<file>resources/images/icon256.png</file>
<file>resources/images/icon512.png</file>
<file>resources/images/particle1.png</file>
<file>resources/images/particle2.png</file>
<file>resources/meshes/logo.obj</file>
<file>resources/templates/JsFile.js</file>
<file>resources/templates/MainFile.qml</file>
<file>resources/templates/QmlFile.qml</file>
<file>qml/main.qml</file>
<file>qml/components/dialogs/BaseDialog.qml</file>
<file>qml/components/dialogs/ConfirmationDialog.qml</file>
<file>qml/components/dialogs/DialogLoader.qml</file>
<file>qml/components/dialogs/FontFamilyDialog.qml</file>
<file>qml/components/dialogs/FontSizeDialog.qml</file>
<file>qml/components/dialogs/IndentSizeDialog.qml</file>
<file>qml/components/dialogs/ListDialog.qml</file>
<file>qml/components/dialogs/MessageDialog.qml</file>
<file>qml/components/dialogs/NewFileDialog.qml</file>
<file>qml/components/dialogs/NewProjectDialog.qml</file>
<file>qml/components/palettes/BasePalette.qml</file>
<file>qml/components/palettes/CutePalette.qml</file>
<file>qml/components/palettes/DarkPalette.qml</file>
<file>qml/components/palettes/LightPalette.qml</file>
<file>qml/components/palettes/PaletteLoader.qml</file>
<file>qml/components/CApplicationWindow.qml</file>
<file>qml/components/CBackButton.qml</file>
<file>qml/components/CCheckBox.qml</file>
<file>qml/components/CCodeArea.qml</file>
<file>qml/components/CContextMenuButton.qml</file>
<file>qml/components/CDialogButton.qml</file>
<file>qml/components/CEditorScrollBar.qml</file>
<file>qml/components/CFileButton.qml</file>
<file>qml/components/CFlickable.qml</file>
<file>qml/components/CHorizontalSeparator.qml</file>
<file>qml/components/CIcon.qml</file>
<file>qml/components/CInformationItem.qml</file>
<file>qml/components/CLabel.qml</file>
<file>qml/components/CListView.qml</file>
<file>qml/components/CNavigationButton.qml</file>
<file>qml/components/CNavigationScrollBar.qml</file>
<file>qml/components/CScrollBar.qml</file>
<file>qml/components/CSwitcher.qml</file>
<file>qml/components/CSettingButton.qml</file>
<file>qml/components/CSlider.qml</file>
<file>qml/components/CTextArea.qml</file>
<file>qml/components/CTextField.qml</file>
<file>qml/components/CToolBar.qml</file>
<file>qml/components/CToolButton.qml</file>
<file>qml/components/CTooltip.qml</file>
<file>qml/components/CVerticalSeparator.qml</file>
<file>qml/screens/AboutScreen.qml</file>
<file>qml/screens/BlankScreen.qml</file>
<file>qml/screens/EditorScreen.qml</file>
<file>qml/screens/ExamplesScreen.qml</file>
<file>qml/screens/FilesScreen.qml</file>
<file>qml/screens/MainMenuScreen.qml</file>
<file>qml/screens/ModulesScreen.qml</file>
<file>qml/screens/PlaygroundScreen.qml</file>
<file>qml/screens/ProjectsScreen.qml</file>
<file>qml/screens/SettingsScreen.qml</file>
<file>qml/examples/3D/main.qml</file>
<file>qml/examples/Accelerometer/main.qml</file>
<file>qml/examples/Ambient Light Sensor/main.qml</file>
<file>qml/examples/Analog Clock/Clock.qml</file>
<file>qml/examples/Analog Clock/ClockBackground.qml</file>
<file>qml/examples/Analog Clock/ClockDigits.qml</file>
<file>qml/examples/Analog Clock/ClockHand.qml</file>
<file>qml/examples/Analog Clock/main.qml</file>
<file>qml/examples/Canvas/main.qml</file>
<file>qml/examples/Controls/main.qml</file>
<file>qml/examples/Debugging/main.qml</file>
<file>qml/examples/Debugging/Rect.qml</file>
<file>qml/examples/Device Info/main.qml</file>
<file>qml/examples/Dialogs/ColorDialogTab.qml</file>
<file>qml/examples/Dialogs/main.qml</file>
<file>qml/examples/Dialogs/MessageDialogTab.qml</file>
<file>qml/examples/Gradient Text/main.qml</file>
<file>qml/examples/Graphical Effects/BrightnessContrastTab.qml</file>
<file>qml/examples/Graphical Effects/DesaturateTab.qml</file>
<file>qml/examples/Graphical Effects/DirectionalBlurTab.qml</file>
<file>qml/examples/Graphical Effects/main.qml</file>
<file>qml/examples/Joystick/Joystick.qml</file>
<file>qml/examples/Joystick/main.qml</file>
<file>qml/examples/Joystick/Player.qml</file>
<file>qml/examples/Live Webcam/main.qml</file>
<file>qml/examples/Live Webcam/WebcamsModel.qml</file>
<file>qml/examples/Local Storage/Database.js</file>
<file>qml/examples/Local Storage/main.qml</file>
<file>qml/examples/Looped List View/DateSelector.qml</file>
<file>qml/examples/Looped List View/LoopedListView.qml</file>
<file>qml/examples/Looped List View/LoopedListViewDelegate.qml</file>
<file>qml/examples/Looped List View/main.qml</file>
<file>qml/examples/Looped List View/NumberSelector.qml</file>
<file>qml/examples/Map/main.qml</file>
<file>qml/examples/Multi-touch/main.qml</file>
<file>qml/examples/Multi-touch/TouchItem.qml</file>
<file>qml/examples/Camera/main.qml</file>
<file>qml/examples/Particles/main.qml</file>
<file>qml/examples/Proximity Sensor/main.qml</file>
<file>qml/examples/Repeater/ColorRect.qml</file>
<file>qml/examples/Repeater/main.qml</file>
<file>qml/examples/Settings/main.qml</file>
<file>qml/examples/Shader Effect/main.qml</file>
<file>qml/examples/Styles/main.qml</file>
<file>qml/examples/Styles/SBusyIndicatorStyle.qml</file>
<file>qml/examples/Styles/SButtonStyle.qml</file>
<file>qml/examples/Swipe View/LogInScreen.qml</file>
<file>qml/examples/Swipe View/main.qml</file>
<file>qml/examples/Swipe View/RegisterScreen.qml</file>
<file>qml/examples/Swipe View/RestorePasswordScreen.qml</file>
<file>qml/examples/Swipe View/SwipeScreen.qml</file>
<file>qml/examples/Swipe View/SwipeView.qml</file>
<file>qml/examples/Timer/main.qml</file>
<file>qml/examples/Torch/main.qml</file>
<file>qml/examples/Transform/main.qml</file>
<file>qml/examples/WebSocket/main.qml</file>
<file>qml/examples/XMLHttpRequest/main.qml</file>
<file>resources/dictionaries/javascript.txt</file>
<file>resources/dictionaries/keywords.txt</file>
<file>resources/dictionaries/properties.txt</file>
<file>resources/dictionaries/qml.txt</file>
<file>qml/modules/3D.qml</file>
<file>qml/modules/3DInput.qml</file>
<file>qml/modules/3DRenderer.qml</file>
<file>qml/modules/AudioEngine.qml</file>
<file>qml/modules/Bluetooth.qml</file>
<file>qml/modules/Canvas3D.qml</file>
<file>qml/modules/Controls.qml</file>
<file>qml/modules/Dialogs.qml</file>
<file>qml/modules/Extras.qml</file>
<file>qml/modules/FolderListModel.qml</file>
<file>qml/modules/GraphicalEffects.qml</file>
<file>qml/modules/Layouts.qml</file>
<file>qml/modules/LocalStorage.qml</file>
<file>qml/modules/Location.qml</file>
<file>qml/modules/Models.qml</file>
<file>qml/modules/Multimedia.qml</file>
<file>qml/modules/Nfc.qml</file>
<file>qml/modules/Particles.qml</file>
<file>qml/modules/Positioning.qml</file>
<file>qml/modules/Qml.qml</file>
<file>qml/modules/Quick.qml</file>
<file>qml/modules/Scene3D.qml</file>
<file>qml/modules/Sensors.qml</file>
<file>qml/modules/Settings.qml</file>
<file>qml/modules/Styles.qml</file>
<file>qml/modules/Test.qml</file>
<file>qml/modules/WebSockets.qml</file>
<file>qml/modules/WebView.qml</file>
<file>qml/modules/Window.qml</file>
<file>qml/modules/XmlListModel.qml</file>
<file>resources/translations/qmlcreator_ru.qm</file>
</qresource>
</RCC>