Live data from Hacker News

Viewing profile — llornkcor

llornkcor

HN member
Joined
Thu, Feb 19, 2015, 7:31 PM UTC
HN karma
12
Public activity
18 items

About llornkcor

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
    Comment #33031150

    Perhaps you could choose this license? https://www.qt.io/pricing/qt-for-small-business

  3. comment
    Comment #33029737

    Actually you should be able to cut/paste. Highlighting text also works. https://lpotter.github.io/textedit/textedit.html

  4. comment
    Comment #33026790

    Easier testing and deployment. Develop and test one platform. Deployment is a url.

  5. comment
    Comment #33026761

    https://doc-snapshots.qt.io/qt6-6.4/wasm.html

  6. comment
    Comment #33026750

    drag and drop requires configuring your app with asyncify option. https://doc-snapshots.qt.io/qt6-6.4/wasm.html#asyncify

  7. comment
    Comment #33026710

    You are wrong about development focus. qtbase/qtwidgets are still very much being developed.

  8. comment
    Comment #33026690

    Do you know about Qt for Small Business? https://www.qt.io/pricing/qt-for-small-business

  9. 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. "

  10. 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…

  11. comment
    Comment #21353337

    and now the web too!

  12. 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.

  13. 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…

  14. 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.

  15. comment
    Comment #17350939

    this is an early tech preview, not at release level.

  16. comment
    Comment #17350929

    mouse wheel and trackpad support was added, but did not make it into that blogs tech preview

  17. comment
    Comment #17350828

    If it compiles, you might run into memory issues

  18. comment
    Comment #17350820

    mouse wheel support was added after this blog and its tech preview