[Interest] Query cached entries in QSqlTableModel

2013-12-30 Thread Knut Krause
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

Re: [Interest] Font issues.

2013-12-30 Thread Rutledge Shawn
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 to

Re: [Interest] Select front/rear camera on Android

2013-12-30 Thread Cornelius Hald
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,

Re: [Interest] OpenGL drivers

2013-12-30 Thread Christoph Feck
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,

Re: [Interest] Font measuring inconsistency between platforms in Qt5? Or, how best to draw characters with QPainter.

2013-12-30 Thread George Tasopoulos
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

[Interest] RotationAnimation and transform origin?

2013-12-30 Thread Jason H
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:

[Interest] Qt5/Android examples on the Play store?

2013-12-30 Thread 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 Interest@qt-project.org

[Interest] QProgressDialog

2013-12-30 Thread John Weeks
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

Re: [Interest] Qt5/Android examples on the Play store?

2013-12-30 Thread Дмитрий Козлов
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