Qt6 Tutorial
About Lesson

In this Qt6 video we are going to learn about Qt6 QListWidget, so in Qt6 QListWidget is a class that represents list box control that can be added to Qt application user interface. it is part of the Qt Widgets module which is one of the core modules of Qt framework.

QListWidget displays list of items where each item can have an icon and text label. items can be selected by the user, and the currently selected item can be retrieved programmatically.

Exercise Files
15-ListWidgetEx.zip
Size: 3.92 KB
15. QListWidget.pdf
Size: 448.74 KB
Join the conversation