|
|
|
|
|
by kombine
4733 days ago
|
|
You can't really compare websites with Qt apps. QML was made from the ground up to allow for building fluid UIs. It is rendered using OpenGL. HTML was never meant to be used for app development, hence the poor experience. Qt and QML is just not native(widgets will look different, etc), but it will perform well. And you can always imitate the look and feel of native OS so apps at least don't look too alien. |
|
Yes, which is not what people want. They want apps that fit in with the larger platform and exploit it's featureset.
We already went through this on Mac OS X. I use a Qt/Mac app every day for work, and would ditch it in a second if a native alternative was produced.
Unfortunately, it's an extremely niche application, and the competition is nowhere near caught up.
> And you can always imitate the look and feel of native OS so apps at least don't look too alien.
That's never worked out well for anyone, ever, in the entire history of cross-platform widget library attempts.