32 #ifndef pqViewTypePropertyWidget_h 33 #define pqViewTypePropertyWidget_h 35 #include "pqApplicationComponentsModule.h" 49 Q_PROPERTY(QString value READ value WRITE setValue);
52 vtkSMProxy* proxy, vtkSMProperty* smproperty, QWidget* parent=0);
56 QString value()
const;
60 void setValue(
const QString& value);
67 QPointer<QComboBox> ComboBox;