mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-27 17:40:48 +05:00
63 lines
1.6 KiB
C
63 lines
1.6 KiB
C
![]() |
/****************************************************************************
|
||
|
** Form interface generated from reading ui file 'DlgRef_3Sel4Spin2Check_QTD.ui'
|
||
|
**
|
||
|
** Created: ven oct 24 09:53:25 2003
|
||
|
** by: The User Interface Compiler (uic)
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost!
|
||
|
****************************************************************************/
|
||
|
#ifndef DLGREF_3SEL4SPIN2CHECK_QTD_H
|
||
|
#define DLGREF_3SEL4SPIN2CHECK_QTD_H
|
||
|
|
||
|
#include <qvariant.h>
|
||
|
#include <qwidget.h>
|
||
|
class QVBoxLayout;
|
||
|
class QHBoxLayout;
|
||
|
class QGridLayout;
|
||
|
class QGroupBox;
|
||
|
class QLabel;
|
||
|
class QLineEdit;
|
||
|
class QPushButton;
|
||
|
class QRadioButton;
|
||
|
class QSpinBox;
|
||
|
|
||
|
class DlgRef_3Sel4Spin2Check_QTD : public QWidget
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
|
||
|
public:
|
||
|
DlgRef_3Sel4Spin2Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
||
|
~DlgRef_3Sel4Spin2Check_QTD();
|
||
|
|
||
|
QGroupBox* GroupBox1;
|
||
|
QLabel* TextLabel2;
|
||
|
QLineEdit* LineEdit1;
|
||
|
QPushButton* PushButton1;
|
||
|
QPushButton* PushButton3;
|
||
|
QLabel* TextLabel5;
|
||
|
QLabel* TextLabel4;
|
||
|
QSpinBox* SpinBox1;
|
||
|
QSpinBox* SpinBox2;
|
||
|
QLabel* TextLabel3;
|
||
|
QLineEdit* LineEdit3;
|
||
|
QSpinBox* SpinBox4;
|
||
|
QSpinBox* SpinBox3;
|
||
|
QLabel* TextLabel7;
|
||
|
QLabel* TextLabel6;
|
||
|
QRadioButton* CheckButton2;
|
||
|
QLabel* TextLabel1;
|
||
|
QLineEdit* LineEdit2;
|
||
|
QPushButton* PushButton2;
|
||
|
QRadioButton* CheckButton1;
|
||
|
|
||
|
|
||
|
protected:
|
||
|
QGridLayout* DlgRef_3Sel4Spin2Check_QTDLayout;
|
||
|
QGridLayout* GroupBox1Layout;
|
||
|
QGridLayout* Layout1;
|
||
|
QGridLayout* Layout2;
|
||
|
QGridLayout* Layout3;
|
||
|
};
|
||
|
|
||
|
#endif // DLGREF_3SEL4SPIN2CHECK_QTD_H
|