Plasma
Go to the documentation of this file.
20 #ifndef PLASMA_TREEVIEW_H
21 #define PLASMA_TREEVIEW_H
23 #include <QtGui/QGraphicsProxyWidget>
28 class QAbstractItemModel;
33 class TreeViewPrivate;
44 Q_PROPERTY(QAbstractItemModel *model READ model WRITE setModel)
46 Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
47 Q_PROPERTY(QTreeView *nativeWidget READ nativeWidget)
58 void setModel(QAbstractItemModel *model);
63 QAbstractItemModel *model();
70 void setStyleSheet(
const QString &stylesheet);
80 QTreeView *nativeWidget()
const;
83 TreeViewPrivate *
const d;
87 #endif // multiple inclusion guard
Namespace for everything in libplasma.
Provides a plasma-themed QTreeView.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Sat Nov 8 2014 15:08:01 by
doxygen 1.8.8 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.