Hi,
Can i just change the size of the cursor in QTextEdit?
Hi,
Can i just change the size of the cursor in QTextEdit?
Do you mean change the width or the height?
Have you tried changing the textEdit's font?
HI,
Well, if i change the font, cursor width and height do change. Any other way?
I guess u can use the function QWidget::setCursor for QTextEdit.
and u can create a custom cursor through one of the constructors of QCursor taking a bitmap.
Hope it helps![]()
Bookmarks