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

Reg->6.2.2: Calling QCoreApplication::quit() while QDialog::exec() is running with no QCoreApplication::exec() running no longer quits

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 6.2.2
    • GUI: Window management
    • None
    • Linux/X11

        QApplication a(argc, argv);
          QTimer::singleShot(5000, &a, QCoreApplication::quit);
        return QInputDialog::getInt(nullptr, qVersion(), "lbl");
      

      hangs.

      Manifests as hanging test sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
      in Qt for Python.

        1. qtbug98239.zip
          0.8 kB
          Friedemann Kleint
        For Gerrit Dashboard: QTBUG-98239
        # Subject Branch Project Status CR V

            vestbo Tor Arne Vestbø
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes