diff options
| author | Peter Penz <[email protected]> | 2009-08-26 18:23:31 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-08-26 18:23:31 +0000 |
| commit | dcf397ae512850805dbe37fc03ece82be2660bd0 (patch) | |
| tree | 819c0aca5d4981b94e06270317388852a6e49b3b /src/dolphindetailsview.h | |
| parent | a5d47c369f890230d447837bf6b1af0a8dccebb7 (diff) | |
allow to change the order of columns in the details view
BUG: 164696
svn path=/trunk/KDE/kdebase/apps/; revision=1015987
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index a66f79714..25a60911e 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -122,9 +122,17 @@ private slots: */ void configureSettings(const QPoint& pos); + /** + * Updates the visibilty state of columns and their order. + */ void updateColumnVisibility(); /** + * Saves order of the columns as global setting. + */ + void saveColumnPositions(); + + /** * Disables the automatical resizing of columns, if the user has resized the columns * with the mouse. */ |
