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:
ExclusiveGroup { id: tabPositionGroup } RadioButton { id:en text: "انگلیسی" x: 190 y: 95 checked: true exclusiveGroup: tabPositionGroup } RadioButton { id:fa text: "ÙØ§Ø±Ø³ÛŒ" x: 90 y: 95 exclusiveGroup: tabPositionGroup }To copy to clipboard, switch view to plain text mode
Bookmarks