winsoft666 / QCefWidget

A Qt widget that can render and interact with webpage.
GNU Lesser General Public License v3.0
263 stars 62 forks source link

Can not exist with QWebEngineView in same project #11

Closed xp19870106 closed 3 years ago

xp19870106 commented 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 1

winsoft666 commented 3 years ago

what's PluginWebView?