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

📄 newprojectdialog.h

📁 这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'newprojectdialog.ui'**** Created: 星期四 一月 10 17:18:33 2008**      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.1   edited May 19 14:22 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef NEWPROJECTDIALOG_H#define NEWPROJECTDIALOG_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class QLabel;class NewProjectDialog1 : public QDialog{    Q_OBJECTpublic:    NewProjectDialog1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~NewProjectDialog1();    QPushButton* buttonHelp;    QPushButton* buttonApply;    QPushButton* buttonOk;    QPushButton* buttonCancel;    QLabel* TextLabel1;protected:    QHBoxLayout* Layout1;protected slots:    virtual void languageChange();};#endif // NEWPROJECTDIALOG_H

⌨️ 快捷键说明

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