Widget to edit floating-point number option. More...
#include <realoption.h>
Public Member Functions | |
| RealOption (const QString &_key=0, QWidget *parent=0, double _defValue=0) | |
| virtual | ~RealOption () |
Widget to edit floating-point number option.
RealOption - class for widget containing one editable setting of type float (internally represented as a double)
Used as one item in option window
| gui::RealOption::RealOption | ( | const QString & | _key = 0, |
|
| QWidget * | parent = 0, |
|||
| double | _defValue = 0 | |||
| ) |
Default constructor of RealOption item
| parent | parent Option Editor containing this control | |
| _key | Key in settings for this option | |
| _defValue | Default value if option not found |
References gui::StringOption::ed.
| gui::RealOption::~RealOption | ( | ) | [virtual] |
default destructor