just try
Qt Code:
this->setFocusPolicy(Qt::StrongFocus)To copy to clipboard, switch view to plain text mode
Call this in the constructor of the item.
Qt Code:
{ this->setFocusPolicy(Qt::StrongFocus) }To copy to clipboard, switch view to plain text mode
like this
Bookmarks