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

QProgressDialog crash

XMLWordPrintable

      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;
      }
      

        For Gerrit Dashboard: QTBUG-43830
        # Subject Branch Project Status CR V

            mmutz Marc Mutz
            hellclown Dmitry Yelizarov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes