|
|
|
|
|
by qtzfz
1151 days ago
|
|
Qt is not bad but it's also not as good as Electron. It doesn't look native (unless you're myopic), it's slower than native, it's quirky, it's buggy... it's cross-platform on paper because when you manage to build your app on another platform you'll see half of it doesn't work well... and on top of that, it costs money. A lot of money. No wonder it lost. On one hand I understand it's good to have competition. On the other, I'm happy that bad solutions lose. That's the way of the market. |
|
Qt is kind of a middle ground between low level / native frameworks and web based interfaces like Electron.
And in the majority of the cases, it doesn't cost money. The open source version is LGPL, which means you can use it for free in proprietary software as long as you allow the user to modify the Qt library you are using (usually, in means dynamic linking).