How can I prevent QLabels, QSpinBoxes and QComboBoxes from being clipped/height being too small
I have a QDialog
with a quite complex layout, above all a QTabWidget
. It has four pages with the same height, and one needing more vertical space.
How can I prevent QLabels, QSpinBoxes and QComboBoxes from being clipped/height being too small
I have a QDialog
with a quite complex layout, above all a QTabWidget
. It has four pages with the same height, and one needing more vertical space.