QWidgets layout misunderstanding
-
Hi!
I have GridLayout. Two the same widgets 'A' are vertically and dynamically added.
Each of 'A' have QTabWidget with inner widgets 'B'...
I trying to resize 'B' widgets by resizeEvent of 'A' . But I have different final result.
I don't know why, by I have 3 resizeEvent 's executions. Finally, 'A' widgets have the same size. But my 'B' have different.
Some advice? -
Hi!
I have GridLayout. Two the same widgets 'A' are vertically and dynamically added.
Each of 'A' have QTabWidget with inner widgets 'B'...
I trying to resize 'B' widgets by resizeEvent of 'A' . But I have different final result.
I don't know why, by I have 3 resizeEvent 's executions. Finally, 'A' widgets have the same size. But my 'B' have different.
Some advice? -
@JonB , here is the link to the test project: my test project
I have tried to create a relevant minimal project... I couldn't repeat a bug that I already explained here.... But there is a second one:
How to block resizing feature while creating square widgets? How to create square widgets correctly?
Click on the second tab.