/// \param theParent a parent widget for the dialog
/// \param theLabelText if not empty, the information label will be shown in the widget
XGUI_EXPORT XGUI_EdgeThicknessWidget(QWidget* theParent);
- XGUI_EXPORT ~XGUI_EdgeThicknessWidget() = default;
+ XGUI_EXPORT ~XGUI_EdgeThicknessWidget() = default;
/// Initializes the dialog with the given value.
/// \param theValue edge thickness value
int getValue() const;
signals:
- void thicknessValueChanged();
+ void thicknessValueChanged(int);
private:
SalomeApp_IntSpinBox* mySpinBox;
//**************************************************************
void XGUI_Workshop::onEdgeThicknessValueChanged(int theThickness)
{
- // std::cout << "XGUI_Workshop::onEdgeThicknessValueChanged(" << theThickness << ")" << std::endl;
-
/*
XGUI_EdgeThicknessWidget* aWidget = (XGUI_EdgeThicknessWidget*)sender();
if (!aWidget)