]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_WidgetSketchLabel.h
Salome HOME
Task 5.2.5 Add some warnings (tooltips) to critical places
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index fe9c147160014b099b18171cdc48c911ffdfcd06..fbc3395025b9a084472fc26643397e4c907d7dd9 100644 (file)
@@ -41,6 +41,7 @@ class XGUI_Workshop;
 class QCheckBox;
 class QStackedWidget;
 class QLineEdit;
+class QDialog;
 
 /**
 * \ingroup Modules
@@ -193,6 +194,9 @@ protected:
   /// \param thePrs a presentation
   bool fillSketchPlaneBySelection(const std::shared_ptr<ModuleBase_ViewerPrs>& thePrs);
 
+
+  virtual void showEvent(QShowEvent* theEvent);
+
 private slots:
   /// A slot called on set sketch plane view
   void onSetPlaneView();
@@ -238,6 +242,9 @@ private:
 
   bool myOpenTransaction;
   bool myIsSelection;
+
+  QDialog* myPartSetMessage;
+  QDialog* mySizeMessage;
 };
 
 #endif