addxmtform.h

来自「The purpose of this program is to enable」· C头文件 代码 · 共 84 行

H
84
字号
/****************************************************************************** Form interface generated from reading ui file 'addxmtform.ui'**** Created: Sun Aug 29 22:05:36 2004**      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.3   edited May 19 14:22 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef ADDXMTFORM_H#define ADDXMTFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QGroupBox;class QPushButton;class AddXmtForm : public QDialog{    Q_OBJECTpublic:    AddXmtForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~AddXmtForm();    QLabel* textLabel4_2;    QLineEdit* nameLineEdit;    QGroupBox* groupBox13;    QLabel* textLabel3;    QLabel* textLabel3_2;    QLabel* textLabel3_2_2;    QLineEdit* X0LineEdit;    QLineEdit* Y0LineEdit;    QLineEdit* Z0LineEdit;    QGroupBox* groupBox14;    QLabel* textLabel3_3;    QLabel* textLabel3_2_3;    QLabel* textLabel3_2_2_2;    QLineEdit* X1LineEdit;    QLineEdit* Y1LineEdit;    QLineEdit* Z1LineEdit;    QLabel* textLabel4_2_2;    QLineEdit* skipLineEdit;    QPushButton* addPushButton;    QPushButton* DonePushButton;    QPushButton* cancelPushButton;public slots:    virtual void addSlot();    virtual void DoneSlot();    virtual void CancelSlot();signals:    void NewXmtParams(QString,int,int,int,int,int,int,int);    void Cancel();protected:    QVBoxLayout* AddXmtFormLayout;    QHBoxLayout* layout54;    QHBoxLayout* layout55;    QGridLayout* groupBox13Layout;    QHBoxLayout* layout50;    QVBoxLayout* layout49;    QVBoxLayout* layout48;    QGridLayout* groupBox14Layout;    QHBoxLayout* layout50_2;    QVBoxLayout* layout49_2;    QVBoxLayout* layout48_2;    QHBoxLayout* layout56;    QHBoxLayout* layout57;protected slots:    virtual void languageChange();};#endif // ADDXMTFORM_H

⌨️ 快捷键说明

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