TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Qt Quick, create Qt apps with Javascript

33 pointsby gaspardover 14 years ago

4 comments

gaspardover 14 years ago
Install Qt 4.7, download Qt Creator 2.1 (<a href="http://qt.nokia.com/developer/qt-qtcreator-prerelease/" rel="nofollow">http://qt.nokia.com/developer/qt-qtcreator-prerelease/</a>) and follow the tutorial (<a href="http://doc.qt.nokia.com/qtcreator-2.1-snapshot/creator-qml-application.html" rel="nofollow">http://doc.qt.nokia.com/qtcreator-2.1-snapshot/creator-qml-a...</a>), it's really a great tool.
joe_the_userover 14 years ago
As a QT programmer already, I'm excited by this approach to creating 'hybrid' applications.
AndyKelleyover 14 years ago
Not immediately clear:<p>Where and how could I deploy an app like this? What are its dependencies? Does it run in the browser or an OS? How do I set up the environment to compile it?
评论 #1943444 未加载
vogover 14 years ago
Another interesting connection between Qt and JavaScript is QWebKit which allows you to run web applications (HTML/CSS/JavaScript) within a GUI widget.<p>QWebKit also allows you to add custom GUI handlers to events like clicks to certain links, or to prefix each loaded page with a certain piece of JavaScript.