Zigbee-GUI PyQT5
Unsolved
Qt for Python
-
Hi, i try to run this project (https://github.com/zzeitt/ZigBee-GUI), but i can't expand the box with the map, and i also can't see part of the app as it is shown in the pic example, any help?
!
231147123_2398725630257676_5437143861314304843_n.jpg -
Hi,
You should check the layout building part of the script.
-
You should start by reading the Layout Management chapter of Qt's documentation.
Then check the initLayout function.
-
Hi
In the groupbox called Kapta.
You want to create a new layout.
Then you want to insert that "map box" to this layout.
And assign this layout to Kapta.Then "map box" is controlled by the layout and the layout follow Kapta.