mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
- SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,
+ SMESHGUI_Dialog( QWidget* = 0, const bool modal = false, const bool allowResize = false,
This commit is contained in:
parent
13c23ff6b0
commit
4e3fa683ce
@ -44,7 +44,7 @@ class SMESHGUI_EXPORT SMESHGUI_Dialog : public LightApp_Dialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SMESHGUI_Dialog( QWidget* = 0, const bool = false, const bool = false,
|
||||
SMESHGUI_Dialog( QWidget* = 0, const bool modal = false, const bool allowResize = false,
|
||||
const int = OK | Close | Apply | Help );
|
||||
virtual ~SMESHGUI_Dialog();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user