1 Star 0 Fork 137

Caiaolun/DS

forked from Vanishi/DS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
3rdparty
Index
Run
Run.cpp
Run.h
Run.pri
RunAlertDialog.cpp
RunAlertDialog.h
RunHelper.cpp
RunHelper.h
RunPipline.cpp
RunPipline.h
RunSettings.cpp
RunSettings.h
RunWebpage.cpp
RunWebpage.h
RunWebview.cpp
RunWebview.h
Task
TaskFlow
Utils
res
.gitignore
DS.pro
LICENSE
README.md
logo.ico
main.cpp
mainwindow.cpp
mainwindow.h
res.qrc
stable.h
style.h
tab.cpp
tab.h
克隆/下载
RunWebpage.h 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
sun-th 提交于 2年前 . 1.0
#ifndef RUNWEBPAGE_H
#define RUNWEBPAGE_H
#include <QWebEnginePage>
class RunWebPage : public QWebEnginePage
{
Q_OBJECT
public:
RunWebPage(QWebEngineProfile *profile, QWidget *parent);
virtual bool certificateError(const QWebEngineCertificateError &error);
signals:
private slots:
};
#endif // RUNWEBPAGE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/Caiaolun/DS.git
git@gitee.com:Caiaolun/DS.git
Caiaolun
DS
DS
master

搜索帮助