diff options
| author | Peter Penz <[email protected]> | 2006-12-20 19:10:39 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-20 19:10:39 +0000 |
| commit | 642110309ace0ec0da270615464d7d04944d5dcf (patch) | |
| tree | 173d3fefbcf1adfe93667348c243e3cb7fbc3bf0 /src/iconsviewsettingspage.h | |
| parent | 3396d0dbee4e609fa5f7608912b4ac5badd36f72 (diff) | |
Let the user chose whether view properties should be remembered for each directory or whether they should be valid globally. Per default the view properties are remembered for each directory. For testing purposes the MIME type information is shown per default in the icons mode (thanks to Fredrik for the cool implementation in KFileItemDelegate!).
svn path=/trunk/playground/utils/dolphin/; revision=615232
Diffstat (limited to 'src/iconsviewsettingspage.h')
| -rw-r--r-- | src/iconsviewsettingspage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 5aa89c86e..7d67bc79c 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -75,11 +75,13 @@ private: QSlider* m_previewSizeSlider; PixmapViewer* m_previewSizeViewer; QComboBox* m_textWidthBox; - QComboBox* m_gridSpacingBox; QFontComboBox* m_fontFamilyBox; QSpinBox* m_fontSizeBox; QSpinBox* m_textlinesCountBox; + QComboBox* m_additionalInfo; + QComboBox* m_arrangementBox; + QComboBox* m_gridSpacingBox; /** Returns the icon size for the given slider value. */ int iconSize(int sliderValue) const; |
