From a58ce6d0b7494982a7dbc37a8a3e3ef849af323e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 15 Jan 2007 06:43:17 +0000 Subject: Use a QTreeView for the representation of the details view (previously a QListView has been used). svn path=/trunk/playground/utils/dolphin/; revision=623643 --- src/dolphindetailsview.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dolphindetailsview.h') 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 +#include 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 -- cgit v1.3