In QT Designer, how to center a widget in a horizontal layout?
Unsolved
General and Desktop
-
For example the QLineEdit in the middle is off center because there's a QLabel to the left, but I want the line edit to be in the middle:
Or here I want the "MIDI Output Mode" widget in the middle as well, but since the other widgets are different sized, it gets placed off center:
In both examples the widgets are in a QFrame which has the horizontal layout applied to it.