#include <widget.h>
Public Methods | |
SearchInput (QWidget *parent=0, const char *name=0, const char *labelName=0, const char *lineEditName=0, const char *labelText=0) | |
The constructor. | |
Public Attributes | |
QLabel * | ql_Label |
A QLabel. | |
QLineEdit * | qle_Edit |
A QLineEdit. |
This class creates a label and QLineEdit side by side
Definition at line 89 of file widget.h.
|
The constructor. Upon construction a label and a QLineEdit are created
Definition at line 68 of file widget.cpp. |