Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_ChoiceCtrl.h
index 09530b9294ebfed2519d0d0b9dd3b1df26ceb62a..a072cd1adf070e8f557ef4968a18b13f823b042d 100644 (file)
@@ -75,6 +75,10 @@ public:
   /// \param theVal a value (from 0 to number of items)
   void setValue(int theVal);
 
+  /// Set value: text of button or item of combo box.
+  /// \param theVal a value (one of text items)
+  void setValue(const QString& theVal);
+
   /// Set tool tip for label. Used only for combo box.
   void setTooltip(QString theTip);