From 13f0a26ccd4c2ac8429a7701b9cbc49f2c855f2d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 17 Feb 2007 20:04:06 +0000 Subject: Improve usability of the viewproperties dialog: use 2 radiobuttons instead of one checkbox to make clear where the view properties are applied. Separate the apply-to-group visually from the 'Use as default for new folders' checkbox. svn path=/trunk/KDE/kdebase/apps/; revision=634606 --- src/viewpropertiesdialog.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/viewpropertiesdialog.h') diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index bb8fac9ef..827371935 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -17,6 +17,7 @@ * Free Software Foundation, Inc., * * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ + #ifndef VIEWPROPERTIESDIALOG_H #define VIEWPROPERTIESDIALOG_H @@ -31,9 +32,9 @@ class DolphinView; /** * @brief Dialog for changing the current view properties of a directory. * - * It is possible to specify the view mode and whether hidden files - * should be shown. The properties can be assigned to the current folder, - * recursively to all sub folders or to all folders. + * It is possible to specify the view mode, the sorting order, whether hidden files + * and previews should be shown. The properties can be assigned to the current folder, + * or recursively to all sub folders. */ class ViewPropertiesDialog : public KDialog { @@ -63,7 +64,8 @@ private: QComboBox* m_sortOrder; QCheckBox* m_showPreview; QCheckBox* m_showHiddenFiles; - QCheckBox* m_applyToSubFolders; + QRadioButton* m_applyToCurrentFolder; + QRadioButton* m_applyToSubFolders; QCheckBox* m_useAsDefault; void applyViewProperties(); -- cgit v1.3