Falkon
Develop
Cross-platform Qt-based web browser
script.js
Go to the documentation of this file.
1
function init() {
2
external.extra.helloQmlObject.clicked.connect(function(count){
3
alert('You clicked ' + count + ' times')
4
})
5
}
6
7
if (window._falkon_external) {
8
init();
9
} else {
10
document.addEventListener("_falkon_external_created", init);
11
}
src
scripts
helloqml
script.js
Generated by
1.9.3