How to automate detection of out of order tab navigation in Qt dialogs?
Posted
by WilliamKF
on Stack Overflow
See other posts from Stack Overflow
or by WilliamKF
Published on 2010-05-12T22:54:22Z
Indexed on
2010/05/14
16:54 UTC
Read the original article
Hit count: 216
Typically, a dialog wishes to have tab navigation proceed in an orderly fashion through a dialog that roughly corresponds to the order of reading a book.
When new fields are added to a dialog by engineers on a team, the new widgets can often not be inserted in tab correct order.
Can anyone think of a way to automate the detection of out of tab navigation order widgets within a dialog?
© Stack Overflow or respective owner