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

📄 gg.h

📁 基于VC
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file '.\gg.ui'**** Created: 星期三 四月 19 13:15:52 2006**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM1_H#define FORM1_H#include <qvariant.h>#include <qmainwindow.h>#include <qsocketdevice.h>
#include <qsocketnotifier.h>
#include <qpushbutton.h>
#include <qlistbox.h>
#include <fstream>
class Form1 : public QMainWindow{    Q_OBJECTpublic:    Form1( QWidget* parent = 0, const char* name = 0, WFlags fl = WType_TopLevel );    ~Form1();
	QSocketDevice *sock;
	QSocketNotifier * SocketNotifier;
	QPushButton *button;
	QHostAddress MyAddress;
	QListBox *box;
	QString ip;public slots:	virtual void send();
	void ListenOnPort(int Port);
    virtual void newSlot();protected:protected slots:    virtual void languageChange();private:

	
	
};#endif // FORM1_H

⌨️ 快捷键说明

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