TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Qt Quick, create Qt apps with Javascript

33 点作者 gaspard超过 14 年前

4 条评论

gaspard超过 14 年前
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_user超过 14 年前
As a QT programmer already, I'm excited by this approach to creating 'hybrid' applications.
AndyKelley超过 14 年前
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 未加载
vog超过 14 年前
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.