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

QprogressDialog appears at creation with Qt5.5rc (other than in Qt5.4)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.5.0 RC
    • Sony Xperia Compact with Android 5.0 as well as
      Acer Iconia Tab 701 with Android 4.1 as well as
      Windows 7 64bit
    • Android

      In my application I create a QProgressDialog in the main window constructor for later usage.
      Then I initialize it:
      m_progressDlg->setMinimum(0);
      m_progressDlg->setMinimumDuration(2000);

      With Qt up to 5.4 the progress dialog dows not appear on startup.
      With Qt5.5rc it appears after 2 seconds. As a workaround I added the line
      m_progressDlg->reset();
      in the mai window constructor in order to get the same behavior as in former versions.

      May be related to QTBUG-46853

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

            mmutz Marc Mutz
            cyril4 Harald Prasser
            Votes:
            8 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes