Closed xp19870106 closed 3 years ago
m_web = new PluginWebView(); ui->verticalLayout->addWidget(m_web); m_web->setUrl("www.baidu.com"); QWebEngineView* test = new QWebEngineView(); ui->verticalLayout->addWidget(test);
then it will crash like this
what's PluginWebView?
PluginWebView
then it will crash like this