That might be possible, though I would rather like to have it in textform, as its way easier to use in my opinion. Is it normal, that QTextDocument is causing that much memory usage? If I put all those strings into a QStringList the amount of data in RAM is aprox. 75MB (just like a TextFile if I save all entries into a file). The TextDocument needs almost 15 times as much apparently. This makes me believe I made a mistake somewhere and there are maybe memory leaks or data dulpicates or somehting.
Can you think of a way that would reduce memory usage and display time to more reasonable levels, where I can still use the QTextEdit / QPlainTextEdit?
Bookmarks