Aekold Helbrass wrote:
> reject(), hide() or close()) - it closes the application. Dialog is
> not modal. How can I make it just hide without closing application?
>   

When setting up your application, call:

    QApplication.setQuitOnLastWindowClosed(false);

-- Eskil

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to