form1.h

来自「在qt上面建立的网络通信程序的服务器段代码」· C头文件 代码 · 共 51 行

H
51
字号
/****************************************************************************** Form interface generated from reading ui file 'form1.ui'**** Created: 一  2月 25 20:45:17 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 FORM1_H#define FORM1_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QPushButton;class Form1 : public QDialog{    Q_OBJECTpublic:    Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form1();    QLabel* textLabel1;    QLineEdit* lineEdit1;    QLineEdit* lineEdit2;    QPushButton* pushButton3;    QPushButton* pushButton1;    QPushButton* pushButton2;public slots:    virtual void link();protected:protected slots:    virtual void languageChange();private slots:    virtual void send();};#endif // FORM1_H

⌨️ 快捷键说明

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