summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance.h
authorhrw <hrw>2005-10-17 13:28:09 (UTC)
committer hrw <hrw>2005-10-17 13:28:09 (UTC)
commit9f41cd10ef92daa889f86cb43793dc75de18e786 (patch) (side-by-side diff)
treee4df791fa7922f6857d645d81481de98e5bfeaeb /noncore/settings/appearance2/appearance.h
parent965a373e7685c8ae2cfc9955efe20424aa95e10c (diff)
downloadopie-9f41cd10ef92daa889f86cb43793dc75de18e786.zip
opie-9f41cd10ef92daa889f86cb43793dc75de18e786.tar.gz
opie-9f41cd10ef92daa889f86cb43793dc75de18e786.tar.bz2
Appearance: Added configuration options to set smallIconSize, bigIconSize, useBigPixmaps
Diffstat (limited to 'noncore/settings/appearance2/appearance.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/appearance2/appearance.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/settings/appearance2/appearance.h b/noncore/settings/appearance2/appearance.h
index ef7e874..79e71eb 100644
--- a/noncore/settings/appearance2/appearance.h
+++ b/noncore/settings/appearance2/appearance.h
@@ -37,6 +37,7 @@
#include <qpe/fontdatabase.h>
#include <qdialog.h>
+#include <qspinbox.h>
using Opie::Ui::OFontSelector;
@@ -123,6 +124,10 @@ private:
QWidget * m_advtab;
QCheckBox *m_leftHand;
+
+ QSpinBox *m_bigIconSize;
+ QSpinBox *m_smallIconSize;
+ QCheckBox *m_useBigPixmaps;
};
#endif