46 #include "numWidget.hh" 60 types_ <<
"Number" <<
"Integer" <<
"Float";
62 hints_ <<
"min" <<
"max" <<
"default" <<
"precision";
64 convertTypes_ <<
"Bool";
80 return new NumWidget (_hints, _typeName, _parent);
TypeWidget * widget(QMap< QString, QString > _hints, QString _typeName, QWidget *_parent=NULL) override
Returns configuration widget.
bool hasWidget() override
Has configuration widget.