Salome HOME
Add tests for drag and drop algo.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ZLevelsDlg.h
index 6d249784d0c866adbc2981164c0398f2454535be..e67dcc38f24eae2f1123dd7d7ec3379e19c18981 100644 (file)
 class QCheckBox;
 class QListView;
 class QPushButton;
+class QToolButton;
 
 /** 
  * \class HYDROGUI_ZLevelsDlg
  * \brief The class representing widget for managing Z levels
  */
-class HYDROGUI_ZLevelsDlg : public QDialog
+class HYDRO_EXPORT HYDROGUI_ZLevelsDlg : public QDialog
 {
   Q_OBJECT
 
@@ -55,10 +56,10 @@ private:
 
 private:
   QListView* myList;
-  QPushButton* myTop;
-  QPushButton* myUp;
-  QPushButton* myDown;
-  QPushButton* myBottom;
+  QToolButton* myTop;
+  QToolButton* myUp;
+  QToolButton* myDown;
+  QToolButton* myBottom;
   QCheckBox* myAllObjects;
   QPushButton* myApply;
   QPushButton* myClose;