Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
4.8.0, 5.2.0, 5.2.1
-
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
- is replaced by
-
QTBUG-29684 Crash: If QComboBox is used in QGraphicsProxyWidget, it crashes at close
-
- Closed
-