mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Porting to Mandrake 10.1 and new products:
added "include <qlabel.h>" because the new qt 3.3.3 do not includes it
This commit is contained in:
parent
1b212c135e
commit
fb47f1a747
@ -38,6 +38,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_CircleDlg()
|
||||
// purpose : Constructs a BasicGUI_CircleDlg which is a child of 'parent', with the
|
||||
|
@ -36,6 +36,8 @@
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -33,6 +33,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -34,6 +34,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -36,6 +36,8 @@
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
#include <TopExp.hxx>
|
||||
#include <TopAbs.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
|
@ -46,6 +46,7 @@ using namespace std;
|
||||
#include <BRep_Tool.hxx>
|
||||
|
||||
#include <qapplication.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_PointDlg()
|
||||
|
@ -35,6 +35,7 @@ using namespace std;
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include "utilities.h"
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_VectorDlg()
|
||||
|
@ -52,6 +52,7 @@ using namespace std;
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_WorkingPlaneDlg()
|
||||
|
@ -31,6 +31,8 @@
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -41,6 +41,7 @@
|
||||
#include <qmessagebox.h>
|
||||
#include <qtextedit.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BlocksGUI_ExplodeDlg()
|
||||
|
@ -32,6 +32,7 @@ using namespace std;
|
||||
#include "QAD_Desktop.h"
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BlocksGUI_PropagateDlg()
|
||||
|
@ -31,6 +31,8 @@
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -33,6 +33,8 @@
|
||||
|
||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BlocksGUI_TrsfDlg()
|
||||
// purpose : Constructs a BlocksGUI_TrsfDlg which is a child of 'parent'.
|
||||
|
@ -33,6 +33,8 @@ using namespace std;
|
||||
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BooleanGUI_Dialog()
|
||||
// purpose : Constructs a BooleanGUI_Dialog which is a child of 'parent', with the
|
||||
|
@ -30,6 +30,8 @@
|
||||
#include "QAD_Desktop.h"
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_CompoundDlg()
|
||||
// purpose : Constructs a BuildGUI_CompoundDlg which is a child of 'parent', with the
|
||||
|
@ -35,6 +35,8 @@
|
||||
#include "QAD_Desktop.h"
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_EdgeDlg()
|
||||
// purpose : Constructs a BuildGUI_EdgeDlg which is a child of 'parent', with the
|
||||
|
@ -33,6 +33,7 @@ using namespace std;
|
||||
|
||||
//Qt includes
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_FaceDlg()
|
||||
|
@ -31,6 +31,8 @@
|
||||
#include "QAD_Desktop.h"
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_ShellDlg()
|
||||
// purpose : Constructs a BuildGUI_ShellDlg which is a child of 'parent', with the
|
||||
|
@ -33,6 +33,7 @@
|
||||
|
||||
//Qt includes
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_SolidDlg()
|
||||
|
@ -30,6 +30,8 @@
|
||||
#include "QAD_Desktop.h"
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : BuildGUI_WireDlg()
|
||||
// purpose : Constructs a BuildGUI_WireDlg which is a child of 'parent', with the
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "QAD_MessageBox.h"
|
||||
|
||||
#include <qpushbutton.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopExp.hxx>
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
|
||||
#include <qmessagebox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : EntityGUI_SubShapeDlg
|
||||
|
@ -47,6 +47,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : GenerationGUI_FillingDlg()
|
||||
// purpose : Constructs a GenerationGUI_FillingDlg which is a child of 'parent', with the
|
||||
|
@ -42,6 +42,8 @@
|
||||
#include "QAD_Desktop.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : GenerationGUI_PipeDlg()
|
||||
// purpose : Constructs a GenerationGUI_PipeDlg which is a child of 'parent', with the
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_BndBoxDlg()
|
||||
|
@ -37,6 +37,8 @@
|
||||
#include <TopoDS.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_CenterMassDlg()
|
||||
// purpose : Constructs a MeasureGUI_CenterMassDlg which is a child of 'parent', with the
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#define TEXTEDIT_FONT_FAMILY "Courier"
|
||||
#define TEXTEDIT_FONT_SIZE 11
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_DistanceDlg()
|
||||
|
@ -45,6 +45,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_InertiaDlg()
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_MaxToleranceDlg()
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_PropertiesDlg()
|
||||
|
@ -49,6 +49,7 @@
|
||||
#include <qpushbutton.h>
|
||||
#include <qradiobutton.h>
|
||||
#include <qbuttongroup.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : MeasureGUI_WhatisDlg( )
|
||||
|
@ -32,6 +32,8 @@
|
||||
#include "QAD_Config.h"
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : OperationGUI_ArchimedeDlg()
|
||||
// purpose : Constructs a OperationGUI_ArchimedeDlg which is a child of 'parent', with the
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "DlgRef_SpinBox.h"
|
||||
#include "QAD_Desktop.h"
|
||||
#include "qpixmap.h"
|
||||
#include <qlabel.h>
|
||||
#include <list>
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "DlgRef_2Sel1Spin.h"
|
||||
#include "QAD_Desktop.h"
|
||||
#include "qpixmap.h"
|
||||
#include <qlabel.h>
|
||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||
#include <list>
|
||||
|
||||
|
@ -34,6 +34,7 @@ using namespace std;
|
||||
|
||||
#include <qlistview.h>
|
||||
#include <qspinbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : OperationGUI_MaterialDlg()
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -36,6 +36,8 @@ using namespace std;
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -35,6 +35,8 @@
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
//=================================================================================
|
||||
|
@ -38,6 +38,7 @@ using namespace std;
|
||||
|
||||
#include <TopAbs.hxx>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : RepairGUI_CloseContourDlg()
|
||||
|
@ -38,6 +38,7 @@ using namespace std;
|
||||
|
||||
#include <TopAbs.hxx>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : RepairGUI_DivideEdgeDlg()
|
||||
|
@ -42,6 +42,8 @@ using namespace std;
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
#define DEFAULT_TOLERANCE_VALUE 1e-07
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@ using namespace std;
|
||||
|
||||
#include <qheader.h>
|
||||
#include <qmessagebox.h>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : RepairGUI_ShapeProcessDlg()
|
||||
|
@ -38,6 +38,7 @@ using namespace std;
|
||||
|
||||
#include <TopAbs.hxx>
|
||||
|
||||
#include <qlabel.h>
|
||||
|
||||
//=================================================================================
|
||||
// class : RepairGUI_SuppressFacesDlg()
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "utilities.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "QAD_Desktop.h"
|
||||
|
||||
#include <qcheckbox.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
#include "GEOMImpl_Types.hxx"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user