[Qt-interest] Easiest way to clone a QPlainTextEdit
mathias
mgiza at gmx.de
Mon Dec 14 14:20:07 CET 2009
Hi,
I want to clone the content of a QPlainTextEdit to another
QPlainTextEdit in realtime. So both edits should look the same(content
and styling of content) when the user types to the first textedit. Is
there an easier way then reacting on textchanged signal of the first
one and then inserting the data to the second textedit?
Greets,
Mathias
More information about the Qt-interest-old
mailing list