formsend.h

来自「该程序实现了通过tcp协议向另外一个终端发送数据的功能」· C头文件 代码 · 共 44 行

H
44
字号
/****************************************************************************** Form interface generated from reading ui file 'formsend.ui'**** Created: 四  1月 18 16:26:24 2007**      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 FORMSEND_H#define FORMSEND_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class FormSend : public QDialog{    Q_OBJECTpublic:    FormSend( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~FormSend();    QPushButton* pbSend;    QPushButton* pbCancel;public slots:    virtual void slotSend();    virtual void slotCancel();protected:protected slots:    virtual void languageChange();};#endif // FORMSEND_H

⌨️ 快捷键说明

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