开发者

Hyperlinks in QTreeView

开发者 https://www.devze.com 2023-03-29 02:19 出处:网络
I\'m trying to display clickable links within a QTreeView.I\'ve created my own QStyledItemDelegate, and I can draw text that looks like a link, but isn\'t clickable like a

I'm trying to display clickable links within a QTreeView. I've created my own QStyledItemDelegate, and I can draw text that looks like a link, but isn't clickable like a link would be.

One option I'm thinking of is creating a QLabel with a link, and drawing t开发者_StackOverflow社区he QLabel inside the QTreeView cells. The only problem is that I can't figure out how to add QLabels to the QTreeView.

Any ideas?


Have you checked out QAbstractItemView::setIndexWidget? You could create a QLabel like you said and pass it this function for the correct index.

0

精彩评论

暂无评论...
验证码 换一张
取 消