html - How to provide multiple links in one cell of a QTableView -
I have QTableView in my project, in which many columns display data that contains hyperlinks I use a delegate class to set it so that when the cell is clicked in the column, it will open the linked page in the browser. This works great ... When only one page is being linked to a page For example, there may be a list of search values for mysite.com, where columns A, B, C, Etc. are worth. If user clicks on cell in this column with A, then it will open a hyperlink for mysite. Com / A (Again, this part works fine) However, now I need to add a column in which there are some things like "A, B", where A-B can search in the same cell Need to support links to which they click on. I'm searching online for a while and it seems that probably can not be done with a representative I have a line in a code somewhere in the QTextBrowser , where I call it HTML I can do this by: Caststring to show; For (int i = 0; i & lt; searchValueList.size (); i ++) {toShow.append ("...