Can I handle control position via Qt StyleSheet
something like that:
Code:
... QPushButton#pushButton { position: absolute; background-color: rgb(89, 77, 255); top: 200px; left: 200px; } ...
Printable View
Can I handle control position via Qt StyleSheet
something like that:
Code:
... QPushButton#pushButton { position: absolute; background-color: rgb(89, 77, 255); top: 200px; left: 200px; } ...
my understanding is that the 'position' property is for sub controls not actual "widgets". (like the down arrow of a combobox)