[Qt-interest] Quit vs. Close window
Deepak Chandran
dchandran1 at tinkercell.com
Tue Dec 30 00:31:51 CET 2008
I did this by overwriting the closeEvent in QMainWindow
On Mon, Dec 29, 2008 at 3:06 PM, Israel Brewster
<israel at frontierflying.com>wrote:
> How can I handle a close window command (such as when the user clicks
> the close button) differently than a quit (or exit, if you prefer)
> command? I have made a custom implementation of the closeEvent()
> function to do some stuff when the user closes the window, and this
> works. However, this is also called when you choose to quit the
> application, which I don't want to happen- I only want the function to
> run when the user manually closes the window. How can I implement
> this? is there some sort of flag I can look for that lets me know the
> application is closing? Or a specific signal that is emitted when the
> close button is pressed that is not emitted when the application
> exits? Thanks.
>
> -----------------------------------------------
> Israel Brewster
> Computer Support Technician
> Frontier Flying Service Inc.
> 5245 Airport Industrial Rd
> Fairbanks, AK 99709
> (907) 450-7250 x293
> -----------------------------------------------
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081229/9e094466/attachment.html
More information about the Qt-interest-old
mailing list