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
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
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
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
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
> 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
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