How to automate detection of out of order tab navigation in Qt dialogs?
- by WilliamKF
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?