I have a string. It has about 80000 line.I try to write QTextDocument * textDocument=new QTextDocument();
I can\'t figure out why my QTextEdit is so big despite my having inserted it without stretch.I j开发者_如何学JAVAust want it to be one line.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am developing a WYSIWYG document editor. The editor is build around the Qt framework because Linux/KDE is the main platform it will run on.
My intent is to create a QTextEdit with its reach text controls. The controls I want to put in a toolbar. But I have difficulties with controling开发者_StackOverflow中文版 the layout. The problem is t
How to create a bulleted or numbered list in QTextEdit with Qt by clicking a button? Also it is necessary that make a list the paragraphes which are selected by clicking the same button. And when the
I want to format a selected text in a QTextEdit by clicking a button. For axample I want to make it bold if it is not-bold, or not-bold if it is bold. Please help me with an example.
I have the following: QString html = ui->DetailsTextBrowser->document()->toHtml(); html = details.replace(\"#VERSION\", \"1.0\");
I think this is a very simple question, but when I copy an image I can\'t paste it in a QTextEdit? Paste is inactive! Also I would like to know how to drag-and-drop a picture.
This question I have asked before and just got answer that there is an open bug for this. But this is a really required feature and, I guess, each Qt programmer who programmes a more or less serious a