logoalt Hacker News

llbbddtoday at 9:28 AM1 replyview on HN

As far as I can tell after a quick Google, you can't share your Qt UI with the browser version of your app. Considering that "lite" browser-based versions of apps are a very common funnel to a more featureful desktop version, it makes sense to just use the UI tools that already work and provide a common experience everywhere.

The same search incidentally turned up that Qt requires a paid license for commercial projects, which is surprising to me and obviously makes it an even less attractive choice than Electron. Being less useful and costing more isn't a great combo.


Replies

wolvesechoestoday at 9:39 AM

> you can't share your Qt UI with the browser version of your app

You can with WASM (but you shouldn't).

> Qt requires a paid license for commercial projects

It doesn't, it requires paid license if you don't want to abide with (L)GPL license, which should be fair deal, right? You want to get paid for your closed-source product, so you should not have any reservations about paying for their product that enables you to create your product, right? Or is it "money for me, but not for thee"?

> Being less useful and costing more isn't a great combo.

Very nice, but now explain why you are talking about using Qt to create apps, whereas grandparent talks about experience with apps created with Qt.

show 1 reply