No description
Find a file
2021-11-03 21:03:13 +09:00
.md initial commit 2021-11-03 21:00:48 +09:00
JBrowser.pro initial commit 2021-11-03 21:00:48 +09:00
JBrowser.pro.user initial commit 2021-11-03 21:00:48 +09:00
main.cpp initial commit 2021-11-03 21:00:48 +09:00
main.html initial commit 2021-11-03 21:00:48 +09:00
main.qml initial commit 2021-11-03 21:00:48 +09:00
qml.qrc initial commit 2021-11-03 21:00:48 +09:00
READM.save initial commit 2021-11-03 21:00:48 +09:00
README.md fix typo 2021-11-03 21:03:13 +09:00

JBrowser error demo

When I compile this project and run it, it should open a window and show the content of a imbeded html page just saying "test".

But it shows nothing, just a white page. When you use loadHTML() then it works.