From fb1794ee67a31ecad8257563dd176e4ee03fac00 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 20 Oct 2012 01:27:37 +0200 Subject: Usability: ConfigurationDialog -> pictures Replace checkbox for showing info items at all with a "do not show" position in the combobox. While at it, remove unused SideBySide position. --- configurationdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configurationdialog.h') diff --git a/configurationdialog.h b/configurationdialog.h index 751cfb5..bbe477f 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -27,7 +27,7 @@ class ProgramConfigurator; class ConfigurationDialog : public SmDialog { Q_OBJECT public: - enum Position { TopLeft = 0, TopRight = 1, BottomLeft = 2, BottomRigth = 3, SideBySide = 4, Moveable = 5 }; + enum Position { TopLeft = 0, TopRight = 1, BottomLeft = 2, BottomRigth = 3, Moveable = 4, NoDisplay = 5 }; ConfigurationDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); ~ConfigurationDialog() {} @@ -66,8 +66,8 @@ class ConfigurationDialog : public SmDialog { QLineEdit *mStripPath; QLineEdit *mGrabFrameFrom; QComboBox *mIconForFolder; - QComboBox *mInfoPositionBox; - QComboBox *mMapPositionBox; + QComboBox *mInfoBox; + QComboBox *mMapBox; QCheckBox *mHoverPics; QCheckBox *mHoverArchive; QCheckBox *mHoverMovies; -- cgit v1.2.3-70-g09d2