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

Qt 5.12.10 QWidget不存在screen函数 #26

Closed m4wayne closed 3 years ago

m4wayne commented 3 years ago

你好winsoft666,我目前使用的Qt版本是Qt5.12.10。更新QCefWidget后发QCefWidgetImpl使用了screen函数,但是Qt5.12.10不存在screen函数。 connect(pWidget_->window()->screen(), &QScreen::logicalDotsPerInchChanged, this, &QCefWidgetImpl::onScreenLogicalDotsPerInchChanged);

这个功能是不是应该做Qt版本兼容,还是QWidget已经放弃兼容Qt 5.12.10这个版本了?谢谢

winsoft666 commented 3 years ago

Qt目前最新的官方稳定版本是5.15.x

-------- 原始信息 -------- 发件人: m4wayne @.> 日期: 2021/9/18 17:25 (GMT+08:00) 收件人: winsoft666/QCefWidget @.> 抄送: Subscribed @.***> 主题: [winsoft666/QCefWidget] Qt 5.12.10 QWidget不存在screen函数 (#26)

你好winsoft666,我目前使用的Qt版本是Qt5.12.10。更新后QCefWidget发QCefWidgetImpl使用了screen函数,但是Qt5.12.10不存在screen函数。 connect(pWidget_->window()->screen(), &QScreen::logicalDotsPerInchChanged, this, &QCefWidgetImpl::onScreenLogicalDotsPerInchChanged);

这个功能是不是应该做Qt版本兼容,还是QWidget已经放弃兼容Qt 5.12.10这个版本了?谢谢

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/winsoft666/QCefWidget/issues/26, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALFCWZZMPT34DMPAGTRPM6TUCRLINANCNFSM5EJANJDA.

m4wayne commented 3 years ago

明白。祝中秋快乐