Hi all,
Stuck with an issue on close[X] button on title bar.
Our app runs through (Windows) VNC Client using twm - a lightweight window manager from Fedora 7[kinda stuck with that distro]. I have reimplemented the close() call for additional functionality in my app. Now when the [X] button is pressed, it does not perform those calls, and the subprocesses generated while the app was in action does not get killed. The default QPushButton at the bottom of the dialog does the job well though.
I did some research and found that app needs to catch WM_DELETE_WINDOW message. I am currently working on it. Meanwhile wanted to check if someone had faced this issue before / someone had found a solution. Any pointers would be much appreciated.
Bookmarks