Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
4.8.6
-
None
-
Windows XP 32 bit.
Microsoft windows SDK 7.1.7600.0.30514.
-
a85849604239034742c47d5be628122bae825c9e
Description
class CMainWidget : public QWidget
Have ui
QTabWidget
When we create layout in constructor of CMainWidget and try to set layout for some tab application crashed in qwidget_win.cpp:637:
foreach (QWidget *w, nativeParent->d_func()>extra>oleDropWidgets) {
if (w && q->isAncestorOf(w))
}
But: nativeParent->d_func()->extra is NULL.
Attachments
Issue Links
- relates to
-
QTBUG-37346 [REG] Crash in QWidgetPrivate::setParent_sys() when nativeParent->d_func()->extra is NULL
- Closed