mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-15 01:00:39 +05:00
Port to use Qt 5.11.x (native on Debian 10).
This commit is contained in:
parent
d7d7cf1070
commit
8bdb4879a4
@ -47,6 +47,8 @@
|
||||
|
||||
#include <GEOMImpl_Types.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_CurveDlg()
|
||||
// purpose : Constructs a BasicGUI_CurveDlg which is a child of 'parent', with the
|
||||
|
@ -48,6 +48,8 @@
|
||||
|
||||
#include <SalomeApp_Tools.h>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//OCCT includes
|
||||
#include <TopoDS.hxx>
|
||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <SalomeApp_Application.h>
|
||||
#include <LightApp_SelectionMgr.h>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : EntityGUI_IsolineDlg
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <DlgRef.h>
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopExp.hxx>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <QKeyEvent>
|
||||
#include <QSpinBox>
|
||||
#include <QDoubleSpinBox>
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : GEOMBase_Skeleton()
|
||||
|
@ -61,6 +61,7 @@
|
||||
#include <QListWidget>
|
||||
#include <QLineEdit>
|
||||
#include <QMap>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <AIS_ListOfInteractive.hxx>
|
||||
#include <AIS_ListIteratorOfListOfInteractive.hxx>
|
||||
|
@ -54,6 +54,8 @@
|
||||
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// function : Constructor
|
||||
// purpose :
|
||||
|
@ -43,6 +43,8 @@
|
||||
|
||||
#include <GEOMImpl_Types.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : RepairGUI_CloseContourDlg()
|
||||
// purpose : Constructs a RepairGUI_CloseContourDlg which is a child of 'parent', with the
|
||||
|
@ -55,6 +55,8 @@
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
enum { BY_PARAM, BY_POINT_PROJ };
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user