Hello, All;

I'm a Qt newbie trying to figure out how to use a signal on a child Widget to trigger a slot on a parent Widget. Basically, I'm trying to modify some existing code so that a button several levels down from the top-level Widget can close the entire window. Hopefully I'm explaining myself clearly and am open to any suggestions on how to tackle this. Thanks in advance...

Allan