Hi, I'm using spinboxes but a problem witch connect; I connect some wwspin in designer to a SLOT but this SLOT isn't called; (before this I used simple spinBoxes and it worked...why?
Hi, I'm using spinboxes but a problem witch connect; I connect some wwspin in designer to a SLOT but this SLOT isn't called; (before this I used simple spinBoxes and it worked...why?
Regards
Do you get any warnings to the console during runtime when run in debug+console mode? Are you sure that slots and signals match?
nothing warning in the console; but how to use debig mode? I insert 'debug' in .pro and after, in .net2003 doesn't appear the icon to launch my my app (it's disabled)....
Qt Code:
CONFIG += qt opengl console debugTo copy to clipboard, switch view to plain text mode
Regards
Looks like something is broken with the signal emition. Between two spinboxes you may use int signal-slot combination and it'll work fine. I'll look into the problem.
ok, but I yet used int spinbox; but I need float now........thanks
Regards
I already corrected the problem, just didn't find time to test it and upload it to the server. I'll do that later today and let you know.
Bookmarks