way to get cell's size of QGridLayout
Unsolved
Qt Creator and other tools
-
@superl3 said in way to get cell's size of QGridLayout:
QT Designer program seems to be solved this problem.
Why do you think so?
The size depends on the widgets in the cells. So ask the widgets.
-
-
I want to know that the geometry surrounded by red and green lines which includes widget.
Get geometry of QLayoutItem still gives me the size of widget.. -
I currently don't see a direct way to get them and I also don't understand why they are needed at all.
-
Maybe take a look into the designer sources will help you.