]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/Qtx/QtxColorButton.h
Salome HOME
Merge commit '4bda6c883bff2af152b1de8d7f6d4820780c2cd2'
[modules/gui.git] / src / Qtx / QtxColorButton.h
index 6f520faad0420624675d0d831e1c2709693aae4a..63c5ab3c0356095199a53b7aaaab0f568042b604 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -51,6 +51,8 @@ public:
   QString       autoText() const;
   void          setAutoText( const QString& );
 
+  QSize         sizeHint() const;
+
 signals:
   void          clicked( QColor );
   void          changed( QColor );