[Interest] How to login to a website then call an API from the app

2016-04-01 Thread Tom Isaacson
(Apologies for the confused question but I don't know enough about what I'm trying to ask to know what the question should be). We have a Qt4.8.2 app that opens a browser to our website so the user can login. This creates a cookie which we can then use to call the website API from our app afte

Re: [Interest] QChart issues

2016-04-01 Thread Konstantin Tokarev
01.04.2016, 20:13, "Scott Aron Bloom" : > So, I have previously posted to interest@ and was told to post my questions > to development@.  Having posted my QChart issues, to development and > receiving no reply, I am assuming development@ is NOT the best place to post > questions/issues with QC

[Interest] QChart issues

2016-04-01 Thread Scott Aron Bloom
So, I have previously posted to interest@ and was told to post my questions to development@. Having posted my QChart issues, to development and receiving no reply, I am assuming development@ is NOT the best place to post questions/issues with QChart. So Ill ask to both areas, where is the best

[Interest] Rotating a QGuiApplication

2016-04-01 Thread Mark R Youngquist
Prior to our updates on our product and working with QQuickView we had been able to relateively easily transform our screen using something similar: view->rootObject()->setTransformOrigin(QQuickItem::TopLeft); view->rootObject()->setRotation(90); view->rootObject()->setX(view()->root

Re: [Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Elvis Stansvik
2016-04-01 16:40 GMT+02:00 Jérôme Godbout : > The hardware side should do this, you will be able to debounced the inputs, > filter them and avoid glitch and even make repeated or inertia of those keys > more easily. Yes, that makes sense. Also thanks for teaching me a new word :) (debounce). Elvi

Re: [Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Elvis Stansvik
2016-04-01 16:11 GMT+02:00 Reinhardt Behm : > On Friday 01 April 2016 14:33:29 Elvis Stansvik wrote: >> 2016-04-01 12:45 GMT+02:00 Elvis Stansvik : >> > Hi folks, >> > >> > I have a full screen, page based Qt Quick 2 application. Input is >> > contstrained by the hardware to the Left/Right/Return k

Re: [Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Jérôme Godbout
The hardware side should do this, you will be able to debounced the inputs, filter them and avoid glitch and even make repeated or inertia of those keys more easily. On Fri, Apr 1, 2016 at 8:33 AM, Elvis Stansvik wrote: > 2016-04-01 12:45 GMT+02:00 Elvis Stansvik : > > Hi folks, > > > > I have a

Re: [Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Reinhardt Behm
On Friday 01 April 2016 14:33:29 Elvis Stansvik wrote: > 2016-04-01 12:45 GMT+02:00 Elvis Stansvik : > > Hi folks, > > > > I have a full screen, page based Qt Quick 2 application. Input is > > contstrained by the hardware to the Left/Right/Return keyboard keys, > > so is quite limited, and navigat

Re: [Interest] Qml Loader initial property setter

2016-04-01 Thread Jérôme Godbout
Yes, but the binding loaded object internal binding are printing error, since the object is created without the input, then the external binding are created. They will get eventually correct, but the console will be filled with error message and I try to avoid that at all cost. Here's a simple exam

Re: [Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Elvis Stansvik
2016-04-01 12:45 GMT+02:00 Elvis Stansvik : > Hi folks, > > I have a full screen, page based Qt Quick 2 application. Input is > contstrained by the hardware to the Left/Right/Return keyboard keys, > so is quite limited, and navigation between pages is done using > buttons on each page which handle

[Interest] Press and hold keyboard key to bring up menu in QML

2016-04-01 Thread Elvis Stansvik
Hi folks, I have a full screen, page based Qt Quick 2 application. Input is contstrained by the hardware to the Left/Right/Return keyboard keys, so is quite limited, and navigation between pages is done using buttons on each page which handle return presses using (most of the time) Keys.onReturnPr

[Interest] QtPositioning high delay on QGeoPositionInfoSource::startUpdates

2016-04-01 Thread Maxim Bescherevnykh
QGeoPositionInfoSource::startUpdates startup time vary in high range 2 ms ~ 1 ms sometimes there is very high delays that freeze UI: "Looper Thread startup time in ms: 1189" "Looper Thread startup time in ms: 20" "Looper Thread startup time in ms: 8189" ... values from Android device (Nexus 5)