Salome HOME
Issue #2566: Define option toolbar for features group.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionInfo.h
index 15a081ae23f641c7bb62e24f68da4f83d65e1c13..347d1613705c9ccdba189f60a1b77ca5926be098 100644 (file)
@@ -49,6 +49,7 @@ struct MODULEBASE_EXPORT ModuleBase_ActionInfo
   QString iconText; //!< action's descriptive icon text
   QString iconFile; //!< path to icon's file. Can not be initialized from QAction
   QString toolTip; //!< action's tooltip
+  QString toolBar;  //!< A name of toolbar. By default = group of features name
   // QString statusTip;
   // QString whatsThis;
   QKeySequence shortcut; //!< action's primary shortcut key