9 #ifndef propertyEditView_H_
10 #define propertyEditView_H_
15 #include <QtCore/QObject>
28 Q_PROPERTY(
bool editable READ editable WRITE setEditable )
35 virtual void setEditable(
bool);
37 virtual void refresh();
48 virtual void slotClicked();
49 virtual void slotItemEdited();
50 virtual void slotUndoEdit();
57 virtual void focusOutEvent(QFocusEvent * e );
Contains the DtPropertyListView class declaration.
DtPropertyEditorWidget * myEditor
Definition: propertyEditView.h:59
Definition: propertyEditView.h:24
bool myEditable
Definition: propertyEditView.h:63
QString undoText
Definition: propertyEditView.h:62
A class to display a list (properties) alternating the colors of the rows.
Definition: propertyListView.h:38
virtual bool editable() const
Definition: propertyEditView.h:36
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:151
QHBoxLayout * myEditorLayout
Definition: propertyEditView.h:60
bool myEditable
Definition: propertyListView.h:123