try to use stylesheet, something like this
Qt Code:
yourTree->setStyleSheet("QTreeWidget::item:selected{height:100px;}");To copy to clipboard, switch view to plain text mode
try to use stylesheet, something like this
Qt Code:
yourTree->setStyleSheet("QTreeWidget::item:selected{height:100px;}");To copy to clipboard, switch view to plain text mode
Bookmarks