Salome HOME
bos #24253 Redesign some dialogs to better fix screen resolution
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfo.h
index 82e3adc6c7c574f998b460913d9b1a05ec860fa5..84700d488a1c9069be94cb11782cfd70e43c78fd 100644 (file)
@@ -36,6 +36,7 @@
 #include <QList>
 #include <QMap>
 #include <QSet>
+#include <QToolBox>
 
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SMESH_Filter)
@@ -345,6 +346,7 @@ private:
   ObjectType myObjectType;
   SMESHGUI_SpinBox* myToleranceWidget;
   QList<QLabel*> myWidgets;
+  QToolBox* myMeshTB;
   QwtPlot* myPlot;
   QwtPlot* myPlot3D;
   QList<QAbstractButton*> myButtons;