Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ProfileDlg.h
index 91f06f88a992df55abb416b54137c246682c482a..7055d77531eef30d4678a4b0b99a676773a365e4 100644 (file)
@@ -72,6 +72,7 @@ protected slots:
   void onProfileIndexChanged();
   void onAddBtnPressed(bool);
   void onRemoveBtnPressed(bool);
+  void onSetColorBtnPressed(bool);
   void onProfileNameChanged(QListWidgetItem* item);
 
 signals:
@@ -91,6 +92,7 @@ private:
   QListWidget*           myProfileNames;
   QPushButton*           myAddProfBtn;
   QPushButton*           myRemProfBtn; 
+  QPushButton*           mySetColorProfBtn;
 public:
   CurveCreator_Widget*   myEditorWidget;
   QGroupBox*             myAddElementBox;