52 #include "numWidget.hh" 66 types_ <<
"Number" <<
"Integer" <<
"Float";
68 hints_ <<
"min" <<
"max" <<
"default" <<
"precision";
70 convertTypes_ <<
"Bool";
86 return new NumWidget (_hints, _typeName, _parent);
bool hasWidget()
Has configuration widget.
TypeWidget * widget(QMap< QString, QString > _hints, QString _typeName, QWidget *_parent=NULL)
Returns configuration widget.