-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.qrc
33 lines (33 loc) · 1.2 KB
/
res.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
<RCC>
<qresource prefix="/">
<file>images/app.ico</file>
<file>images/application-exit.png</file>
<file>images/background.png</file>
<file>images/clear.png</file>
<file>images/connect.png</file>
<file>images/disconnect.png</file>
<file>images/settings.png</file>
<file>qss/mystyle.qss</file>
<file>images/tbtn1.ico</file>
<file>images/tbtn2.ico</file>
<file>images/tbtn3.ico</file>
<file>images/tbtn4.ico</file>
<file>images/tbtn5.ico</file>
<file>images/title.png</file>
<file>images/home.png</file>
<file>images/tbtn4.png</file>
<file>images/clear1.png</file>
<file>images/connect1.png</file>
<file>images/disconnect1.png</file>
<file>images/settings1.png</file>
<file>images/tbtn1.png</file>
<file>images/tbtn2.png</file>
<file>images/tbtn3.png</file>
<file>images/tbtn5.png</file>
<file>images/about.png</file>
<file>images/radio_select.png</file>
<file>images/radio_unselect.png</file>
<file>images/visualization.png</file>
<file>images/dataReceive.png</file>
</qresource>
</RCC>