#include <widget.h>
Public Methods | |
RightBox (QWidget *parent=0, const char *name=0) | |
The constructor. | |
Public Attributes | |
TextView * | tv_Text |
A TextView. | |
SearchBox * | sb_Search |
A Search Box. |
This the holder for the right hand contents
Definition at line 140 of file widget.h.
|
The constructor. Upon construction, an instance of TextView and SearchBox are created
Definition at line 84 of file widget.cpp. |