comments++
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=791229
This commit is contained in:
parent
213fa7106d
commit
7983ed5bb9
@ -73,6 +73,10 @@ class PLASMA_EXPORT LineEdit : public QGraphicsTextItem, public LayoutItem
|
|||||||
void updateGeometry();
|
void updateGeometry();
|
||||||
QSizeF sizeHint() const;
|
QSizeF sizeHint() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set text to be displayed when the LineEdit is empty and doesn't have focus.
|
||||||
|
* Warning: this will overwrite any text currently in the item
|
||||||
|
*/
|
||||||
void setDefaultText(const QString &text);
|
void setDefaultText(const QString &text);
|
||||||
const QString toHtml();
|
const QString toHtml();
|
||||||
const QString toPlainText();
|
const QString toPlainText();
|
||||||
|
Loading…
Reference in New Issue
Block a user