Can I handle control position via Qt StyleSheet
something like that:
Qt Code:
... QPushButton#pushButton { position: absolute; background-color: rgb(89, 77, 255); top: 200px; left: 200px; } ...To copy to clipboard, switch view to plain text mode
Can I handle control position via Qt StyleSheet
something like that:
Qt Code:
... QPushButton#pushButton { position: absolute; background-color: rgb(89, 77, 255); top: 200px; left: 200px; } ...To copy to clipboard, switch view to plain text mode
my understanding is that the 'position' property is for sub controls not actual "widgets". (like the down arrow of a combobox)
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks