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