Hi at all,
the issue i'm having with a simple program, is as simple as terrifying.
My app is a dialog with 6 QTextEdit form.
Every time a push a button i first clear (QTextEdit::clear() ) all the forms and then i set up the string (QTextEdit::setText("foo")).
Every time one of these 2 operations it is execuded the memory amount increases without never decrease.(also if I do online the Clear method).
This is definietly a memory leak, but that' certinly not my fault.
How I'm wrong? It is this the way that QTextEdit is supposed to work?
Googling a little bit I've found this:
http://lists.trolltech.com/qt-intere...ad01084-0.html
That's exactly my issue, but no one replies with a solution.
Thanks in advance to anyone who will try to help me
And, as usual, sorry for my bad english.
Wing
Bookmarks