excellent, Marcel, thanks. One last correction though: I had to drop "value" from the parameter list like so:
const char *zXagSlotName[] =
{
"na",
"na",
"1set_zXag02(int)",
"1set_zXag03(int)",
"1set_zXag04(int)",
"1set_zXag05(int)",
"1set_zXag06(int)",
};
const char *zXagSlotName[] =
{
"na",
"na",
"1set_zXag02(int)",
"1set_zXag03(int)",
"1set_zXag04(int)",
"1set_zXag05(int)",
"1set_zXag06(int)",
};
To copy to clipboard, switch view to plain text mode
you probably copy/pasted my earlier mistake. I must say: Qt Centre Forum rocks.
Bookmarks