Mercurial > minori
annotate rc/icons.qrc @ 46:d0adc4aedfc8
*: update...
this commit:
1. consolidates dark theme stuff to dark_theme.cpp
2. creates a new widgets folder to store all of our
custom widgets
3. creates the list settings page in the information
dialog, although much of it is nonfunctional: it
doesn't save, and the status doesn't even get filled
in... we'll fix this later!
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sat, 23 Sep 2023 01:02:15 -0400 |
parents | 1d82f6e04d7d |
children | 27a19dd6cba1 |
rev | line source |
---|---|
2 | 1 <!DOCTYPE rcc><RCC version="1.0"> |
2 <qresource> | |
3 <file>icons/16x16/calendar.png</file> | |
4 <file>icons/16x16/chart.png</file> | |
5 <file>icons/16x16/clock-history-frame.png</file> | |
6 <file>icons/16x16/document-list.png</file> | |
7 <file>icons/16x16/feed.png</file> | |
8 <file>icons/16x16/film.png</file> | |
9 <file>icons/16x16/magnifier.png</file> | |
6
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
10 <file>icons/24x24/application-sidebar-list.png</file> |
2 | 11 <file>icons/24x24/arrow-circle-double-135.png</file> |
6
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
12 <file>icons/24x24/feed.png</file> |
2 | 13 <file>icons/24x24/folder-open.png</file> |
14 <file>icons/24x24/gear.png</file> | |
6
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
15 <file>icons/24x24/globe.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
16 <file>icons/24x24/inbox-film.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
17 <file>icons/24x24/megaphone.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
18 <file>icons/24x24/question.png</file> |
2 | 19 </qresource> |
1 | 20 </RCC> |