how (and when) do u add text?
try simple example
in QTextEdit's constructor write only
Qt Code:
setTabStopWidth(..); setPlainText("text\ttext");To copy to clipboard, switch view to plain text mode
it work?
how (and when) do u add text?
try simple example
in QTextEdit's constructor write only
Qt Code:
setTabStopWidth(..); setPlainText("text\ttext");To copy to clipboard, switch view to plain text mode
it work?
Bookmarks