[Qt-interest] QWidget::SetTabOrder question?
Eric Clark
eclark at ara.com
Tue Aug 10 21:59:25 CEST 2010
Hello All,
I was wondering if there is a way to get the tab order after it has already been set. For example, if I have this:
QWidget *widget1 = new QWidget();
QWidget *widget2 = new QWidget();
QWidget::setTabOrder(widget1, widget2);
Is there any way for me to ask what widget is first in the order and get back a pointer to widget1?
Thank you in advance!
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100810/c7c2138c/attachment.html
More information about the Qt-interest-old
mailing list