#include <widget.h>
Public Methods | |
SearchBox (QWidget *parent=0, const char *name=0) | |
The constructor. | |
Public Attributes | |
SearchInput * | si_Class |
A SearchInput for Class. | |
SearchButtons * | sbs_Class |
A SearchButtons for Class. |
This is the holder for the contents of the search box
Definition at line 114 of file widget.h.
|
The constructor. Upon construction two QLineEdits are created and two SearchButtons
Definition at line 75 of file widget.cpp. |