Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members  

SearchInput Class Reference
[Set of classes for view]

SearchInput is an extension of QHBox. More...

#include <widget.h>

List of all members.

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.


Detailed Description

SearchInput is an extension of QHBox.

This class creates a label and QLineEdit side by side

Definition at line 89 of file widget.h.


Constructor & Destructor Documentation

SearchInput::SearchInput QWidget *    parent = 0,
const char *    name = 0,
const char *    labelName = 0,
const char *    lineEditName = 0,
const char *    labelText = 0
 

The constructor.

Upon construction a label and a QLineEdit are created

Parameters:
parent  Pointer to the parent widget
name  The name of the widget
labelName  The name to give the label
lineEditName  The name to give the lineEdit
labelText  The text that the label displays

Definition at line 68 of file widget.cpp.

References ql_Label, and qle_Edit.


The documentation for this class was generated from the following files:
Generated on Wed Feb 12 21:57:01 2003 for class-soft by doxygen1.2.16