Setting a different cursortype for lineedit
General and Desktop
4
Posts
2
Posters
2.8k
Views
1
Watching
-
As far as I know, it's not possible, at least there is no public API.
setCursor() only changes the mouse cursor:
bq. "QWidget::setCursor() ":http://doc.qt.nokia.com/stable/qwidget.html#cursor-prop
The mouse cursor will assume this shape when it's over this widget.