Re: [Ubuntu-phone] What will QtQuick.Controls look like on Ubuntu Phone

2013-11-04 Thread Roman Shchekin
Hello. They are no supported at all. It's sad, but if you want to write crossplatform apps with Qt/QML, you should separate your logic and your UI. Later UI should be ported for all platforms. In practice the difference between platforms is not so big and often caused by top level QML components,

[Ubuntu-phone] What will QtQuick.Controls look like on Ubuntu Phone

2013-11-04 Thread Andreas Poulsen
Hi all I've been playing around with QtQuick.Controls, the desktop components in QML. And I started wondering how these will be supported in Ubuntu Phone? Will they look like they do on the desktop? Will they have a Ubuntu.Components-looking theme, that could break the layout of an existing app com