And are you certain that your VuePalette class speaks French? Or should the signal be this?VuePalette:: paletteModifiee
Otherwise, if the spellings are correct for the name of the signal and types of all the arguments (and you have the correct number of arguments), I do not see anything wrong with the code you have posted. This same code is valid for both Qt4 and Qt5.VuePalette:: paletteModified
By the way, changing to Qt5 connect syntax would give you a compile-time error which would let you fix the error without the need to run the program and examine the debug output.
Bookmarks