-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqml.qrc
More file actions
executable file
·22 lines (22 loc) · 799 Bytes
/
qml.qrc
File metadata and controls
executable file
·22 lines (22 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>images/key-icon.png</file>
<file>images/app-icon.ico</file>
<file>MasterPasswordEnterPage.qml</file>
<file>PasswordsListViewPage.qml</file>
<file>PasswordSyncClient.qml</file>
<file>PasswordSyncServer.qml</file>
<file>PasswordEditPage.qml</file>
<file>SettingsPage.qml</file>
<file>SyncPage.qml</file>
<file>ServersListViewPage.qml</file>
<file>ChangePasswordPage.qml</file>
<file>PasswordsChangeHistoryPage.qml</file>
<file>ExportPage.qml</file>
<file>ImportPage.qml</file>
<file>images/folder.svg</file>
<file>images/none.svg</file>
</qresource>
</RCC>