addbox.h

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

H
85
字号
/****************************************************************************** Form interface generated from reading ui file 'addbox.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 ADDBOXFORM_H#define ADDBOXFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QComboBox;class QGroupBox;class QPushButton;class AddBoxForm : public QDialog{    Q_OBJECTpublic:    AddBoxForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~AddBoxForm();    QLabel* textLabel4_2;    QLineEdit* nameLineEdit;    QLabel* textLabel4;    QComboBox* addBoxMaterialcomboBox;    QGroupBox* groupBox6;    QLabel* textLabel3;    QLabel* textLabel3_2;    QLabel* textLabel3_2_2;    QLineEdit* boxX0lineEdit;    QLineEdit* boxY0lineEdit;    QLineEdit* boxZ0lineEdit;    QGroupBox* groupBox6_2;    QLabel* textLabel3_3;    QLabel* textLabel3_2_3;    QLabel* textLabel3_2_2_2;    QLineEdit* boxX1lineEdit;    QLineEdit* boxY1lineEdit;    QLineEdit* boxZ1lineEdit;    QPushButton* addBoxOKpushButton;    QPushButton* addBoxCancelpushButton;public slots:    virtual void OKSlot();    virtual void CancelSlot();    virtual void takeMaxMaterialIndx( int maxIndx );signals:    void NewItem(QString,int,int,int,int,int,int,int);    void Cancel();protected:    QGridLayout* AddBoxFormLayout;    QVBoxLayout* layout50;    QHBoxLayout* layout48;    QHBoxLayout* layout46;    QHBoxLayout* layout49;    QVBoxLayout* groupBox6Layout;    QHBoxLayout* layout37;    QVBoxLayout* layout36;    QVBoxLayout* layout35;    QVBoxLayout* groupBox6_2Layout;    QHBoxLayout* layout37_2;    QVBoxLayout* layout36_2;    QVBoxLayout* layout35_2;    QHBoxLayout* layout41;protected slots:    virtual void languageChange();};#endif // ADDBOXFORM_H

⌨️ 快捷键说明

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