[Qt-interest] Remove QWidget from tab order (Qt Designer)

Scott Aron Bloom Scott.Bloom at onshorecs.com
Mon Aug 9 17:57:36 CEST 2010


You may want to not include the WheelFocus (sorry about the typo in the
original post)

I forget it if includes StrongFocus which you DON'T want.

Scott

-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of Scott Aron Bloom
Sent: Monday, August 09, 2010 8:53 AM
To: Qt-interest at trolltech.com
Subject: Re: [Qt-interest] Remove QWidget from tab order (Qt Designer)

slider->setFocusPolicy(Qt::TabFocus|Qt::WhellFocus) will allow it to be
clicked and allow the wheel to work, but not accept tabbing in.

Scott

-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of Matthias Paul
Sent: Monday, August 09, 2010 1:28 AM
To: Qt-interest at trolltech.com
Subject: [Qt-interest] Remove QWidget from tab order (Qt Designer)

Hello!

I set up a simple form with some QLineEdits and QSliders elements.
QSliders are connected to the QLineEdits, so that the user can input the
value either by pushing the slider handle or by editing the line edit
text.

Now I'd like to remove the QSliders from the tab order. How can I do
that (preferably with Qt Designer)?

Thank you,
Paule
-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest

_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest




More information about the Qt-interest-old mailing list