31.12.2013 4:05, Bob Hood пишет:
> I recall this being asked quite some time back, but I'd like to ask it again:
>
> Can somebody point me to any examples of apps written using Qt 5.2 on the
> Google Play store right now?
> ___
> Interest mailing list
> I
On 31 December 2013 08:05, Bob Hood wrote:
> I recall this being asked quite some time back, but I'd like to ask it again:
>
> Can somebody point me to any examples of apps written using Qt 5.2 on the
> Google Play store right now?
There's Digia's demo app:
https://play.google.com/store/apps/det
I also just noticed that on the console it is telling me:
QML RotationAnimation: Cannot animate non-existent property "angle"
However, the animation still happens
I tried adding to the SequentialAnimation:
PropertyAction { target: head; property: "transformOrigin"; value: Item.Center }
But
Hi,
my app
https://play.google.com/store/apps/details?id=org.qtproject.example.favola
N.
> I recall this being asked quite some time back, but I'd like to ask it
> again:
>
> Can somebody point me to any examples of apps written using Qt 5.2 on the
> Google Play store right now?
> ___
The documentation for QProgressDialog doesn't say anything about it, but it
appears that setting both minimum and maximum to zero results in an
"indeterminate" progress dialog. The documentation *does* say that if you make
it a modal dialog, then calling QProgressDialog::setValue() will call
pr
I recall this being asked quite some time back, but I'd like to ask it again:
Can somebody point me to any examples of apps written using Qt 5.2 on the
Google Play store right now?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project
I am trying
Item {
id: head;
x: 0.0; y: 0
transformOrigin: Item.Bottom
}
SequentialAnimation {
id: headTilt
RotationAnimation { target: head; duration: 500; from: 0; to:
45; easing.type: E
It turns out that this was a standard DCF: Documentation Comprehension
Failure.
The problem was that I cleared each cell using drawRect() instead of
fillRect(). drawRect apparently adds a stroke on the *outside* of the
rectangle's bounds and so it overlapped with nearby cells.
Thanks for the info
On Friday 29 November 2013 13:30:10 Sletta Gunnar wrote:
> Long term, the solution for Qt might be that we bundle a software
> GL implementation (llvmpipe for instance) and switch to that if a
> driver is too problematic for us. Hopefully, we can get by with
> applying workarounds in Qt though.
>
So there seems to be no way to select the camera when using QtQuick/QML.
This is not Android specific, but a general issue.
Bug is here:
https://bugreports.qt-project.org/browse/QTBUG-23770
If anyone knows of a workaround, please let me know.
Cheers,
Conny
On Sat, 2013-12-28 at 13:06 +0100, Cor
On 29 Dec 2013, at 12:25 AM, Joshua Kolden wrote:
> I'm having difficulty with QtQuick font support. I can't quite be sure where
> the issue is, but it appears that Qt does not support ttf fonts with styles /
> SubFamilies, or it may be an issue with font weights.
>
> In particular if you go t
Hi,
if I set my QSqlTableModel to ManualSubmit and insert some new rows I cannot
query them if I iterate over rowCount in the model until I call submitAll().
Is this the desired behaviour? I'm building a more complex model which needs
some checking before submit so I'd really like even the cach
12 matches
Mail list logo