diff options
| author | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-13 07:41:11 +0000 |
| commit | 163fa7ce30c0bd1b18d0c750bf9358560c2db7af (patch) | |
| tree | cf99237a8dd236324fa1fd7967712f861be0477b /src/dolphinmainwindow.h | |
| parent | cb2b58535bedacbec50b3dad9680b1fa4fe30a9e (diff) | |
Instead of having a the 3 view modes "icons", "details" and "previews" only 2 view modes are used now: "icons" and "details". Whether a preview is shown or not is part of the directory view properties. This also means that it will be possible to show previews in the "details" view in future releases.
svn path=/trunk/playground/utils/dolphin/; revision=613029
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 62327b469..e61e1775e 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -234,9 +234,6 @@ private slots: /** The current active view is switched to the details mode. */ void setDetailsView(); - /** The current active view is switched to the previews mode. */ - void setPreviewsView(); - /** The sorting of the current view should be done by the name. */ void sortByName(); @@ -262,11 +259,14 @@ private slots: /** Stops the loading process for the current active view. */ void stopLoading(); + /** Switches between showing a preview of the file content and showing the icon. */ + void togglePreview(); + /** * Switches between showing and hiding of hidden marked files dependent * from the current state of the 'Show Hidden Files' menu toggle action. */ - void showHiddenFiles(); + void toggleShowHiddenFiles(); /** * Switches between showing and hiding of the filter bar dependent |
