Hello, I have a program where the user adds list items to a list widget in main window from a separate dialog that pops up upon pressing the add button on the mainwindow. The program works fine but the list widget does not register the change until the program is closed and reopened and im unsure of how to get the new item to immediately appear on the list after the user is finished entering it in and hits the done button on the dialog.
Bookmarks