📄 addcylinderform.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'addcylinderform.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 ADDCYLINDERFORM_H#define ADDCYLINDERFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QComboBox;class QGroupBox;class QPushButton;class AddCylinderForm : public QDialog{ Q_OBJECTpublic: AddCylinderForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~AddCylinderForm(); QLabel* textLabel4_2; QLineEdit* nameLineEdit; QLabel* textLabel4; QComboBox* materialcomboBox; QGroupBox* groupBox6; QLabel* textLabel3; QLabel* textLabel3_2; QLabel* textLabel3_2_2; QLineEdit* cylinderCenterXLineEdit; QLineEdit* cylinderCenterYLineEdit; QLineEdit* cylinderCenterZLineEdit; QGroupBox* groupBox14; QLabel* textLabel1; QLabel* textLabel1_2; QLabel* textLabel1_2_2; QLabel* textLabel1_2_2_2; QLineEdit* radiusLineEdit; QLineEdit* heightLineEdit; QLineEdit* phiLineEdit; QLineEdit* thetaLineEdit; QPushButton* OKPushButton; QPushButton* cancelPushButton;public slots: virtual void OKSlot(); virtual void CancelSlot(); virtual void takeMaxMaterialIndx( int maxIndx );signals: void NewItem(QString,int,int,int,int,float,float,float,float); void Cancel();protected: QGridLayout* AddCylinderFormLayout; QVBoxLayout* layout53; QHBoxLayout* layout44; QHBoxLayout* layout45; QHBoxLayout* layout49; QGridLayout* groupBox6Layout; QHBoxLayout* layout37; QVBoxLayout* layout36; QVBoxLayout* layout35; QGridLayout* groupBox14Layout; QHBoxLayout* layout48; QVBoxLayout* layout47; QVBoxLayout* layout46; QHBoxLayout* layout50;protected slots: virtual void languageChange();};#endif // ADDCYLINDERFORM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -