How to use ItemDelegate to draw a link button?
General and Desktop
1
Posts
1
Posters
577
Views
1
Watching
-
wrote on 29 Jan 2014, 07:12 last edited by
Hi everyone!
Following code can create a link button:
@QLabel label("link");
label.setOpenExternalLinks(true);@But now I want add such link buttons to a QTableView, how should I do this by using delegate?
1/1