Ask Your Question
3

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

asked 2023-01-09 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-05 00:00:00 +0000

huitzilopochtli gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-01-09 11:00:00 +0000

Seen: 4 times

Last updated: Mar 05 '22