On Thu, Jun 7, 2012 at 7:42 AM, Frank Rueter | OHUfx <[email protected]> wrote: > Hi all, > > quick question for the more experienced: > Is there a core widget for text search? I'm after pretty something that > looks pretty much like this one (at the top): > http://farm5.static.flickr.com/4042/4574583703_f7be03c653.jpg > > What I like is it's compactness. A little icon on one side inside the > box to indicate what it does, and a little "clear" icon on the other > side to quickly clear out the search field to return everything. > > I'm happy to try and write my own but thought I'd check if I'm missing > the obvious.
Here is the one used in Spyder IDE: https://code.google.com/p/spyderlib/source/browse/spyderlib/widgets/findreplace.py hg clone https://code.google.com/p/spyderlib/ spyderlib cd spyderlib; python bootstrap.py Ctrl-F to play with it. -- anatoly t. _______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
