4 #ifndef pqPropertyGroupWidget_h 5 #define pqPropertyGroupWidget_h 38 using Superclass::addPropertyLink;
39 void addPropertyLink(QComboBox* cb,
const char* propertyName,
int smindex = -1);
40 void addPropertyLink(QLineEdit* edit,
const char* propertyName,
int smindex = -1);
41 void addPropertyLink(QCheckBox* button,
const char* propertyName,
int smindex = -1);
42 void addPropertyLink(QToolButton* button,
const char* propertyName,
int smindex = -1);
43 void addPropertyLink(QGroupBox* groupBox,
const char* propertyName,
int smindex = -1);
44 void addPropertyLink(QDoubleSpinBox* spinBox,
const char* propertyName,
int smindex = -1);
45 void addPropertyLink(QSpinBox* spinBox,
const char* propertyName,
int smindex = -1);
49 using Superclass::changeFinished;
58 void addCheckedPropertyLink(QWidget* button,
const char* propertyName,
int smindex = -1);
59 void addDoubleValuePropertyLink(QWidget* widget,
const char* propertyName,
int smindex = -1);
60 void addIntValuePropertyLink(QWidget* widget,
const char* propertyName,
int smindex = -1);
61 void addStringPropertyLink(QWidget* widget,
const char* propertyName,
int smindex);
#define PQCOMPONENTS_EXPORT
proxy for a VTK object(s) on a server