Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Invalid
-
Affects Version/s: 5.5.0 RC
-
Fix Version/s: None
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Environment:Sony Xperia Compact with Android 5.0 as well as
Acer Iconia Tab 701 with Android 4.1 as well as
Windows 7 64bit
-
Platform/s:
Description
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
Attachments
Issue Links
- is duplicated by
-
QTBUG-47049 [REG 5.4 -> 5.5] QProgressDialog is Shown Immediately After Allocation and Even Despite hide() Call.
-
- Closed
-