diff options
| author | Peter Penz <[email protected]> | 2007-01-15 06:43:17 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-15 06:43:17 +0000 |
| commit | a58ce6d0b7494982a7dbc37a8a3e3ef849af323e (patch) | |
| tree | f25ac168b63649612424f594796c48311519c8a7 /src/dolphindetailsview.h | |
| parent | de4ffa3322c8d919ebdb0cdb51115bace8aa8d11 (diff) | |
Use a QTreeView for the representation of the details view (previously a QListView has been used).
svn path=/trunk/playground/utils/dolphin/; revision=623643
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index cb233b9fd..16a0811fc 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -21,7 +21,7 @@ #ifndef DOLPHINDETAILSVIEW_H #define DOLPHINDETAILSVIEW_H -#include <QListView> +#include <QTreeView> class DolphinView; @@ -32,10 +32,8 @@ class DolphinView; * The width of the columns are automatically adjusted in a way * that full available width of the view is used by stretching the width * of the name column. - * - * @author Peter Penz */ -class DolphinDetailsView : public QListView +class DolphinDetailsView : public QTreeView { Q_OBJECT |
