hello
I want a RadioButton rtl.
This is my RadioButton :
http://s6.picofile.com/file/8249241742/radio.png
I want like this:
http://s6.picofile.com/file/8249242618/radio3.png
my code:
Qt Code:
  1. ExclusiveGroup { id: tabPositionGroup }
  2. RadioButton {
  3. id:en
  4. text: "انگلیسی"
  5. x: 190
  6. y: 95
  7. checked: true
  8. exclusiveGroup: tabPositionGroup
  9. }
  10.  
  11. RadioButton {
  12. id:fa
  13. text: "فارسی"
  14. x: 90
  15. y: 95
  16. exclusiveGroup: tabPositionGroup
  17. }
To copy to clipboard, switch view to plain text mode