Am Dienstag, 7. Juli 2009 schrieb Hans-Peter Jansen: > Hi *, > > I've made a custom widget (a QCheckBox and a QToolButton side by side) > based on QWidget (similar to David Boddie's GeolocationWidget from QQ26), > and would like to set the tab order. Unfortunately, designer simply > ignores my widgets in the tab order editing mode (again similar behavior > to David's widget). > > Anybody with an idea, what designer needs to consider our widgets in tab > order setting? > > I tried to duck type my widget as a QCheckBox with checkable, checked, > text properties, but nothing takes an effect on this issue.
Got it, forgot about the focus policy! Time to get rid of my flu :-(.. Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
