How can I add the three objects to the main window?
Solved
Qt for Python
-
Hey, could somebody please tell me how I can add the three sliders and labels to the main window, so if i am resizing the main window it does too?
-
@KaffeMitMilf
Before progressing yourcentralwidget
is missing a layout. See the pane at top-right, where it shows red "no entry" sign on that widget name. You must fix that in anything you design.Select your
centralwidget
, right-click, Layout sub-menu, assign a layout. Then see where you are. Layouts are required for widget resizing.Layouts are explained in docs.