Build frames in GUI Program
Moved
Unsolved
Language Bindings
-
Hi,
Looks like:
- four widgets in a QGridLayout
or - four widgets in two QVBoxLayout in inside a QHBoxLayout
or - four widgets in two QHBoxLayout inside a QVBoxLayout.
- four widgets in a QGridLayout
-
Then what more information do you need ?
-
A quick google search with
PyQt5 layout
gives that nice article.