X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_Preferences_ColorDlg.h;h=404edcf34df4c808cb112cdcf4fc6313c23307a3;hb=845309d9194395babe18cf4fa92cc958879e0b5d;hp=cf899f3ad9e9d54ed2524aae9444704603c047e6;hpb=da4a6470bed34fd5485c14f64f6e4e4b407c2f8e;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h index cf899f3ad..404edcf34 100644 --- a/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h +++ b/src/SMESHGUI/SMESHGUI_Preferences_ColorDlg.h @@ -36,10 +36,9 @@ #include class QCheckBox; -class QSpinBox; class SMESHGUI; -class QtxDoubleSpinBox; -class QtxIntSpinBox; +class SMESHGUI_SpinBox; +class SalomeApp_IntSpinBox; class QtxColorButton; class VTKViewer_MarkerWidget; @@ -85,13 +84,13 @@ private: QtxColorButton* btnBackFaceColor; QtxColorButton* btnOutlineColor; QtxColorButton* btn0DElementsColor; - QSpinBox* SpinBox_0DElements_Size; - QSpinBox* SpinBox_Width; - QtxIntSpinBox* SpinBox_Shrink; + SalomeApp_IntSpinBox* SpinBox_0DElements_Size; + SalomeApp_IntSpinBox* SpinBox_Width; + SalomeApp_IntSpinBox* SpinBox_Shrink; QtxColorButton* btnNodeColor; VTKViewer_MarkerWidget* MarkerWidget; QtxColorButton* btnOrientationColor; - QtxDoubleSpinBox* SpinBox_Orientation_Scale; + SMESHGUI_SpinBox* SpinBox_Orientation_Scale; QCheckBox* CheckBox_Orientation_3DVectors; };