I attached one file.On selecting each item on the left side it will open a dialog and pressing Ok in that dialog some item will be added to the rightside listwidget.
Everytime if i will create a new instance of the QLIstwidget, adding itm and doing exec() it is adding in the beginning of the list.
To keep one instance of QListWidget for all the dialog i need to keep a global variable which is not a good programming style.
So please let me know any other solution is there for this?
Bookmarks