Hi Dan, 2011/2/11 Dan Clementi <d.cleme...@ieee.org>: > 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.
Sounds like a bug to me. Please file it at http://bugs.openbossa.org/ Maybe, in addition to QRegExp, a Python regular expression object (result value of "re.compile") could also be supported, to make the bindings more Pythonic (just like the QDateTime + datetime request that we had recently). Thanks :) Thomas _______________________________________________ PySide mailing list PySide@lists.openbossa.org http://lists.openbossa.org/listinfo/pyside