lzp.h
来自「随机产生四个不同数字(如 1234)」· C头文件 代码 · 共 53 行
H
53 行
/****************************************************************************** Form interface generated from reading ui file 'lzp.ui'**** Created: 二 12月 30 14:49:03 2008** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.1 edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef LZP_H#define LZP_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QListBox;class QListBoxItem;class QPushButton;class QSpinBox;class lzp : public QDialog{ Q_OBJECTpublic: lzp( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~lzp(); QPushButton* STARTButton; QSpinBox* spinBox3; QSpinBox* spinBox2; QSpinBox* spinBox1; QSpinBox* spinBox4; QListBox* listBox; QPushButton* GUESSButton; QPushButton* HELPButton;public slots: virtual void starts(); virtual void guess(); virtual void tureN();protected:protected slots: virtual void languageChange();};#endif // LZP_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?