setip_form.h

来自「在S3C2410上基于Qt的设置IP程序」· C头文件 代码 · 共 45 行

H
45
字号
/****************************************************************************** Form interface generated from reading ui file 'setip_form.ui'**** Created: Fri Jun 2 11:58:30 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef SETIP_FORM_H#define SETIP_FORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel;class QLineEdit;class QPushButton;class QRadioButton;class setip_form : public QDialog{     Q_OBJECTpublic:    setip_form( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~setip_form();    QPushButton* OK_Button;    QPushButton* Cancel_Button;    QLineEdit* LineEdit1;    QRadioButton* RadioButton1;    QLabel* IP_Label1;    QLabel* TLabnetstat;public slots:    virtual void ok_slot();};#endif // SETIP_FORM_H

⌨️ 快捷键说明

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