(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
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
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
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
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
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
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
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
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
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
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
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)
12 matches
Mail list logo