⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addsphere.h

📁 The purpose of this program is to enable building a config file to the radarFDTD package using a mo
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'addsphere.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 ADDSPHEREFORM_H#define ADDSPHEREFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QComboBox;class QGroupBox;class QPushButton;class AddSphereForm : public QDialog{    Q_OBJECTpublic:    AddSphereForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~AddSphereForm();    QLabel* textLabel4_2;    QLineEdit* nameLineEdit;    QLabel* textLabel4;    QComboBox* addSphereMaterialcomboBox;    QGroupBox* groupBox6;    QLabel* textLabel3;    QLabel* textLabel3_2;    QLabel* textLabel3_2_2;    QLineEdit* sphereCenterXLineEdit;    QLineEdit* sphereCenterYLineEdit;    QLineEdit* sphereCenterZLineEdit;    QGroupBox* groupBox9;    QLabel* textLabel5;    QLineEdit* sphereRadiusLineEdit;    QPushButton* addSphereOKpushButton;    QPushButton* addSphereCancelpushButton;public slots:    virtual void OKSlot();    virtual void CancelSlot();    virtual void takeMaxMaterialIndx( int maxIndx );signals:    void NewItem(QString,int,int,int,int,float);    void Cancel();protected:    QVBoxLayout* AddSphereFormLayout;    QVBoxLayout* layout66;    QHBoxLayout* layout48;    QHBoxLayout* layout57;    QHBoxLayout* layout54;    QVBoxLayout* layout53;    QGridLayout* groupBox6Layout;    QHBoxLayout* layout37;    QVBoxLayout* layout36;    QVBoxLayout* layout35;    QGridLayout* groupBox9Layout;    QHBoxLayout* layout51;    QHBoxLayout* layout55;protected slots:    virtual void languageChange();};#endif // ADDSPHEREFORM_H

⌨️ 快捷键说明

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