[Interest] Behaviour change of QMetaProperty::write with QSharedPointer

2016-09-06 Thread mail
Hi, it seems, that from Qt 5.5.1 to 5.6 (and ever since) we have a change in the behaviour of QMetaProperty::write when QSharedPointer is involved. In 5.5.1 it was possible to use @ QVariant var; var.setValue>(value); QMetaProperty::write(object, var) @ to write an Object of type QSharedPoin

[Interest] Depth-first filtering for QAbstractProxyModel

2016-09-06 Thread Thompson, Adam B.
All, I co-develop an application that uses a QTreeView to display the hierarchical contents of external files. The contents of the tree can become quite a chore to sift through, so I added a means of filtering via a QSortFilterProxyModel. This works as expected, but the user may want to specify

Re: [Interest] How to dynamically add a MapItemView to a Map?

2016-09-06 Thread Kishore J
Done. https://bugreports.qt.io/browse/QTBUG-55782 Given the limitation, I think my immediate alternative is to create a MapItemView like component that is instantiated outside and write code in the map that calls addMapItem and removeMapItem on the map as and when the list is modified. To the draw

Re: [Interest] How to dynamically add a MapItemView to a Map?

2016-09-06 Thread Paolo Angelelli
On Tue, 6 Sep 2016 19:04:34 +0530 Kishore J wrote: > Hi > > I am inching forward with using QML maps in my C++ application. Now > i'm interested in dynamically adding multiple MapItemView objects to > a given map. > > > import QtQuick 2.5 > import QtLocation 5.6 > > Map { > id: map >

[Interest] How to dynamically add a MapItemView to a Map?

2016-09-06 Thread Kishore J
Hi I am inching forward with using QML maps in my C++ application. Now i'm interested in dynamically adding multiple MapItemView objects to a given map. import QtQuick 2.5 import QtLocation 5.6 Map { id: map objectName: "MyMap" // zoomLevel: (maximumZoomLevel - minimumZoomLevel)/2

Re: [Interest] ThreadedFortune example extending to send message forever

2016-09-06 Thread Konstantin Shegunov
On Mon, Sep 5, 2016 at 7:17 PM, Nilesh Kokane wrote: > > I played with the ThreadFortune server and found that when I commented > disconnectFromHost() & waitForDisconnected() from the thread and > instead call exec(), then I get readReady signal from the client end. > But when I don't call exec I

Re: [Interest] Running QtQuick programs in Android virtual device

2016-09-06 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Wolfgang Baron > Sent: Sunday, 4 September 2016 2:05 PM > To: interest@qt-project.org > Subject: [Interest] Running QtQuick programs in Android virtual device > > Hi, > > I am