[Kst] branches/work/kst/portto4/kst/src
Nicolas Brisset
nicolas.brisset at eurocopter.com
Tue Jun 28 22:02:38 CEST 2011
SVN commit 1238726 by brisset:
Nicer icon for the new themes dialog, taken from oxygen (apps/preferences-desktop-display-color.svgz).
I still have to figure out exactly what this dialog offers, and probably update some strings to improve usability.
Barth, could you post a short description of what the options apply to (the tab(s), the plots, view objects, ...)? I'm having a hard time figuring
it out, especially as strole properties seem to not always be applied.
M +1 -0 images/images.qrc
AM images/svg_icons/themes.svgz
AM images/themes.png
M +1 -1 libkstapp/mainwindow.cpp
--- branches/work/kst/portto4/kst/src/images/images.qrc #1238725:1238726
@@ -99,5 +99,6 @@
<file>read-to-end.png</file>
<file>new-log-event.png</file>
<file>save-vectors.png</file>
+ <file>themes.png</file>
</qresource>
</RCC>
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1238725:1238726
@@ -1224,7 +1224,7 @@
_themeDialogAct = new QAction(tr("&Theme"), this);
_themeDialogAct->setStatusTip(tr("Show Kst's Theme Dialog"));
- _themeDialogAct->setIcon(QPixmap(":configure.png"));
+ _themeDialogAct->setIcon(QPixmap(":themes.png"));
connect(_themeDialogAct, SIGNAL(triggered()), this, SLOT(showThemeDialog()));
// *********************** Help actions ************************************** //
More information about the Kst
mailing list