CefView / QCefView

A Qt Widget encapsulated CEF view based on QWidget
https://cefview.github.io/QCefView/
GNU Lesser General Public License v2.1
528 stars 137 forks source link

OSR mode要求QT最低版本是多少? #95

Closed zhenjing closed 2 years ago

zhenjing commented 2 years ago

QT 5.13.2 编译OSR,QT缺少一些接口。 win/linux/mac 哪些QT版本有编译测试过?

tishion commented 2 years ago

OSR开发过程中都是基于6.0版本的,5.0版本的Qt没有试过,具体哪些接口缺少你发出来看看。

zhenjing commented 2 years ago

这2个: CCefClientDelegate_RenderHandler.cpp(20): error C2039: “screen”: 不是“QWidget”的成员 QCefViewPrivate.cpp(670): error C2039: “position”: 不是“QWheelEvent”的成员

tishion commented 2 years ago

Fixed https://github.com/CefView/QCefView/commit/03740ee86f2e76f5b52f9bbc1118b9f1b8975a81