Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.7.2, 5.4.0
-
None
-
Windows 7, MSVC 2010-2013
Description
Easy to reproduce crash:
#include <QApplication> #include <QProgressDialog> int main(int argc, char *argv[]) { QApplication a(argc, argv); a.setStyleSheet("QProgressDialog[maximum='0']{}"); QProgressDialog pd; }
Attachments
For Gerrit Dashboard: QTBUG-43830 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
103590,2 | Fix stylesheet crash. | 5.4 | qt/qtbase | Status: MERGED | +2 | 0 |