Mercurial > minori
annotate rc/icons.qrc @ 75:d3e9310598b1
*: refactor some stuff
text: "TextParagraph"s are now called sections, because that's the
actual word for it :P
text: new classes: Line and OneLineSection, solves many problems with
paragraphs that are only one line long (ex. going out of bounds)
http: reworked http stuff to allow threaded get requests, also moved it
to its own file to (hopefully) remove clutter
eventually I'll make a threaded post request method and use that in
the "basic" function
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Wed, 04 Oct 2023 01:42:30 -0400 |
parents | 27a19dd6cba1 |
children | 621084cc542c |
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> | |
69 | 10 <file>icons/24x24/application-export.png</file> |
6
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
11 <file>icons/24x24/application-sidebar-list.png</file> |
2 | 12 <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
|
13 <file>icons/24x24/feed.png</file> |
2 | 14 <file>icons/24x24/folder-open.png</file> |
15 <file>icons/24x24/gear.png</file> | |
6
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
16 <file>icons/24x24/globe.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
17 <file>icons/24x24/inbox-film.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
18 <file>icons/24x24/megaphone.png</file> |
1d82f6e04d7d
Update: add first parts to the settings dialog
Paper <mrpapersonic@gmail.com>
parents:
2
diff
changeset
|
19 <file>icons/24x24/question.png</file> |
2 | 20 </qresource> |
1 | 21 </RCC> |