realoption.h

来自「c++的guiQt做的开发」· C头文件 代码 · 共 25 行

H
25
字号
#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 + =
减小字号Ctrl + -
显示快捷键?