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

📄 mytest3dialogbase.h

📁 该源代码是在liunx下使用QT语言开发的一个猜数字练习程序
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file '.\mytest3dialogbase.ui'**** Created: 星期一 十二月 29 18:09:53 2003**      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.2   edited Dec 19 11:45 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MYTEST3DIALOGBASE_H#define MYTEST3DIALOGBASE_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLineEdit;class QListBox;class QListBoxItem;class QPushButton;class MyTest3DialogBase : public QDialog{    Q_OBJECTpublic:    MyTest3DialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~MyTest3DialogBase();    QLineEdit* GuessInput;    QListBox* OutList;    QPushButton* GuessEnsure;public slots:    virtual void GuessEnsure_clicked();protected:protected slots:    virtual void languageChange();};#endif // MYTEST3DIALOGBASE_H

⌨️ 快捷键说明

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