forked from ukui/ukui-biometric-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assets.qrc
36 lines (36 loc) · 1.38 KB
/
assets.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
<RCC>
<qresource prefix="/images">
<file>assets/avatar.png</file>
<file>assets/dashboard.png</file>
<file>assets/dashboard-white.png</file>
<file>assets/switch_close_large.png</file>
<file>assets/switch_close_small.png</file>
<file>assets/switch_open_large.png</file>
<file>assets/switch_open_small.png</file>
<file>assets/min.png</file>
<file>assets/close.png</file>
<file>assets/logo.png</file>
<file>assets/fingerprint.gif</file>
<file>assets/fingerprint.png</file>
<file>assets/fingerprint-white.png</file>
<file>assets/fingervein.gif</file>
<file>assets/fingervein.png</file>
<file>assets/fingervein-white.png</file>
<file>assets/iris.gif</file>
<file>assets/iris.png</file>
<file>assets/iris-white.png</file>
<file>assets/collapse.png</file>
<file>assets/expand.png</file>
<file>assets/voiceprint.gif</file>
<file>assets/voiceprint.png</file>
<file>assets/voiceprint-white.png</file>
<file>assets/menu.png</file>
<file>assets/restart_service.png</file>
<file>assets/about.png</file>
<file>assets/underline.png</file>
</qresource>
<qresource prefix="/css">
<file>assets/promptdialog.qss</file>
<file>assets/mainwindow.qss</file>
</qresource>
</RCC>