]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/CollectionPlugin_WidgetField.h
Salome HOME
Issue #1919: fix for point 2 - manage columns resize
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_WidgetField.h
index 14c25fb4b577cf871aec9c246efbb65ebb6f10d2..d8df899fcfdf0d28ff5a8996a150fed448879901 100644 (file)
@@ -119,6 +119,8 @@ private slots:
   /// \param theMax a maximal value
   void onRangeChanged(int theMin, int theMax);
 
+  void onColumnResize(int theIndex, int theOld, int theNew);
+
 private:
   /// Clear existing tables
   void clearData();
@@ -148,6 +150,8 @@ private:
   /// \param theVal a value for the item
   QTableWidgetItem* createValueItem(ModelAPI_AttributeTables::Value& theVal) const;
 
+  QString getValueText(ModelAPI_AttributeTables::Value& theVal) const;
+
   /// Return a value from the string
   /// \param theStrVal a string
   ModelAPI_AttributeTables::Value getValue(QString theStrVal) const;