[Bug] Why QDialog display empty rarely.
Unsolved
General and Desktop
-
@jsulm Thanks.
I create the dialog in a Wdiget's constructor function like this.
{
……
mDialogBank = new DlgBank(this);
}//Click button display the dialog.
void Wgt_Tuning::on_btnBank_clicked()
{
//Display the dialog.
if (QDialog::Accepted == mDialogBank->exec()) {
}
} -
Maybe related to https://forum.qt.io/topic/107728/qscrollarea-causes-crash-on-close/4 ? Please try with 5.12.5