How to set a fixed position from Widgets
Unsolved
General and Desktop
-
Hello, in my programm I use a QStackedWidget. In it there are many different Widgets. If I show the current Widget from the QStackedWidget and change the layout in the current Widget, the whole Layout at the other Widgets in the QStackedWidget changes also. How can I set a fixed position in the QStackedWidget from the top to the bottom?
-
This post is deleted!
-
@qwasder85
If I add another Button at a different Widget in the QStackedWidget these Buttons are at a different place in the Widget because every Widget gets longer. -
Hi,
Are you properly using layouts for all of these widgets ?