src/MeasureGUI/MeasureGUI_Skeleton_QTD.h

Go to the documentation of this file.
00001 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00002 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
00003 //
00004 // This library is free software; you can redistribute it and/or
00005 // modify it under the terms of the GNU Lesser General Public
00006 // License as published by the Free Software Foundation; either
00007 // version 2.1 of the License.
00008 //
00009 // This library is distributed in the hope that it will be useful
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012 // Lesser General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU Lesser General Public
00015 // License along with this library; if not, write to the Free Software
00016 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00017 //
00018 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00019 //
00020 /****************************************************************************
00021 ** Form interface generated from reading ui file 'MeasureGUI_Skeleton_QTD.ui'
00022 **
00023 ** Created: Tue Mar 21 10:10:08 2006
00024 **      by: The User Interface Compiler ($Id: MeasureGUI_Skeleton_QTD.h,v 1.5 2006/06/01 11:32:36 jfa Exp $)
00025 **
00026 ** WARNING! All changes made in this file will be lost!
00027 ****************************************************************************/
00028 
00029 #ifndef MEASUREGUI_SKELETON_QTD_H
00030 #define MEASUREGUI_SKELETON_QTD_H
00031 
00032 #include <qvariant.h>
00033 #include <qdialog.h>
00034 
00035 class QVBoxLayout;
00036 class QHBoxLayout;
00037 class QGridLayout;
00038 class QSpacerItem;
00039 class QGroupBox;
00040 class QPushButton;
00041 class QButtonGroup;
00042 class QRadioButton;
00043 
00044 class MeasureGUI_Skeleton_QTD : public QDialog
00045 {
00046     Q_OBJECT
00047 
00048 public:
00049     MeasureGUI_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00050     ~MeasureGUI_Skeleton_QTD();
00051 
00052     QGroupBox* GroupButtons;
00053     QPushButton* buttonClose;
00054     QPushButton* buttonHelp;
00055     QButtonGroup* GroupConstructors;
00056     QRadioButton* RadioButton1;
00057     QGroupBox* GroupMedium;
00058 
00059 protected:
00060     QGridLayout* MeasureGUI_Skeleton_QTDLayout;
00061     QGridLayout* Layout1;
00062     QGridLayout* GroupButtonsLayout;
00063     QGridLayout* Layout3;
00064     QSpacerItem* Spacer1;
00065     QGridLayout* GroupConstructorsLayout;
00066     QHBoxLayout* Layout2;
00067 
00068 protected slots:
00069     virtual void languageChange();
00070 
00071 };
00072 
00073 #endif // MEASUREGUI_SKELETON_QTD_H