Re: [Interest] detecting when QQuickPaintedItem::paint() is done

2017-05-26 Thread Marco Piccolino
Never mind, Since I don't need any signal arguments I'll just emit from paint. M Il 26 mag 2017 3:28 PM, "Marco Piccolino" <marco.a.piccol...@gmail.com> ha scritto: > How can I detect when the painting is done after a call to > QQuickPaintedItem::update() ? > > I hav

[Interest] detecting when QQuickPaintedItem::paint() is done

2017-05-26 Thread Marco Piccolino
How can I detect when the painting is done after a call to QQuickPaintedItem::update() ? I have an automated test and need to grab an image once the painting is done and then verify the result. thanks, Marco ___ Interest mailing list

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Marco Piccolino
Thank you Konrad, useful thoughts. Best, Marco Piccolino 2017-05-17 11:50 GMT+02:00 Konrad Rosenbaum <kon...@silmor.de>: > Hi, > > On Wed, May 17, 2017 07:56, Marco Piccolino wrote: > > In what scenarios would it still make sense to use QtWidgets for new > > pr

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Marco Piccolino
verview- > of-gui-technologies-in-qt/ > > > > Yours, > > > > Tuukka > > > > > > *From: *Interest <interest-bounces+tuukka.turunen=qt...@qt-project.org> > on behalf of Marco Piccolino <marco.a.piccol...@gmail.com> > *Date: *Wednesday, 17

[Interest] Using Widgets for new projects

2017-05-16 Thread Marco Piccolino
In what scenarios would it still make sense to use QtWidgets for new projects? Thanks Marco Piccolino ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] SignalTranisition: using of signal arguments within onTriggered handler?

2017-04-26 Thread Marco Piccolino
I usually do the processing in "guard" and return true. M -- Messaggio inoltrato -- From: Jan Krause To: interest@qt-project.org Cc: Bcc: Date: Tue, 25 Apr 2017 11:10:58 +0200 Subject: Re: [Interest] SignalTranisition: using of signal arguments within

[Interest] Header and delegate (Was: tired of QML)

2017-04-15 Thread Marco Piccolino
Header is a special case of delegate, whose instances as you might know by now are created dynamically based on need. So you shoudn't rely on either of them existing when ListView is created. Just put the width property in ListView and reference that in header and delegate. Marco Piccolino Il 15

[Interest] Declarative State Machine: capturing signal arguments on onEntered

2016-10-05 Thread Marco Piccolino
I was wondering whether there is a simple way to capture and use the arguments of a signal that triggers a state transition (SignalTransition.signal) in the onEntered signal handler. Thanks, Marco Piccolino ___ Interest mailing list Interest@qt

Re: [Interest] What don't you like about Qt?

2016-09-19 Thread Marco Piccolino
1) I don't like the distribution being so monolithic. I'd rather see the packages being shipped individually and having explicit version dependencies, like QML modules do and like qpm.io is doing. Maybe this kind of approach will be easier/possible with the new config system? 2) I don't like qml

[Interest] Augmented reality with Qt3D

2016-08-03 Thread Marco Piccolino
Hello, I was wondering whether Qt3D could be well suited to implement a position- and camera-based augmented reality system. Would it be trivial to synchronise the camera, sensors and drawing with current APIs or is a lot of work required? Could it also be done in QML? thanks Marco Piccolino

Re: [Interest] Hello

2016-08-02 Thread Marco Piccolino
If you don't plan it for inclusion into the Qt distributions but as a third party offering you might also want to take a look at http://www.qpm.io/ Marco Piccolino > -- Messaggio inoltrato -- > From: Michael Jordan <jordan.softwar...@gmail.com> > To: interest@qt-p

Re: [Interest] QML Map Provider MapQuest has disabled direct access

2016-07-13 Thread Marco Piccolino
should support it tho). Regards, Marco Piccolino http://slackin.qtmob.org > > -- Messaggio inoltrato -- > From: "Adrian Jäkel" <a...@elane2k.com> > To: interest@qt-project.org > Cc: > Date: Wed, 13 Jul 2016 11:22:49 +0200 > Subject: [In

Re: [Interest] [Qt3D]

2016-07-08 Thread Marco Piccolino
You can look into the ArcGIS sdk for Qt which supports rotation. Cheers, Marco ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
IRC mirror is qtmob.irc.slack.com #general is the main channel. M 2016-06-28 9:01 GMT+02:00 Shawn Rutledge <shawn.rutle...@qt.io>: > > > On 28 Jun 2016, at 08:15, Marco Piccolino <marco.a.piccol...@gmail.com> > wrote: > > > > would be great to collect and exch

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
-- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Marco Piccolino > Sent: Tuesday, June 28, 2016 9:07 AM > To: Shawn Rutledge <shawn.rutle...@qt.io> > Cc: interest@qt-project.org > Subject: Re: [Interest] 5.8 Features? > >

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
giu 2016 9:01 AM, "Shawn Rutledge" <shawn.rutle...@qt.io> ha scritto: > > > On 28 Jun 2016, at 08:15, Marco Piccolino <marco.a.piccol...@gmail.com> > wrote: > > > > would be great to collect and exchange this to help each other - don't > know where

Re: [Interest] Embedding a map in a QML UI on Android and iOS

2015-12-29 Thread Marco Piccolino
If you need more advanced features such as offline maps you might want to check out Esri's Arcgis Runtime for Qt: https://developers.arcgis.com/qt/ Marco ___ Interest mailing list Interest@qt-project.org