[Interest] Examples with "excludeAreas" of module qt-location available?

2015-11-16 Thread Jan Krause
Hi all, are there examples for using the property excludeAreas (http://doc.qt.io/qt-5/qml-qtlocation-routequery.html#excludedAreas-prop) of a RouteQuery available . It seems that this feature does not work... but maybe we are wrong... so a simple example would be great... br Jan

Re: [Interest] StackView weirdness

2015-11-16 Thread Gianluca
Can you post some part of your code. Il giorno 17/nov/2015, alle ore 02:51, jh...@gmx.com ha scritto: > I've been using stackview a while now. I started a new project with desktop > osx 5.5.1. I laid out the UI, made it a component, then added a stack view > with it set to the initial item

[Interest] StackView weirdness

2015-11-16 Thread jhihn
I've been using stackview a while now. I started a new project with desktop osx 5.5.1. I laid out the UI, made it a component, then added a stack view with it set to the initial item set to that component. The UI appeared for a second then disappeared. The app was still running. I fiddled

Re: [Interest] Changes in Qt 5.6 on Windows HiDPI

2015-11-16 Thread Adam Light
On Thu, Nov 12, 2015 at 3:49 PM, Adam Light wrote: > We've just started testing our application using Qt 5.6 (self built from > Nov. 10 git checkout). > > It appears that the behavior of QDesktopWidget::logicalDpiX (and Y) has > changed since Qt 5.5. > > We bought a Dell Inspiron 15 laptop with a

Re: [Interest] QuickModel - ORM for QML

2015-11-16 Thread Jason H
Does this work on an array of JSON objects? i.e. to provide models for ListModel via Ajax/JSON objects? It seems to be database(table) driven?     Sent: Sunday, November 15, 2015 at 5:35 PM From: "Daniel França" To: "interest@qt-project.org" Subject: [Interest] QuickModel - ORM for QML Hi g

Re: [Interest] iOS didFinishLaunchingWithOptions and such

2015-11-16 Thread Edward Sutton
> On Nov 14, 2015, at 1:37 PM, Robert Iakobashvili wrote: > > Gentlemen, > For iOS works general cross-platform Qt url handling mechanism. > > // > // Register for: iOS "Open In" file sharing and for our special file > extensions > // > QDesktopServices::setUrlHandler("file", this, > "handle_sh

Re: [Interest] QuickModel - ORM for QML

2015-11-16 Thread QxOrm contact
Hello everyone, Just FYI, QxOrm library provides also a way to connect easily QML and databases using Qt model/view engine (QxOrm models are based on Qt QAbstractItemModel class). You can find an example on QxOrm website here : http://www.qxorm.com/qxorm_en/faq.html#faq_300 And QxOrm package conta