9 #ifndef genericConfigWidget_H_
10 #define genericConfigWidget_H_
13 #include <QtGui/QWidget>
16 class Ui_genericConfigWidgetUi;
42 void setProperty(QString prop,
int value);
43 void setProperty(QString prop, QString value);
44 void setProperty(QString prop,
bool value);
45 void setProperty(QString prop,
double value);
46 void setProperty(QString prop,
const QStringList& value);
48 virtual bool property(QString name,
int& value)
const;
49 virtual bool property(QString name,QString& value)
const;
50 virtual bool property(QString name,
double& value)
const;
51 virtual bool property(QString name,
bool& value)
const;
52 virtual bool property(QString name,QStringList& value)
const;
53 virtual bool property(QString name)
const;