]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SHAPERGUI/SHAPERGUI.h
Salome HOME
Save/Restore toolbars configuration
[modules/shaper.git] / src / SHAPERGUI / SHAPERGUI.h
index afcc55bf61be8718fb433ff0ec3accf8fea63e74..598c4502335dfe6fe7aaf0df699748bbc1185086 100644 (file)
@@ -226,6 +226,9 @@ private slots:
   // Update current toolbars
   void updateToolbars(const QMap<QString, QIntList>& theNewToolbars);
 
+  void saveToolbarsConfig();
+  void loadToolbarsConfig();
+
   /// List of registered nested actions
   QStringList myNestedActionsList;
 
@@ -263,6 +266,7 @@ private slots:
   /// List of registered actions
   QIntList myActionsList;
   QMap<QString, QIntList> myToolbars;
+  bool myIsToolbarsModified;
 };
 
 #endif