Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Just want to hide a QWidget
-
This post is deleted!
-
@sierdzio Thanks for the effort. I ended up doing a parentWidget->hide() call on one of the stacked widgets.
-
stack = nullptr; tool = nullptr;
Should do it.
-
@sierdzio, the post was deleted, so your advice is falling on deaf ears.
-
@kshegunov said in Just want to hide a QWidget!!!!:
@sierdzio, the post was deleted, so your advice is falling on deaf ears.
Yep, I was wondering why it is grayed out. My long absence from the forums shows up :)
-
@sierdzio Thanks for the effort. I ended up doing a parentWidget->hide() call on one of the stacked widgets.