Plasma::LineEdit Class Reference
Provides a plasma-themed KLineEdit.
More...
#include <Plasma/Widgets/LineEdit>
List of all members.
Detailed Description
Provides a plasma-themed KLineEdit.
Definition at line 39 of file lineedit.h.
Constructor & Destructor Documentation
Plasma::LineEdit::~LineEdit |
( |
|
) |
|
Member Function Documentation
void Plasma::LineEdit::editingFinished |
( |
|
) |
[signal] |
bool Plasma::LineEdit::isClearButtonShown |
( |
|
) |
const |
- Returns:
- true if the clear button is set to be shown
- Since:
- 4.3
KLineEdit* Plasma::LineEdit::nativeWidget |
( |
|
) |
const |
- Returns:
- the native widget wrapped by this LineEdit
void Plasma::LineEdit::returnPressed |
( |
|
) |
[signal] |
void Plasma::LineEdit::setClearButtonShown |
( |
bool |
show |
) |
|
Shows a button to clear the text.
- Since:
- 4.3
Definition at line 96 of file lineedit.cpp.
void Plasma::LineEdit::setStyleSheet |
( |
const QString & |
stylesheet |
) |
|
Sets the stylesheet used to control the visual display of this LineEdit.
Definition at line 106 of file lineedit.cpp.
void Plasma::LineEdit::setText |
( |
const QString & |
text |
) |
|
Sets the display text for this LineEdit.
- text the text to display; should be translated.
Definition at line 86 of file lineedit.cpp.
QString Plasma::LineEdit::styleSheet |
( |
|
) |
|
- Returns:
- the stylesheet currently used with this widget
QString Plasma::LineEdit::text |
( |
|
) |
const |
void Plasma::LineEdit::textEdited |
( |
const QString & |
text |
) |
[signal] |
Property Documentation
bool Plasma::LineEdit::isClearButtonShown [read, write] |
KLineEdit * Plasma::LineEdit::nativeWidget [read] |
QString Plasma::LineEdit::styleSheet [read, write] |
QString Plasma::LineEdit::text [read, write] |
The documentation for this class was generated from the following files: