25 #ifndef AKREGATOR_SEARCHBAR_H
26 #define AKREGATOR_SEARCHBAR_H
40 class 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;
79 #endif //AKREGATOR_SEARCHBAR_H
a powerful matcher supporting multiple criterions, which can be combined via logical OR or AND ...
|