I'm trying to do some basic game that's about adding, using and deleting widgets. My problem is that I can only create widgets at program startup, if I'd like to restart the game (without closing application), the newly created widgets aren't appearing.
The QGridLayout solves that problem but creates another, manages widget positions itself, and I don't want that.
So is there anyway to create widget when program is already running (without need of adding widget to layout)?
Bookmarks