-
Notifications
You must be signed in to change notification settings - Fork 2
/
resource.qrc
74 lines (74 loc) · 2.98 KB
/
resource.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
<RCC>
<qresource prefix="icons">
<file>Icons/App Icon/groot_icon.ico</file>
<file>Icons/App Icon/groot_48.png</file>
<file>Icons/16x16/bold.png</file>
<file>Icons/16x16/branch_open_light.png</file>
<file>Icons/16x16/branch_close_light.png</file>
<file>Icons/16x16/italic.png</file>
<file>Icons/16x16/underline.png</file>
<file>Icons/16x16/underline.png</file>
<file>Icons/16x16/folder_open.png</file>
<file>Icons/16x16/folder_light.png</file>
<file>Icons/16x16/folder_plus.png</file>
<file>Icons/16x16/encrypt.png</file>
<file>Icons/16x16/encrypt_24.png</file>
<file>Icons/16x16/encrypt_20.png</file>
<file>Icons/16x16/key.png</file>
<file>Icons/16x16/cancel.png</file>
<file>Icons/16x16/decrypt.png</file>
<file>Icons/16x16/doc_new.png</file>
<file>Icons/16x16/subfolder.png</file>
<file>Icons/16x16/subfolder_light.png</file>
<file>Icons/16x16/folder_plus.png</file>
<file>Icons/16x16/folder_minus.png</file>
<file>Icons/16x16/folder_open.png</file>
<file>Icons/16x16/folder_delete.png</file>
<file>Icons/16x16/folder.png</file>
<file>Icons/16x16/settings.png</file>
<file>Icons/16x16/print.png</file>
<file>Icons/16x16/doc_import.png</file>
<file>Icons/16x16/document_light.png</file>
<file>Icons/16x16/doc_export.png</file>
<file>Icons/16x16/quit.png</file>
<file>Icons/16x16/preview.png</file>
<file>Icons/16x16/edit.png</file>
<file>Icons/16x16/info.png</file>
<file>Icons/16x16/save.png</file>
<file>Icons/16x16/find.png</file>
<file>Icons/16x16/insert.png</file>
<file>Icons/16x16/image.png</file>
<file>Icons/Format Icons/16x16/html.png</file>
<file>Icons/Format Icons/16x16/markdown.png</file>
<file>Icons/Format Icons/16x16/pdf.png</file>
<file>Icons/16x16/bug.png</file>
<file>Icons/16x16/link.png</file>
<file>Icons/16x16/sun_light.png</file>
<file>Icons/16x16/sun_dark.png</file>
<file>Icons/16x16/case_sensitive.png</file>
<file>Icons/16x16/regex.png</file>
<file>Icons/16x16/whole_word.png</file>
<file>Icons/16x16/down_arrow.png</file>
<file>Icons/32x32/arrow_top.png</file>
<file>Icons/32x32/arrow_bottom.png</file>
<file>Icons/32x32/font_bold.png</file>
<file>Icons/32x32/delete_note.png</file>
<file>Icons/32x32/attention.png</file>
<file>Icons/32x32/font_bold.png</file>
<file>Icons/32x32/font_italic.png</file>
<file>Icons/32x32/image.png</file>
<file>Icons/32x32/encrypt.png</file>
<file>Icons/32x32/decrypt.png</file>
<file>Icons/32x32/key.png</file>
<file>Icons/32x32/cancel.png</file>
<file>Icons/32x32/user.png</file>
<file>Icons/32x32/box.png</file>
<file>Icons/32x32/display.png</file>
<file>Icons/32x32/brackets.png</file>
<file>Icons/32x32/clock.png</file>
<file>Icons/32x32/bullets.png</file>
<file>Icons/32x32/numbered_list.png</file>
<file>Icons/32x32/link.png</file>
<file>Icons/48x48/font_italic.png</file>
</qresource>
</RCC>