FilterSelectionWidget Class Reference
A simple widget which consists of a label and a combo box in a horizontal line. More...
#include <filterselectionwidget.h>
Inheritance diagram for FilterSelectionWidget:

Signals | |
void | filterActivated (int) |
Public Member Functions | |
FilterSelectionWidget (QWidget *parent, const char *name=0) | |
void | setFilterNames (const QStringList &names) |
int | currentItem () const |
void | setCurrentItem (int index) |
QString | text (int index) const |
unsigned int | count () const |
QString | currentFilterName () const |
void | setCurrentFilterName (const QString &name) |
Protected Slots | |
void | activated (int) |
Detailed Description
A simple widget which consists of a label and a combo box in a horizontal line.The combo box allows the user to select the active filter.
Definition at line 35 of file filterselectionwidget.h.
The documentation for this class was generated from the following files: