Top "Qtextedit" questions

QTextEdit is a class from the Qt Toolkit which provides a widget that is used to edit and display both plain and rich text.

QTextEdit with different text colors (Qt / C++)

I have a QTextEdit box that displays text, and I'd like to be able to set the text color for …

c++ qt colors qtextedit
How to get the whole text from text edit QT

I am trying to get the text from a text edit and store it in a QString . When I write …

c++ qt user-interface qtextedit
QTextEdit vs QPlainTextEdit

What's the difference between QTextEdit and QPlainTextEdit, why use one over the other? I'm coding a text editor as an …

c++ qt qt5 qtextedit qplaintextedit
Get text from qtextedit and assign it to a variable

When I try to get the text from the qtextedit created with PyQt5 Designer I get an error or "Python …

python pyqt pyqt5 qtextedit
How to program scrollbar to jump to bottom/top in case of change in QPlainTextEdit or QTextEdit area?

How to program scrollbar to jump to bottom/top in case of change in QPlainTextEdit or QTextEdit area? It looks …

qt scrollbar position qtextedit
qtextedit - resize to fit

I have a QTextEdit which act as "displayer" (editable to false). The text it displays is wordwrapped. Now I do …

c++ qt qtextedit
How to set number of lines for an QTextEdit?

I use a QTextEdit for some inputs. But I want to adjust the height of the box. Can I set …

c++ qt qt4 qtextedit
How to dynamically update QTextEdit

so I have a QTextEdit within a Main Window in my GUI. I want to live update the text in …

python pyqt pyqt4 qtextedit
Moving the cursor inside of QTextEdit

I have a form with a QTextEdit on it, which is called translationInput. I am trying to provide the editing …

c++ qt qtextedit qtextcursor
How to change the fontsize for everything inside QTextEdit in PyQt4?

I have a QTextEdit widget whose contents are populated programmatically using QTextEdit.textCursor. My plan is to let the user …

python-2.7 pyqt pyqt4 qtextedit qtextcursor