13 #include <QTreeWidget>
14 #include <QTreeWidgetItem>
15 #include <QItemDelegate>
23 virtual void paint(QPainter * p,
const QStyleOptionViewItem& option,
24 const QModelIndex& index)
const;
45 virtual void expandAll();
47 virtual void collapseAll();
64 void setChanged(
bool);
65 void setShowCheckBox(
bool);
66 bool showCheckBox()
const;
virtual void paint(QPainter *p, const QStyleOptionViewItem &option, const QModelIndex &index) const
virtual void setEditorText(const QString &)
Definition: propertyListViewItem.h:53
virtual QString editorText()
Definition: propertyListViewItem.h:56
A property class.
Definition: property.h:24
bool myShowCheckBox
Definition: propertyListViewItem.h:73
DtPropertyListViewItemDelegate(QWidget *)
A class to draw items in a DtPropertyListView.
Definition: propertyListViewItem.h:36
A class to display a list (properties) alternating the colors of the rows.
Definition: propertyListView.h:38
DtProperty * myProperty
Definition: propertyListViewItem.h:70
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
Definition: propertyListViewItem.h:17
DtPropertyEditorWidget * myEditor
Definition: propertyListViewItem.h:69
bool myIsChanged
Definition: propertyListViewItem.h:72