QxtLineEdit Class Reference
[QxtGui module]
The QxtLineEdit widget is a line edit that is able to show a sample text. More...
#include <QxtLineEdit>
Inherits QLineEdit.
Properties
Public Functions
- 47 public functions inherited from QLineEdit
- 207 public functions inherited from QWidget
- 12 public functions inherited from QPaintDevice
- 29 public functions inherited from QObject
Public Slots
- 8 public slots inherited from QLineEdit
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
Additional Inherited Members
- 6 signals inherited from QLineEdit
- 1 signal inherited from QWidget
- 1 signal inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 1 static public member inherited from QPaintDevice
- 4 static public members inherited from QObject
- 4 protected functions inherited from QLineEdit
- 37 protected functions inherited from QWidget
- 1 protected function inherited from QPaintDevice
- 7 protected functions inherited from QObject
- 1 protected slot inherited from QWidget
- 1 protected type inherited from QPaintDevice
- 2 protected variables inherited from QObject
Detailed Description
The QxtLineEdit widget is a line edit that is able to show a sample text.
QxtLineEdit is a line edit that is able to show a sample text. The sample text is shown when the line edit is empty and has no focus.

Property Documentation
This property holds the sample text of the line edit.
The sample text is shown when the line edit is empty and has no focus.
Access functions:
- QString sampleText () const
- void setSampleText ( const QString & text )
Member Function Documentation
QxtLineEdit::QxtLineEdit ( QWidget * parent = 0 )
Constructs a new QxtLineEdit with parent.
QxtLineEdit::QxtLineEdit ( const QString & text, QWidget * parent = 0 )
Constructs a new QxtLineEdit with text and parent.
QxtLineEdit::~QxtLineEdit () [virtual]
Destructs the line edit.