I want to have control over setVisible method.
I have a public
andCode:
virtual void setVisible(bool visible)
now, i have recursive call (and stack overflow error)
Any help ? Thanks.
Printable View
I want to have control over setVisible method.
I have a public
andCode:
virtual void setVisible(bool visible)
now, i have recursive call (and stack overflow error)
Any help ? Thanks.
Should be QWidget::setVisible(visible)