Hi, not sure if this is a bug or I am dense.

In PyQt4, QObject.findChildren(QWidgetType) returns a list of child widgets of that widget type. A second argument may be supplied: QObject.findChildren(QWidgetType, QRegExp), to qualify this list.

PySide demands a second argument, but doesn't seem to accept a QRegExp for that, only strings, and I had no luck trying different wildcards.

Thanks.
_______________________________________________
PySide mailing list
PySide@lists.openbossa.org
http://lists.openbossa.org/listinfo/pyside

Reply via email to