Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to use ItemDelegate to draw a link button?
Forum Updated to NodeBB v4.3 + New Features

How to use ItemDelegate to draw a link button?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 577 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gbstack
    wrote on 29 Jan 2014, 07:12 last edited by
    #1

    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 Reply Last reply
    0

    1/1

    29 Jan 2014, 07:12

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved