Ask Your Question

Revision history [back]

Qt widgets that are suitable for a list of icons that can only be read, scrolled, and collapsed are:

  1. QListWidget: This widget provides a list view to display items with icons and text. It supports scrolling and collapsing groups of icons.

  2. QListView: This widget can display a list of icons and text, and supports scrolling and collapsing groups of icons.

  3. QTreeWidget: This widget can display a hierarchical list of icons and text with expandable and collapsible nodes. It also supports scrolling.

  4. QTreeView: This widget provides a tree view to display a hierarchical list of icons and text. It supports scrolling and collapsing groups of icons.