Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5613

Qt Cocoa app hangs on exit

    XMLWordPrintable

Details

    • 4ea54f03174778a4efdcb802f9179b6e1d17fd88

    Description

      The following test application doesn't quit when selecting "Quit" from the application menu:

      #include <QtGui>
      
      int main(int argc, char **argv){
          QApplication app(argc, argv);
          QDialog widget;
          widget.setWindowTitle("QtSoftware");
          widget.setWindowFlags(Qt::FramelessWindowHint);
          widget.setModal(true);
          widget.show();
          return app.exec();
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard Richard Moe Gustavsen
            dzyubenk Denis Dzyubenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes