Qt 6.11 is out! See what's new in the release
blog
QComboBox newly crashes when calling `addItem()`
-
Tested on Mac / Sonoma. Not tested on Windows/Linux
worked fine with Qt 6.6.0
fails with 6.6.1can you reproduce this? easy steps:
- open "standard dialogs" example project (comes with Qt Creator)
- configure and run
- in running app, select "File Dialogs" tab
- check the box "Do not use native dialog"
- click "Get existing directory"
- <--- crash, see screen shot
if this is a real bug, i've reported it here. please upvote this bug.
-
Tested on Mac / Sonoma. Not tested on Windows/Linux
worked fine with Qt 6.6.0
fails with 6.6.1can you reproduce this? easy steps:
- open "standard dialogs" example project (comes with Qt Creator)
- configure and run
- in running app, select "File Dialogs" tab
- check the box "Do not use native dialog"
- click "Get existing directory"
- <--- crash, see screen shot
if this is a real bug, i've reported it here. please upvote this bug.
https://codereview.qt-project.org/c/qt/qtbase/+/524037 - already two other bug reports for this. The bug reporting system has a search function like the forum.
-
D davecotter has marked this topic as solved on