]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/interface/statusandlocationbarssettingspage.h
Add smaller statusbar and set it as default
[dolphin.git] / src / settings / interface / statusandlocationbarssettingspage.h
index c22ff2041dff4f2c0dbe35d1baaeb5f44eda603a..3b8049782bcd08332f58727268445d2298b38788 100644 (file)
@@ -16,6 +16,7 @@ class QCheckBox;
 class QLineEdit;
 class QLabel;
 class QRadioButton;
+class QButtonGroup;
 
 /**
  * @brief Tab page for the 'Behavior' settings of the Dolphin settings dialog.
@@ -47,9 +48,11 @@ private:
     QCheckBox *m_editableUrl;
     QCheckBox *m_showFullPath;
 
-    QCheckBox *m_showStatusBar;
+    QButtonGroup *m_statusBarButtonGroup;
+    QRadioButton *m_showStatusBarSmall;
+    QRadioButton *m_showStatusBarFullWidth;
     QCheckBox *m_showZoomSlider;
-    QCheckBox *m_showSpaceInfo;
+    QRadioButton *m_disableStatusBar;
 };
 
 #endif