addrcvform.h

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

H
90
字号
/****************************************************************************** Form interface generated from reading ui file 'addrcvform.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 ADDRCVFORM_H#define ADDRCVFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QGroupBox;class QPushButton;class QComboBox;class AddRcvForm : public QDialog{    Q_OBJECTpublic:    AddRcvForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~AddRcvForm();    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;    QPushButton* addPushButton;    QPushButton* DonePushButton;    QPushButton* cancelPushButton;    QLabel* textLabel4_2_3;    QLabel* textLabel4_2_2;    QComboBox* componentComboBox;    QLineEdit* skipLineEdit;public slots:    virtual void addSlot();    virtual void doneSlot();    virtual void cancelSlot();signals:    void NewRcvItem(QString,int,int,int,int,int,int,int,int);    void Cancel();protected:    QGridLayout* AddRcvFormLayout;    QHBoxLayout* layout54;    QHBoxLayout* layout55;    QGridLayout* groupBox13Layout;    QHBoxLayout* layout50;    QVBoxLayout* layout49;    QVBoxLayout* layout48;    QGridLayout* groupBox14Layout;    QHBoxLayout* layout50_2;    QVBoxLayout* layout49_2;    QVBoxLayout* layout48_2;    QHBoxLayout* layout57;    QHBoxLayout* layout84;    QVBoxLayout* layout80;    QVBoxLayout* layout83;    QVBoxLayout* layout81;protected slots:    virtual void languageChange();};#endif // ADDRCVFORM_H

⌨️ 快捷键说明

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