We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c15b commit 48915d0Copy full SHA for 48915d0
README.md
@@ -35,6 +35,8 @@ shows how to use Qt widgets only by programming code (c++17).
35
36
[LineEdit](Qt.Widgets/CommonControls/LineEdit) shows how to create a line edit with QLineEdit.
37
38
+[ListWidget](Qt.Widgets/CommonControls/ListWidget) shows how to create a list widget with QListWidget.
39
+
40
[PictureBox](Qt.Widgets/CommonControls/PictureBox) shows how to create a picture box with QLabel.
41
42
[PictureBox2](Qt.Widgets/CommonControls/PictureBox2) shows how to create a picture box with QGraphicsPixmapItem.
0 commit comments