pie display
-
Hi and welcome to devnet,
You need to call show on your widget.
It would be better to set a layout on your frame and then add your widget to that layout. Otherwise you will also have to manage the size and position of that widget by hand.
-
Hi and welcome to devnet,
You need to call show on your widget.
It would be better to set a layout on your frame and then add your widget to that layout. Otherwise you will also have to manage the size and position of that widget by hand.
-
Hi and welcome to devnet,
You need to call show on your widget.
It would be better to set a layout on your frame and then add your widget to that layout. Otherwise you will also have to manage the size and position of that widget by hand.
-
Setting a widget as parent to another widget does not make it visible quite the contrary. See the setParent documentation.
As already suggested you should use a layout on your frame.
-
Setting a widget as parent to another widget does not make it visible quite the contrary. See the setParent documentation.
As already suggested you should use a layout on your frame.
-
@SGaist is there a simple way to show the pie?
i used a layout anf ->show(); and theres not result

you mean like this ? cuz i didnt understand well sorry
![Capture d’écran 2022-11-12 194909.png]
