How to set the ratio of width and height of the widget?
Unsolved
General and Desktop
-
@mikeeeeee
Since Qt always adopts the convention of naming setter functionsset...
, did you tryvoid QSizePolicy::setHeightForWidth(bool dependent)
?