Viewing profile — llornkcor
llornkcor
HN member- Joined
- Thu, Feb 19, 2015, 7:31 PM UTC
- HN karma
- 12
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About llornkcor
No profile information was provided.
Recent public activity
-
comment
Comment #33031245
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.
-
comment
Comment #33031150
Perhaps you could choose this license? https://www.qt.io/pricing/qt-for-small-business
-
comment
Comment #33029737
Actually you should be able to cut/paste. Highlighting text also works. https://lpotter.github.io/textedit/textedit.html
-
comment
Comment #33026790
Easier testing and deployment. Develop and test one platform. Deployment is a url.
-
comment
Comment #33026761
https://doc-snapshots.qt.io/qt6-6.4/wasm.html
-
comment
Comment #33026750
drag and drop requires configuring your app with asyncify option. https://doc-snapshots.qt.io/qt6-6.4/wasm.html#asyncify
-
comment
Comment #33026710
You are wrong about development focus. qtbase/qtwidgets are still very much being developed.
-
comment
Comment #33026690
Do you know about Qt for Small Business? https://www.qt.io/pricing/qt-for-small-business
-
comment
Comment #30364882
Answered my own question by reading the README.wasm.md "We're using Qt 5.15.2 with Emscripten 2.0.31. "
-
comment
Comment #30364830
> 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 syst…
-
comment
Comment #21353337
and now the web too!
-
comment
Comment #21353316
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.
-
comment
Comment #21353268
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 ig…
-
comment
Comment #17350984
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.
-
comment
Comment #17350939
this is an early tech preview, not at release level.
-
comment
Comment #17350929
mouse wheel and trackpad support was added, but did not make it into that blogs tech preview
-
comment
Comment #17350828
If it compiles, you might run into memory issues
-
comment
Comment #17350820
mouse wheel support was added after this blog and its tech preview