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. QListWidgetItem several pieces of information
QtWS25 Last Chance

QListWidgetItem several pieces of information

Scheduled Pinned Locked Moved Unsolved General and Desktop
qlistwidgetitem
2 Posts 2 Posters 898 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.
  • W Offline
    W Offline
    WhatIf
    wrote on 17 Feb 2016, 18:54 last edited by
    #1

    Hi,

    I was reading the documentation for the QListWidgetItem class and it mentions that "Each item can hold several pieces of information, and will display them appropriately."

    Can someone show me an example of what other pieces of information it can hold? What type?

    Currently I'm using QListWidgetItem to add a list of names to a QListWidget.

    K 1 Reply Last reply 17 Feb 2016, 19:00
    0
    • W WhatIf
      17 Feb 2016, 18:54

      Hi,

      I was reading the documentation for the QListWidgetItem class and it mentions that "Each item can hold several pieces of information, and will display them appropriately."

      Can someone show me an example of what other pieces of information it can hold? What type?

      Currently I'm using QListWidgetItem to add a list of names to a QListWidget.

      K Offline
      K Offline
      kshegunov
      Moderators
      wrote on 17 Feb 2016, 19:00 last edited by
      #2

      @WhatIf

      Can someone show me an example of what other pieces of information it can hold? What type?

      Any type that's registered for QVariant (declared as a meta-type). Here's what Qt has a data roles, but you can have your own.

      Kind regards.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      0

      1/2

      17 Feb 2016, 18:54

      • Login

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