AddSpacing(): something better than pixels?
General and Desktop
3
Posts
2
Posters
2.0k
Views
1
Watching
-
While I very much like the concept of QVBoxLayout and QHBoxLayout (which resembles TeX's \hbox and \vbox commands a lot), I very much dislike that I have to give pixels as an argument to addSpacing(). Isn't there something better available, say, something comparable to TeX's
ex' orem' unit (the height of a small letter `x' and the nominal size of a font, respectively)? Or maybe a percentage as used in CSS?Werner