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. SetCustomHighlighting in QT5

SetCustomHighlighting in QT5

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 638 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.
  • R Offline
    R Offline
    robk
    wrote on last edited by
    #1

    Hi,
    I'm migrating old Qt3 code to Qt5. Currently I'm working on an implemtation that was based on QListBoxItem.

    So far I have changed the code to use QListWidgetItem instead of QListBoxItem.
    The QListBoxItem used to have the method setCustomHighlighting(bool). This method was moved to the support class, which I try to avoid.

    Is there a good replacement for the Q3ListBoxItem::setCustomHighlighting(bool) in Qt5?

    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