How to allow user to copy text from read-only QTextEdit?
Solved
General and Desktop
-
I have a read-only QTextEdit on my form, which obviously isn't supposed to be edited by the user. However, I want the user to be able to copy its contents, just like a non-readonly QTextEdit (by selecting the text with mouse and clicking ctrl+c , or right click-> copy). Any ideas how I could do that?
I'm using QT qreator 3.6.1, based on QT 5.6.0. Compiler: MSVC 2013, 32 bit.
-
Hi
ReadOnly allows copy still
-
Hi
ReadOnly allows copy still