Hi all,

I'm begginer in Qt :-) and I've already have some problems. The most painful for me now is:
I have a class derived from QMainWindow, from there I am creating window (derived from QWidget). I also have a menu item calling show() slot of this child window. This window have two buttons, one of them is closing it and another is sending (emitting) signal back to parent window and calls close(). After clicking this button which sends back signal to parent I can't close parent window any more. I've reimplemented closeEvent of parent to see if it receive close events and of couse it can't get any.

I'm sure that I'm making a terrible mistake somwhere but code looks ok. Is it know issue or just my mistake? Should I post code?

Br