form.h

来自「在linux环境下」· C头文件 代码 · 共 43 行

H
43
字号
/****************************************************************************** Form interface generated from reading ui file 'form.ui'**** Created: 六  2月 16 16:59:02 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 FORM_H#define FORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class QTextEdit;class Form : public QDialog{    Q_OBJECTpublic:    Form( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~Form();    QPushButton* sendButton;    QPushButton* closeButton;    QTextEdit* readEdit;    QTextEdit* inputEdit;    QTextEdit* nameEdit;protected:protected slots:    virtual void languageChange();};#endif // FORM_H

⌨️ 快捷键说明

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