Can I handle control position via Qt StyleSheet
something like that:
Qt Code:
  1. ...
  2. QPushButton#pushButton {
  3. position: absolute;
  4. background-color: rgb(89, 77, 255);
  5. top: 200px;
  6. left: 200px;
  7. }
  8. ...
To copy to clipboard, switch view to plain text mode