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

📄 linkform.h~

📁 linux下的socket通信和c++
💻 H~
字号:
/****************************************************************************** Form interface generated from reading ui file 'linkForm.ui'**** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.8   edited Jan 11 14:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef LINKFORM_H#define LINKFORM_H#include <qvariant.h>#include <qdialog.h>#include <qmessagebox.h> #include <qstring.h> #include "loginForm.h"#include "Socket.h"class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QLabel;class QPushButton;class QLineEdit;class loginForm;class Socket;class linkform : public QDialog{    Q_OBJECTpublic:    linkform( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);    ~linkform();    QLabel* iptable;    QLabel* portlable;    QPushButton* linkBtn;    QPushButton* quitBtn;    QPushButton* resetBtn;    QLineEdit* ipTxt;    QLineEdit* portTxt;    QString str_ip;    QString str_port;    loginForm* flogin;//Socket    Socket s;protected:    char* msg;    protected slots:    virtual void languageChange();    virtual void GetTxt();    virtual void SetIP();    virtual int  SetSocket();    virtual void GetSerMsg();signals:    void toSetIP();    void toSetSocket();    void retry();     void toGetMsg();      };#endif // LINKFORM_H

⌨️ 快捷键说明

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