What about:
Qt Code:
myQTextEdit->append(text);To copy to clipboard, switch view to plain text mode
What about:
Qt Code:
myQTextEdit->append(text);To copy to clipboard, switch view to plain text mode
ape (20th December 2007)
Hi Marcel,
yeah with some small cosmetic change exactly what i needed.
guess i lack some basic c++ knowledge.
but basicly the idea with currentTime().toString was ok, right ?
Or is there any other method to get a timestamp as String which you would prefer ?
Thank you very much for the fast & helpful response.
You can also format the time. The format parameter can be passed to toString. Take a look at available format strings: http://doc.trolltech.com/4.3/qtime.html#toString
Hi Marcel,
I guess you misunderstood my "with some cosmetc changes"-part.
i already did those small changes
But thanks again for the link and the offered help.
Best regards
ape
Bookmarks