GrabWidget - QLineEdit including input cursor
General and Desktop
2
Posts
2
Posters
1.5k
Views
1
Watching
-
wrote on 16 Mar 2012, 15:48 last edited by
Hi,
Currently i am using the grabWidget function to capture a QLineEdit. Everything works just fine.
The only thing i miss is that i want the blinking input cursor also to be captured. This is not possible because the QLineEdit does not belong to the active Window. Is there any way that i can force the state to be like in an active window?
At the end i would like to receive images including the blinking cursor.
-
wrote on 16 Mar 2012, 16:58 last edited by
Maybe void QWidget::setEditFocus ( bool enable ) ?
2/2