Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
llornkcor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
llornkcor
4y ago
You give up too easily. Do you know you can download the sources via git? You can even pick and choose which Qt modules you want. No account needed.
2.
▲
by
llornkcor
4y ago
Perhaps you could choose this license? https://www.qt.io/pricing/qt-for-small-business
3.
▲
by
llornkcor
4y ago
Actually you should be able to cut/paste. Highlighting text also works. https://lpotter.github.io/textedit/textedit.html
4.
▲
by
llornkcor
4y ago
Easier testing and deployment. Develop and test one platform. Deployment is a url.
5.
▲
by
llornkcor
4y ago
https://doc-snapshots.qt.io/qt6-6.4/wasm.html
6.
▲
by
llornkcor
4y ago
drag and drop requires configuring your app with asyncify option. https://doc-snapshots.qt.io/qt6-6.4/wasm.html#asyncify
7.
▲
by
llornkcor
4y ago
You are wrong about development focus. qtbase/qtwidgets are still very much being developed.
8.
▲
by
llornkcor
4y ago
Do you know about Qt for Small Business? https://www.qt.io/pricing/qt-for-small-business
9.
▲
by
llornkcor
5y ago
Answered my own question by reading the README.wasm.md "We're using Qt 5.15.2 with Emscripten 2.0.31. "
10.
▲
by
llornkcor
5y ago
> Qt clearly deserves the credit for having a WASM runtime that gets us a working GUI toolkit. You're welcome. :) What version of Qt did you use for this demo? Also, for local system file access dialog on Qt wasm, you can use https
11.
▲
by
llornkcor
7y ago
and now the web too!
12.
▲
by
llornkcor
7y ago
It is open source. You will need the emscripten compiler. https://wiki.qt.io/Qt_for_WebAssembly It is possible to use cmake, it is a bit of a pain to set this up though.
13.
▲
by
llornkcor
7y ago
Accessiblity will not work as emscripten does not have access to the DOM at this time. Emscripten is the magic here, not anything Qt is doing. Regarding the issues you see: They ignore the browser width (and your other "issues") b
14.
▲
by
llornkcor
8y ago
That is a completely different thing. broadwayd is only a display server. Qt for WebAssembly runs in the browser in the same secure javascript sandbox.
15.
▲
by
llornkcor
8y ago
this is an early tech preview, not at release level.
16.
▲
by
llornkcor
8y ago
mouse wheel and trackpad support was added, but did not make it into that blogs tech preview
17.
▲
by
llornkcor
8y ago
If it compiles, you might run into memory issues
18.
▲
by
llornkcor
8y ago
mouse wheel support was added after this blog and its tech preview