feat: 使用自定义 webkit 滚动条

使用自定义 webkit 滚动条,避免 QWebEngineView 原生滚动条显示(仅在 QWebEnginePage 加载时生效,部分页面动态刷新时滚动条样式不生效)

Log: 使用自定义 webkit 滚动条
This commit is contained in:
zty199
2023-10-14 18:23:58 +08:00
parent 23b40dd231
commit a95e7e1beb
4 changed files with 59 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ public:
protected:
QWebEnginePage *createWindow(WebWindowType type) override;
private:
void initScrollBarStyle();
private slots:
void slotUrlChanged(const QUrl &url);