Skip to content Skip to sidebar Skip to footer

Hyperlinks In Qtreeview

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 wou

Solution 1:

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


Post a Comment for "Hyperlinks In Qtreeview"