diff options
author | Arno <am@disconnect.de> | 2012-03-24 17:21:49 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-24 17:21:49 +0100 |
commit | 3405dbb9a1b6601bf7c343d676a4abe4e5981a29 (patch) | |
tree | ac872d096e626d13e7270383ac7bf8b076bc72da /configurationdialog.h | |
parent | c425bb0c2b8f8d1fc2884ced9979eb39ee522846 (diff) | |
download | SheMov-3405dbb9a1b6601bf7c343d676a4abe4e5981a29.tar.gz SheMov-3405dbb9a1b6601bf7c343d676a4abe4e5981a29.tar.bz2 SheMov-3405dbb9a1b6601bf7c343d676a4abe4e5981a29.zip |
Make Mapping widget configurable
Make mappingwidget behave according to settings. SideBySide doesn't work
yet, maybe it should be canned.
Diffstat (limited to 'configurationdialog.h')
-rw-r--r-- | configurationdialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configurationdialog.h b/configurationdialog.h index 3d83bcd..751cfb5 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -66,7 +66,8 @@ class ConfigurationDialog : public SmDialog { QLineEdit *mStripPath; QLineEdit *mGrabFrameFrom; QComboBox *mIconForFolder; - QComboBox *mPositionBox; + QComboBox *mInfoPositionBox; + QComboBox *mMapPositionBox; QCheckBox *mHoverPics; QCheckBox *mHoverArchive; QCheckBox *mHoverMovies; @@ -95,6 +96,7 @@ class ConfigurationDialog : public SmDialog { QCheckBox *mAlternateColors; QCheckBox *mPVGradient; QCheckBox *mShowInfoItem; + QCheckBox *mShowMapItem; QHash<QWidget*, QColor> mColors; QMap<QString, int> mPositionMap; QStandardItemModel *mIconModel; |