4 #ifndef pqViewTypePropertyWidget_h
5 #define pqViewTypePropertyWidget_h
7 #include "pqApplicationComponentsModule.h"
22 Q_PROPERTY(QString value READ value WRITE setValue);
31 QString
value()
const;
37 void setValue(
const QString& value);
44 QPointer<QComboBox> ComboBox;