How to use QRadio Button?

Login or register to post comments
2 replies [Last post]
Offline
Joined: 10/11/2010

Hello,

I went through the examples and could not find a way of how to use Radio buttons in QCubed 2.0.2. Precisely speaking, I want to use two (or three) radio buttons and a 'save' button to save the option the user chooses.

I am unable to figure out how to create the list of the radio buttons. Someone please help. :(

jmirancid's picture
Offline
Joined: 04/04/2011

Nice to meet you Vaibhav,

You can try this...

1) Use separately QRadioButtons instances and define the GroupName property with a common name to let you chosse only one in the group.

2) Use the QRadioButtonList, this control let you load a datasource with options items to create the QRadioButtons.

Hope this help you,

JMI / Instinctively moving...

Offline
Joined: 10/11/2010

Thanks :) A lot :)

I was in need of the first option but thanks for telling the second one as well... it would really help me further :)