X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonCreateHypothesis.h;h=dd9bb1bf2fe5d2ac8ae71e8e9dab9e39fc15e680;hb=refs%2Ftags%2FV9_13_0b1;hp=2e9ee24e16b61f0466ae6ccef287bdaa83da3125;hpb=408c0191e3bbfd149adbf04e2e7bce039703a144;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonCreateHypothesis.h b/src/HOMARDGUI/MonCreateHypothesis.h index 2e9ee24e..dd9bb1bf 100644 --- a/src/HOMARDGUI/MonCreateHypothesis.h +++ b/src/HOMARDGUI/MonCreateHypothesis.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -29,11 +29,11 @@ #include CORBA_CLIENT_HEADER(HOMARD_Gen) #include CORBA_CLIENT_HEADER(HOMARD_Hypothesis) -#include -#include +#include "ui_CreateHypothesis.h" +#include class MonCreateIteration; -class HOMARD_EXPORT MonCreateHypothesis : public QDialog, public Ui_CreateHypothesis +class HOMARD_EXPORT MonCreateHypothesis : public QScrollArea, public Ui_CreateHypothesis { Q_OBJECT @@ -72,7 +72,7 @@ protected : int _NivMax; double _DiamMin; int _AdapInit; - int _LevelOutput; + int _ExtraOutput; HOMARD::HOMARD_Hypothesis_var aHypothesis; HOMARD::HOMARD_Gen_var myHomardGen; @@ -119,7 +119,6 @@ public slots: virtual void SetUseField(); virtual void PushZoneNew(); virtual void PushZoneEdit(); - virtual void PushZoneDelete(); virtual void SetFiltrage(); virtual void SetFieldNo(); virtual void SetFieldAll();