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
QtWS25 Last Chance

QListWidget Item hover stylesheet

Scheduled Pinned Locked Moved Unsolved General and Desktop
qlistwidget
3 Posts 2 Posters 2.8k 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 12 Aug 2016, 09:37 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

    R 1 Reply Last reply 12 Aug 2016, 09:44
    0
    • A anandvivek
      12 Aug 2016, 09:37

      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

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 12 Aug 2016, 09:44 last edited by raven-worx 8 Dec 2016, 09:45
      #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 12 Aug 2016, 10:34 last edited by
        #3

        Thanks for your suggestion. I will try this one.

        1 Reply Last reply
        0

        1/3

        12 Aug 2016, 09:37

        • Login

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