25#ifndef AKREGATOR_SEARCHBAR_H
26#define AKREGATOR_SEARCHBAR_H
40class SearchBar : public TQHBox
47 SearchBar(TQWidget* parent=0, const char* name=0);
50 TQString text() const;
53 void setDelay( int ms);
61 void slotClearSearch();
62 void slotSetStatus( int status);
63 void slotSetText( const TQString& text);
67 void slotSearchStringChanged( const TQString& search);
68 void slotSearchComboChanged( int index);
69 void slotActivateSearch();
73 class SearchBarPrivate;
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND
|