源赖朝www.leiex.com·Aug 16, 2024Insert an image into a QTextEdit1. Using html tag QTextEdit *textEditor = new QTextEdit(0); QTextDocumentFragment fragment; fragment = QTextDocumentFragment::fromHtml(""); textEditor->textCursor().insertFragment(fragment); textEditor->setVisible(true); 2. Using QTextDocument's res...QtAdd a thoughtful commentNo comments yetBe the first to start the conversation.