"posting something" as in QTextEdit::append()?
Have you tried a simple timing, e.g. using QElapsedTimer how long that takes?
If you write "qwait" do you mean QTest::qwait(), i.e. in a unit test?
Cheers,
_
"posting something" as in QTextEdit::append()?
Have you tried a simple timing, e.g. using QElapsedTimer how long that takes?
If you write "qwait" do you mean QTest::qwait(), i.e. in a unit test?
Cheers,
_
yes append
yes QTest::qwait()
dont know what to what to do with QElapsedTimer there.
I meant measuring the time append() needs, but I think I misunderstood the problem.
Maybe you can rephrase what you are trying to do?
One one hand you have a unit test but you also mentioned UI interaction.
Cheers,
_
Bookmarks