-
Notifications
You must be signed in to change notification settings - Fork 5
/
qml.qrc
54 lines (54 loc) · 2.85 KB
/
qml.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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>Pages/Welcome/WelcomePageForm.ui.qml</file>
<file>Pages/Welcome/WelcomePage.qml</file>
<file>Components/Colors.qml</file>
<file>Components/qmldir</file>
<file>Pages/Settings/SettingsPage.qml</file>
<file>Pages/Settings/SettingsPageForm.ui.qml</file>
<file>Components/DoubleSpinBox.qml</file>
<file>Components/BottomBar.qml</file>
<file>Components/BottomBarForm.ui.qml</file>
<file>3party/FontAwesome/Font Awesome 5 Brands-Regular-400.otf</file>
<file>3party/FontAwesome/Font Awesome 5 Free-Regular-400.otf</file>
<file>3party/FontAwesome/Font Awesome 5 Free-Solid-900.otf</file>
<file>Components/Buttons/DeleteButton.qml</file>
<file>Components/Buttons/DeleteButtonForm.ui.qml</file>
<file>Components/FontAwesome/FontAwesome.qml</file>
<file>Components/FontAwesome/FontAwesomeIcon.qml</file>
<file>Components/FontAwesome/FontAwesomeIconText.qml</file>
<file>Components/FontAwesome/FontAwesomeVariables.qml</file>
<file>Components/Buttons/PlayButton.qml</file>
<file>Components/Buttons/PlayButtonForm.ui.qml</file>
<file>Components/Buttons/RecordButton.qml</file>
<file>Components/Buttons/RecordButtonForm.ui.qml</file>
<file>Pages/Recorder/RecorderPage.qml</file>
<file>Pages/Recorder/RecorderPageForm.ui.qml</file>
<file>Components/Buttons/OpenFileButton.qml</file>
<file>Components/Buttons/OpenFileButtonForm.ui.qml</file>
<file>Bus.qml</file>
<file>Pages/Metrics/MetricsPage.qml</file>
<file>Pages/Metrics/MetricsPageForm.ui.qml</file>
<file>Components/Buttons/ShowDetailsButton.qml</file>
<file>Components/Buttons/ShowDetailsButtonForm.ui.qml</file>
<file>Components/Buttons/AnimatedRecordButton.qml</file>
<file>Components/Buttons/AnimatedRecordButtonForm.ui.qml</file>
<file>speech-active-3-icon.png</file>
<file>speech-active-2-icon.png</file>
<file>speech-active-1-icon.png</file>
<file>speech-active-0-icon.png</file>
<file>speech-icon.png</file>
<file>3party/FontAwesome/Font Awesome 5 Brands-Regular-400.ttf</file>
<file>3party/FontAwesome/Font Awesome 5 Free-Regular-400.ttf</file>
<file>3party/FontAwesome/Font Awesome 5 Free-Solid-900.ttf</file>
<file>Components/FontAwesome/FontAwesomeToolButton.qml</file>
<file>Components/Buttons/SaveResultButton.qml</file>
<file>Components/Buttons/SaveResultButtonForm.ui.qml</file>
<file>Pages/Results/ResultsPage.qml</file>
<file>Pages/Results/ResultsPageForm.ui.qml</file>
<file>wave_long.png</file>
<file>Components/FontAwesome/qmldir</file>
</qresource>
</RCC>