2004-01-07 20:46:21 +05:00
|
|
|
/****************************************************************************
|
|
|
|
** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
|
|
|
**
|
2004-12-01 15:39:14 +05:00
|
|
|
** Created: Wed Aug 11 18:42:51 2004
|
2004-01-07 20:46:21 +05:00
|
|
|
** by: The User Interface Compiler (uic)
|
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost!
|
|
|
|
****************************************************************************/
|
|
|
|
#ifndef DLGREF_SKELETON_QTD_H
|
|
|
|
#define DLGREF_SKELETON_QTD_H
|
|
|
|
|
|
|
|
#include <qvariant.h>
|
|
|
|
#include <qdialog.h>
|
|
|
|
class QVBoxLayout;
|
|
|
|
class QHBoxLayout;
|
|
|
|
class QGridLayout;
|
|
|
|
class QButtonGroup;
|
|
|
|
class QGroupBox;
|
2004-06-16 21:24:55 +06:00
|
|
|
class QLabel;
|
|
|
|
class QLineEdit;
|
2004-01-07 20:46:21 +05:00
|
|
|
class QPushButton;
|
|
|
|
class QRadioButton;
|
|
|
|
|
|
|
|
class DlgRef_Skeleton_QTD : public QDialog
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
|
|
|
~DlgRef_Skeleton_QTD();
|
|
|
|
|
2004-06-16 21:24:55 +06:00
|
|
|
QGroupBox* GroupMedium;
|
2004-01-07 20:46:21 +05:00
|
|
|
QGroupBox* GroupButtons;
|
|
|
|
QPushButton* buttonOk;
|
|
|
|
QPushButton* buttonApply;
|
|
|
|
QPushButton* buttonCancel;
|
|
|
|
QButtonGroup* GroupConstructors;
|
|
|
|
QRadioButton* RadioButton1;
|
|
|
|
QRadioButton* RadioButton2;
|
|
|
|
QRadioButton* RadioButton3;
|
2004-12-01 15:39:14 +05:00
|
|
|
QRadioButton* RadioButton4;
|
2004-06-16 21:24:55 +06:00
|
|
|
QGroupBox* GroupBoxName;
|
|
|
|
QLineEdit* ResultName;
|
|
|
|
QLabel* NameLabel;
|
2004-01-07 20:46:21 +05:00
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
QGridLayout* DlgRef_Skeleton_QTDLayout;
|
|
|
|
QGridLayout* Layout1;
|
|
|
|
QHBoxLayout* GroupButtonsLayout;
|
|
|
|
QHBoxLayout* Layout3;
|
2004-12-01 15:39:14 +05:00
|
|
|
QHBoxLayout* GroupConstructorsLayout;
|
2004-01-07 20:46:21 +05:00
|
|
|
QHBoxLayout* Layout2;
|
2004-06-16 21:24:55 +06:00
|
|
|
QGridLayout* GroupBoxNameLayout;
|
|
|
|
QGridLayout* Layout66;
|
2004-01-07 20:46:21 +05:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // DLGREF_SKELETON_QTD_H
|