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.

Getting visible text from a QTextEdit in PyQt

This is related to another question I found here that seems to be inactive for a few months, so I …

python pyqt qtextedit
How to have a QTextBrowser to display contents of a QTextEdit?

I am trying to connect QTextEdit to QTextBrowser, so the text browser widget outputs what is entered in text edit …

qt qtextedit qtextbrowser
How to override tab width in qt?

I just need to know how to change the tab size in Qt in a QTextEdit. My Google and stackoverflow …

c++ qt fonts editor qtextedit
A QWidget like QTextEdit that wraps its height automatically to its contents?

I am creating a form with some QTextEdit widgets. The default height of the QTextEdit exceeds a single line of …

python qt4 pyqt4 qtextedit
Center the Text of QTextEdit horizontally and vertically

I want to center the text of my QTextEdit horizontally and vertically. I tried this, but it didn't work. m_…

c++ qt qtextedit qtstylesheets
How to adjust QTextEdit to fit it's contents

I'm developing a Qt Application and I'm trying to find a way to use QTextEdit as a label with long …

c++ qt resize qtextedit qscrollarea
Create text area (textEdit) with line number in PyQt

I want to create textEdit with line number on the left side in PyQt like Notepad++. I tried this adding …

python pyqt pyqt4 pyqt5 qtextedit
How to make links clickable in a QTextEdit?

Is there a way to make links clickable in a QTextEdit? I know I can use a QTextBrowser and connect …

qt text hyperlink qtextedit qtextbrowser
Clickable hyperlink in QTextEdit

I want to use QTextEdit (in read-only mode) to show a clickable hyperlink, I used to do QTextEdit *textEdit = new …

qt qtextedit
Apply stylesheet to HTML content in QTextEdit

I have a QTextEdit where I do display some HTML. Could I apply a stylesheet to that very HTML content? …

qt qtextedit qtstylesheets