32 #ifndef pqTextWindowLocationWidget_h 33 #define pqTextWindowLocationWidget_h 35 #include "pqApplicationComponentsModule.h" 38 class vtkSMPropertyGroup;
46 Q_PROPERTY(QString windowLocation READ windowLocation WRITE setWindowLocation)
54 QString windowLocation()
const;
57 void windowLocationChanged(QString&);
60 void setWindowLocation(QString&);
63 void emitWindowLocationChangedSignal();
64 void groupBoxLocationClicked(
bool);
65 void groupBoxPositionClicked(
bool);
70 pqInternals* Internals;
73 #endif //pqTextWindowLocationWidget_h
pqTextLocationWidget is a pqPropertyWidget that can be used to set the location of the a text represe...