Call function by change index in combobox
General and Desktop
6
Posts
3
Posters
3.2k
Views
1
Watching
-
AFAIK, underscores result in problems with automatic signal-slot connection. One of the reasons I don't like that mechanism at all...
Instead, just explicitly connect the signal to the slot in your constructor (just after the ui.setupUi(this); call), and it will work. If you need help with the syntax, refer to the [[doc:QObject]] documentation.