Hello, I'm experiencing a crash in setMainWindow() with the code below (from KF5-kwidgetsaddons). Is this something that is allowed on OS X, and supposed to work?
static QDialog *createWIdDialog(WId parent_id) { QWidget *parent = QWidget::find(parent_id); QDialog *dialog = new QDialog(parent, Qt::Dialog); if (!parent && parent_id) { setMainWindow(dialog, parent_id); } return dialog; } Thanks, R. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest