📄 realoption.h
字号:
#ifndef __REALOPTION_H__#define __REALOPTION_H__#include "stringoption.h"class QString;namespace gui {/** RealOption - class for widget containing one editable setting of type float (internally represented as a double)<br> Used as one item in option window \brief Widget to edit floating-point number option*/class RealOption : public StringOption { Q_OBJECTpublic: RealOption(const QString &_key=0,QWidget *parent=0,double _defValue=0); virtual ~RealOption();};} // namespace gui#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -