Let's use the right cursor on the lineedit
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=686047
This commit is contained in:
parent
63bae4267e
commit
349e57629d
@ -39,6 +39,7 @@ LineEdit::LineEdit(QGraphicsItem *parent, QGraphicsScene *scene)
|
|||||||
d(new Private())
|
d(new Private())
|
||||||
{
|
{
|
||||||
setTextInteractionFlags(Qt::TextEditorInteraction);
|
setTextInteractionFlags(Qt::TextEditorInteraction);
|
||||||
|
setCursor(Qt::IBeamCursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
LineEdit::~LineEdit()
|
LineEdit::~LineEdit()
|
||||||
|
Loading…
Reference in New Issue
Block a user