PDA

View Full Version : RadioButton rtl in qml



ravandi
29th April 2016, 09:28
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:


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
}