]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/Qtx/QtxMenu.h
Salome HOME
Copyright update 2021
[modules/gui.git] / src / Qtx / QtxMenu.h
index 6550cb58d925ffbefa06e3fc480127652934a716..58d4c91149bd8de1dac408bb18c8acf6f533ee9f 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -59,6 +59,9 @@ public:
   virtual void           setTitleMode( const TitleMode );
   virtual void           setTitleAlignment( const Qt::Alignment );
 
+  virtual void           addGroup( const QString& );
+  virtual void           addGroup( const QIcon&, const QString& );
+
 public slots:
   virtual void           setVisible( bool );