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

Scott Aron Bloom Scott.Bloom at onshorecs.com
Mon Aug 16 17:13:25 CEST 2010


You should find that in the Property editor, there is a field for Focus
Policy, the default is Strong Policy...

Scott

-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of slayer81 at gmx.de
Sent: Monday, August 16, 2010 8:17 AM
To: Qt-interest at trolltech.com
Subject: Re: [Qt-interest] Remove QWidget from tab order (Qt Designer)

Thank you for your explaination, it worked :)

Does anyone know whether Qt Designer will support disabling the tab
order in their GUI?

Am 09.08.2010 17:52:30, schrieb "Scott Aron Bloom"
<Scott.Bloom at onshorecs.com>:

>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
>



_______________________________________________
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