4 #ifndef pqListPropertyWidget_h
5 #define pqListPropertyWidget_h
7 #include "pqApplicationComponentsModule.h"
24 Q_PROPERTY(QList<QVariant> value READ value WRITE setValue NOTIFY valueChanged);
34 QList<QVariant>
value()
const;
35 void setValue(
const QList<QVariant>& value);
42 QTableWidget* TableWidget;