qtextcursor Questions
2
Solved
I have a form with a QTextEdit on it, which is called translationInput. I am trying to provide the editing functionality for the user.
This QTextEdit will contain HTML-formatted text. I have a se...
Cousin asked 27/7, 2012 at 7:31
2
Solved
I have a QTextEdit widget whose contents are populated programmatically using QTextEdit.textCursor.
My plan is to let the user view the populated information in the QTextEdit, edit the text if nec...
Ypsilanti asked 28/10, 2014 at 2:39
1
Solved
I've researched this extensively but haven't found a satisfactory solution yet:
How do I append text at the end of QTextEdit widget without triggering a scroll to the bottom of the widget when eit...
Deadman asked 22/2, 2014 at 14:54
1
Solved
Here is a small snippet of my code, I don't know why but Qt is ignoring the css.
QTextDocument *mTextDocument = new QTextDocument(0);
QTextEdit *textEdit = new QTextEdit(0);
mTextDocument->setD...
Olivaolivaceous asked 31/3, 2013 at 14:6
1
© 2022 - 2024 — McMap. All rights reserved.