PDA

View Full Version : how to paging text in QTextBrowser when there is a big file?



zbj2012cn
30th May 2011, 05:24
I have just studied Qt for several days.
I want to design a textbrowser,but it worked slowly when comes a big file .

wysota
30th May 2011, 16:22
Use QPlainTextEdit instead of QTextBrowser.