⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intoption.h

📁 c++的guiQt做的开发
💻 H
字号:
#ifndef __INTOPTION_H__#define __INTOPTION_H__#include "stringoption.h"class QString;namespace gui {/** class for widget containing one editable setting of type integer<br> Used as one item type in option window<br> \brief Widget to edit integer option*/class IntOption : public StringOption { Q_OBJECTpublic: IntOption(const QString &_key=0,QWidget *parent=0,int defValue=0); virtual ~IntOption();};} // namespace gui#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -