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. QListWidget Item hover stylesheet
Forum Updated to NodeBB v4.3 + New Features

QListWidget Item hover stylesheet

Scheduled Pinned Locked Moved Unsolved General and Desktop
qlistwidget
3 Posts 2 Posters 2.9k Views
  • 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.
  • A Offline
    A Offline
    anandvivek
    wrote on last edited by
    #1

    Hi,
    I have QListwidget, if I do mouse hover on listwidget items the text should be display with underline. Like Qt welcome page recent projects list. I have tried QListWidget::item:hover {text-decoration: underline;}, but it is not working. Give me some solution.
    Thanks in advance.
    By
    Vivek Anand

    raven-worxR 1 Reply Last reply
    0
    • A anandvivek

      Hi,
      I have QListwidget, if I do mouse hover on listwidget items the text should be display with underline. Like Qt welcome page recent projects list. I have tried QListWidget::item:hover {text-decoration: underline;}, but it is not working. Give me some solution.
      Thanks in advance.
      By
      Vivek Anand

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @anandvivek
      probably the same issue like in this thread

      I suggest you go the item delegate way and check the state for QStyle::State_MouseOver and set the font underlined (QFont::setUnderline(true)).

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • A Offline
        A Offline
        anandvivek
        wrote on last edited by
        #3

        Thanks for your suggestion. I will try this one.

        1 Reply Last reply
        0

        • Login

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