Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Hedge, there are 2 reasons why your UI didn't look native:</p> <p>1) Qt Quick (QML) now is in a stage when only basic primitives are available. That means there are no actual UI elements (like Button, Tool Bar, etc.) available yet. There are just some of them like list views which are included in the basic set of components. There is some work that is going on by Qt guys and you can find some of the desktop components that are available here:</p> <p><a href="http://qt.gitorious.org/qt-components/desktop" rel="nofollow">http://qt.gitorious.org/qt-components/desktop</a></p> <p>Those will be look native on you desktop but they are in a very early and unstable stage at this moment.</p> <p>2) Qt Quick (QML) is developed by a company named Qt Development Frameworks (former Trolltech) owned by Nokia which is in its turn is one of the largest cell phone manufactures in the world. Qt Quick is created for touch user interfaces on mobile and embedded platforms and initially was targeted for MeeGo platform. A set of QML components for MeeGo is being developed but according to Qt Development Frameworks blog is not available to the public by marketing reasons. The version that is available to the public is not outdated but you can get some idea about what is going on. Its available here:</p> <p><a href="http://qt.gitorious.org/qt-components" rel="nofollow">http://qt.gitorious.org/qt-components</a></p> <p>If your application is developed for desktop, I'd recommend to use C++/Qt for desktop framework which will provide the native look and feel for your application. Although Qt Development Frameworks recently stated that their main strategy becomes Qt Quick while passing the commercial licenses and support to a company named Digia. So maybe it makes sense to think about whether its worth to use the desktop version of Qt or not. </p> <p>Hope that helps</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload