32 #ifndef pqListPropertyWidget_h 33 #define pqListPropertyWidget_h 35 #include "pqApplicationComponentsModule.h" 50 Q_PROPERTY(QList<QVariant> value READ value WRITE setValue NOTIFY valueChanged);
53 vtkSMProperty* smproperty,
58 QList<QVariant> value()
const;
59 void setValue(
const QList<QVariant>& value);
66 QTableWidget* TableWidget;