X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ZLevelsDlg.h;h=217cfba9f099bd5eaaa4054f3e7a154516af2756;hb=6dd1807886655d96b021fbfb6ba736d79d49a492;hp=2c0b085f586c2f580589babeb9c6dd909ab553b8;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h index 2c0b085f..217cfba9 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h @@ -46,6 +46,7 @@ public: HYDROGUI_ListModel::ObjectList getObjects() const; signals: + void applyOrderAndClose(); void applyOrder(); private slots: @@ -53,9 +54,10 @@ private slots: private: HYDROGUI_OrderedListWidget* myListWidget; ///< the ordered list widget - QCheckBox* myAllObjects; ///< the show all objects button - QPushButton* myApply; ///< the apply changes button - QPushButton* myClose; ///< the close dialog button + QCheckBox* myAllObjects; ///< the show all objects button + QPushButton* myApplyAndClose; ///< the apply changes and close dialog button + QPushButton* myApply; ///< the apply changes button + QPushButton* myClose; ///< the close dialog button }; #endif