Salome HOME
The slot "onTextChanged" is disconnect, but value is updated in method value().
[modules/gui.git] / src / Qtx / QtxDockWindow.h
index e1d4902d593ebded67e3df02d5c420207562acce..77dffb46f283d17766ea3a25660ad73706ff76da 100644 (file)
@@ -27,6 +27,10 @@ public:
 
   QMainWindow*  mainWindow() const;
 
+public slots:
+  virtual void  show();
+  virtual void  hide();
+
 private:
   Watcher*      myWatcher;
   bool          myStretch;