SDK of the Deeplink program
DeepLink has two versions: the regular version and the SDK version. Generally, the regular version can meet the remote needs of users. In special scenarios such as cloud Internet cafes or when secondary development is required, you can download and use the SDK version.
View and download the latest SDK version here.
You can also view it on the https://download.deeplink.cloud page.
After the SDK version is installed, a registry key named "InstallType" with a value of "SDK" will be written in the registry HKLM "SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\DeepLink"
.
An example of rendering a web page using qt.
Reference project: https://doc.qt.io/qt-6/qtwebengine-webenginewidgets-simplebrowser-example.html
For interaction between qt and JS, please check bridge class, JS example
Do not forget qwebchannel.js
Example of a provider implemented with QT.
Example of a provider implemented with pure WIN32 API.
All code samples are for reference only.