diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 15:19:48 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-24 15:19:48 -0300 |
commit | efb7f109e89c3d8c093c238fb7671c7ab2475f25 (patch) | |
tree | 362f229bc5f704aac166eec61087d507c5c98fe4 /subsurface.qrc | |
parent | 5e0a3cdad8d02eff7ffa7c2abb4ac48c332f144f (diff) | |
download | subsurface-efb7f109e89c3d8c093c238fb7671c7ab2475f25.tar.gz |
Added support for a preliminary Preferences Dialog
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>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 887390583..fa514cb94 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -1,8 +1,11 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> - <file alias="star">star.svg</file> - <file alias="subsurface-icon">subsurface-icon.png</file> - <file alias="plus">plus.png</file> - <file alias="trash">trash.png</file> + <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> |