I thought about connecting them all to a centralized QObject of some sort. I may still do that, but it looks like all of the possible menu choices will become members of a QActionGroup, which I can examine when the exec() call returns to determine which item was checked. In our case, that's a "cleaner" solution if it will work. Done coding for the day, but I'll do a quick test tomorrow.