Hi,
I have created a small application which consists of 6 buttons, 6 linedits ,1 Listwidget. When I click on a button a particular information(text) is displayed on the ListWidget. I wanted to display the selected item in the listwidget onto the lineedit, it worked using Connect but the problem arises when i try to click the next button, applications crashes.
Why this is happening?
I want, when a button is pressed the items are displayed in the Listwidget upon selecting a item from listwidget , it should be displayed in the lineedit. It should work for all the button press. How this can be done?