|
ParaView
|
pqLineEdit is a specialization of QLineEdit which provide a new property 'text2'. More...
#include <pqLineEdit.h>
Public Types | |
| typedef QLineEdit | Superclass |
Public Slots | |
| void | setTextAndResetCursor (const QString &text) |
Public Member Functions | |
| pqLineEdit (QWidget *parent=0) | |
| pqLineEdit (const QString &contents, QWidget *parent=0) | |
| virtual | ~pqLineEdit () |
Properties | |
| QString | text2 |
pqLineEdit is a specialization of QLineEdit which provide a new property 'text2'.
When the text on the line widget is set using this 'text2' property (or using setTextAndResetCursor()), the after the set, the cursor position is reset to 0.
Definition at line 41 of file pqLineEdit.h.
| typedef QLineEdit pqLineEdit::Superclass |
Definition at line 45 of file pqLineEdit.h.
| pqLineEdit::pqLineEdit | ( | QWidget * | parent = 0 | ) |
| pqLineEdit::pqLineEdit | ( | const QString & | contents, |
| QWidget * | parent = 0 |
||
| ) |
| virtual pqLineEdit::~pqLineEdit | ( | ) | [virtual] |
| void pqLineEdit::setTextAndResetCursor | ( | const QString & | text | ) | [slot] |
QString pqLineEdit::text2 [read, write] |
Definition at line 44 of file pqLineEdit.h.
1.7.5.1