gg.h

来自「基于VC」· C头文件 代码 · 共 51 行

H
51
字号
/****************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?