-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
It would be convenient if stylesheets could control QLayout objects, in addition to QWidgets. For example, I might want to change the margins (contentsMargins?) on one class of layout object:
QVBoxLayout {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
}