代码在下面:
table =new Table(this);
table->setAcceptDrops(false);
setAcceptDrops(true);
label=new QLabel(this);
label->setMaximumSize(label->sizeHint());
label->setAlignment(Qt::AlignLeft);
setCentralWidget(table);
问题说明:当只有tabel的时候是正常的,加入了label之后就炸了。。
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
table =new Table(this);
table->setAcceptDrops(false);
setAcceptDrops(true);
label=new QLabel(this);
label->setMaximumSize(label->sizeHint());
label->setAlignment(Qt::AlignLeft);
setCentralWidget(table);
问题说明:当只有tabel的时候是正常的,加入了label之后就炸了。。
Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly