Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / XGUI / XGUI_MainWindow.h
index 4f99979c998549fbc9e5f10abf037217bd08cc3c..2a71a876a00327a14758f54812ef941a43be002f 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef XGUI_MAINWINDOW_H
 #define XGUI_MAINWINDOW_H
 
+#include "XGUI.h"
 #include <QMainWindow>
 
 class XGUI_MainMenu;
@@ -14,7 +15,7 @@ class PyConsole_EnhConsole;
  * \brief Main window of the application (Desktop).
  * It contains: Object Browser, 3d Viewer, Python console, property panel, main menu
  */
-class XGUI_MainWindow: public QMainWindow
+class XGUI_EXPORT XGUI_MainWindow: public QMainWindow
 {
 Q_OBJECT
 
@@ -45,6 +46,7 @@ public:
 
   // Creates Dock widgets: Object broewser and Property panel
   void createDockWidgets();
+  void setPropertyPannelTitle(const QString& theTitle);
 
 public slots:
   void showPythonConsole();