How to add multiple items to a list using QlistWidget?
Qt in Education
2
Posts
2
Posters
2.8k
Views
1
Watching
-
wrote on 31 Dec 2013, 13:18 last edited by
I have created two list using qlistwidget. When a push button is pressed I need to add multiple items selected in one list to another list. Please provide me an example code to store selected multiple items in a list and to add multiple items to another list.
-
Hi and welcome to devnet,
You should have a look at QListWidget::selectedItems and QListWidget::insertItems
1/2