How can I maintain an aspect ratio between two QHBoxLayouts?
For instance I want a QHBoxLayout to be one third of the entire window width and the other to be two thi
You can edit the sizePolicy for the widgets and set a higher horizontalStretch for the widget in the right.