┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-27 20:46:21 +0000
committerPeter Penz <[email protected]>2007-02-27 20:46:21 +0000
commitf8dd060cadecd9f4c36b79d53dbae706dadf99f6 (patch)
treeecc4dbc1066658782ead831fae94b6b8ccde1c36 /src/dolphindetailsview.h
parent6c4e3aee2a65969d25813d9809bffca23fbe18d3 (diff)
The icons view and details view don't use hardcoded (test-) values anymore, instead the settings for fonts, grid size, ... are read out. The settings dialogs itself will be reworked later if it is clear what should be configurable in which manner. At least the current settings dialog allows to play with the new capabilities we got by KFileItemDelegate, just lets see what we can improve later on...
svn path=/trunk/KDE/kdebase/apps/; revision=637792
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index e66adf573..a1b4e39c4 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -22,6 +22,7 @@
#define DOLPHINDETAILSVIEW_H
#include <dolphinview.h>
+#include <QStyleOptionViewItem>
#include <QTreeView>
class DolphinController;
@@ -72,6 +73,7 @@ private slots:
private:
DolphinController* m_controller;
+ QStyleOptionViewItem m_viewOptions;
};
#endif