2005-12-05 21:23:52 +05:00
|
|
|
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
//
|
|
|
|
// This library is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU Lesser General Public
|
|
|
|
// License as published by the Free Software Foundation; either
|
|
|
|
// version 2.1 of the License.
|
|
|
|
//
|
|
|
|
// This library is distributed in the hope that it will be useful
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
// Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public
|
|
|
|
// License along with this library; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
//
|
|
|
|
// See http://www.salome-platform.org/
|
|
|
|
//
|
2004-01-07 20:46:21 +05:00
|
|
|
/****************************************************************************
|
|
|
|
** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
|
|
|
**
|
2006-05-06 14:44:32 +06:00
|
|
|
** Created: Fri Mar 17 11:18:06 2006
|
|
|
|
** by: The User Interface Compiler ($Id$)
|
2004-01-07 20:46:21 +05:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost!
|
|
|
|
****************************************************************************/
|
2006-05-06 14:44:32 +06:00
|
|
|
|
2004-01-07 20:46:21 +05:00
|
|
|
#ifndef DLGREF_SKELETON_QTD_H
|
|
|
|
#define DLGREF_SKELETON_QTD_H
|
|
|
|
|
|
|
|
#include <qvariant.h>
|
|
|
|
#include <qdialog.h>
|
2006-05-06 14:44:32 +06:00
|
|
|
|
|
|
|
class QVBoxLayout;
|
|
|
|
class QHBoxLayout;
|
|
|
|
class QGridLayout;
|
|
|
|
class QSpacerItem;
|
2004-01-07 20:46:21 +05:00
|
|
|
class QGroupBox;
|
|
|
|
class QPushButton;
|
2006-05-06 14:44:32 +06:00
|
|
|
class QButtonGroup;
|
2004-01-07 20:46:21 +05:00
|
|
|
class QRadioButton;
|
2006-05-06 14:44:32 +06:00
|
|
|
class QLineEdit;
|
|
|
|
class QLabel;
|
2004-01-07 20:46:21 +05:00
|
|
|
|
2006-05-06 14:44:32 +06:00
|
|
|
class DlgRef_Skeleton_QTD : public QDialog
|
|
|
|
{
|
2004-01-07 20:46:21 +05:00
|
|
|
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;
|
2006-05-06 14:44:32 +06:00
|
|
|
QPushButton* buttonHelp;
|
2004-01-07 20:46:21 +05:00
|
|
|
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;
|
2006-05-06 14:44:32 +06:00
|
|
|
QSpacerItem* Spacer1;
|
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;
|
2006-05-06 14:44:32 +06:00
|
|
|
|
|
|
|
protected slots:
|
|
|
|
virtual void languageChange();
|
|
|
|
|
2004-01-07 20:46:21 +05:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // DLGREF_SKELETON_QTD_H
|