I want to prohibit the user to select text in QPlainTextEdit Area using mouse button. The text can only selected by code(such as QPlainTextEdit::find() ).
Is this possible?
I want to prohibit the user to select text in QPlainTextEdit Area using mouse button. The text can only selected by code(such as QPlainTextEdit::find() ).
Is this possible?