mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
efb7f109e8
Dirk asked me to try to make it more modern, so I used as a base, the Firefox preferences. currently it saves / loads the preferences, and also smits a signal 'preferencesChanged' that should be connected to anything that uses preferenes, via the PreferencesDialog::intance() object. In the future, I plan to make it have a signal / slot for each member that changes. I also moved the icons to a new folder this time, because the amount of icons is now more than just two, and it was becoming messy. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
11 lines
400 B
Text
11 lines
400 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file alias="star">icons/star.svg</file>
|
|
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
|
|
<file alias="plus">icons/plus.png</file>
|
|
<file alias="trash">icons/trash.png</file>
|
|
<file alias="units">icons/units.png</file>
|
|
<file alias="advanced">icons/advanced.png</file>
|
|
<file alias="graph">icons/graph.png</file>
|
|
</qresource>
|
|
</RCC>
|