PDA

View Full Version : qRadioButton and focus



rajeshs
4th March 2008, 07:16
Hi all,

I have 1 qLineEdit and 4 radio buttons in a dialog i have the 4 radiobuttons in one groupbox,

if i press tab from qLineedit its focus is comming to first radiobutton, then if i press tab its again going to Lineedit,

If i press tab from first radiobutton i need focus on second radio button how to achieve this ? please help me?

jpn
4th March 2008, 07:19
See this thread (http://www.qtcentre.org/forum/f-newbie-4/t-settaborder-12047.html).

rajeshs
4th March 2008, 08:09
thank you,

In the same if i press left button from first radiobutton ,next radiobutton should be selected , and so on..

how to achieve this ?