I tried the function with the following piece of code:
Qt Code:
connect(comboBox1, SIGNAL(activated(int 1)), this, SLOT(item1Chosen()));To copy to clipboard, switch view to plain text mode
but the debug says there is no such signal? do i have to set up the item's index manually?how would i go about doing that?
Bookmarks