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

📄 form1.h

📁 qt3.8开发的例子, 做linux下qt编程可以参考
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'form1.ui'**** Created: 日  3月 14 22:54:34 2004**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.0   edited Nov 24 13:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM1_H#define FORM1_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QPushButton;class QLineEdit;class Form1 : public QDialog{    Q_OBJECTpublic:    Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form1();    QPushButton* pushButton1;    QLineEdit* lineEdit1;public slots:    virtual void newSlot();protected:protected slots:    virtual void languageChange();};#endif // FORM1_H

⌨️ 快捷键说明

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