Qt Code:
treeWidget->setRootIsDecorated(false);To copy to clipboard, switch view to plain text mode
is perhaps what you are looking for.
Qt Code:
treeWidget->setRootIsDecorated(false);To copy to clipboard, switch view to plain text mode
is perhaps what you are looking for.
Bookmarks