[PySide] search widget

anatoly techtonik techtonik at gmail.com
Thu Jun 7 16:15:28 CEST 2012


On Thu, Jun 7, 2012 at 7:42 AM, Frank Rueter | OHUfx <frank at ohufx.com> 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.



More information about the PySide mailing list