Skip navigation.
KDE Developer's Journals

KListViewSearchLine Rocks!

rich's picture

KListViewSearchLine is a great class - I just added search capability to to kdcop with 2 lines of code and a little bit of work in designer!

First filter



Second Filter

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
potorange's picture

uidesigner / uic problem with KListViewSearchLineWidget class

Tried to use this wonderful widget too but came across some trouble : uic generates this line

    ExecQuickSearch = new KListViewSearchLineWidget( this, "ExecQuickSearch" );

Although the constructor does not exist in the KListViewSearchLineWidget class.
Any idea on how to fix this through uidesigner ?

Greetings,

johnflux's picture

Right-to-left

It is very cool, but I wish there was another widget that had the clear text button (Looks like |x> ), and label and text box all together. Why? Because it's a pain to do this manually because of doing it right for right-to-left languages, and just about every place that uses it has to do this.

beineri's picture

KListViewSearchLineWidget

Like KListViewSearchLineWidget in kdelibs 3.4? Smiling

rich's picture

Good idea

Good idea, why not put one together?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.