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

The Embedded Dialogs examples crash when close the window.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 4.8.0, 5.2.0, 5.2.1
    • Widgets: GraphicsView
    • None
    • windows7 64bit
      Qt5.2.1 32bit
      Qt5.2.0 32bit
      Qt4.8.0 32bit

    Description

      It seems that QTBUG-29684 is not fixed.
      Please see https://bugreports.qt-project.org/browse/QTBUG-29684
      and https://qt.gitorious.org/qt/dfriess-qtbase/commit/843de37

      The code bellow is a test.

      #include <QtWidgets>
      
      int main(int argc,char* argv[ ])
      {
         QApplication app(argc,argv);
      
         QGraphicsScene scene;
      
         QComboBox * w = new QComboBox;
         w->addItem("0");
         w->addItem("1");
      
         scene.addWidget( w );
      
         QGraphicsView view( &scene );
         view.show();
      
         return app.exec();
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              liaqi Liang Qi
              wavebit007 wave bit
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes