[Interest] What's meaning of { 1 , ? } in QtCreator 2.4.1

2012-05-02 Thread Duan,Lin
Greetings, I am using Qt Creator with MinGW tool chain for developing programs for a long time. I saw the { 1 , ? } appears in application output dock window every time, when application ended. What's meaning? Of this { 1 , ? }? I searched it in help documentation, it not be mentioned.

Re: [Interest] QSortFilterProxyModel slow updating sql model attached

2012-05-02 Thread Linos
El 02/05/12 01:51, David Boosalis escribió: I've not put much stock in the QSqlQueryModel, but instead done my models derived from QStandardModel. This requires you to write more code for the SQL transactions using QT's SQL module (or your own). Granted you have to write more code and you

Re: [Interest] Where configure options have gone ?

2012-05-02 Thread Jordi Pujol
El dc 02 de 05 de 2012 a les 10:50 +0200, en/na Thiago Macieira va escriure: Looks like the code to enable webkit is there, but your qtwebkit isn't properly installed. Or it's a qmake bug. Either way, the problem lies somewhere else. Surfing a little bit I've found this :

Re: [Interest] Where configure options have gone ?

2012-05-02 Thread Thiago Macieira
On quarta-feira, 2 de maio de 2012 11.37.19, Jordi Pujol wrote: El dc 02 de 05 de 2012 a les 10:50 +0200, en/na Thiago Macieira va escriure: Looks like the code to enable webkit is there, but your qtwebkit isn't properly installed. Or it's a qmake bug. Either way, the problem lies

Re: [Interest] QML Image memory use

2012-05-02 Thread Robin Burchell
On Wed, May 2, 2012 at 12:53 PM, Harri Pasanen ha...@mpaja.com wrote: Does the scaling happen at display time, or at load time? You probably want to read the documentation for Image::sourceSize. Image::size is applied after the image has been loaded.

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Nicola De Filippo
Hi, Hi, in the company there's Qt Vs phonegap (and other web-runtime). I'm obviously biased. What are the objective points in favor of Qt? I can not say anything about the Windows and Android we are not yet stable. The native binary that you compile when using Qt will give much better

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Jason H
Intel has the x86 Andoid problem fixed with binary translation. Your NDK arguments are moot. From: Stephen Bryant st...@bawue.de To: interest@qt-project.org Sent: Wednesday, May 2, 2012 6:05 AM Subject: Re: [Interest] qt vs web-runtime Hi,   in the

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Harri Pasanen
On 05/02/2012 09:41 PM, Harri Pasanen wrote: On 05/02/2012 12:05 PM, Stephen Bryant wrote: Hi, in the company there's Qt Vs phonegap (and other web-runtime). I forgot to mention this discussion which is quite enlightening:

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Stephen Bryant
Hi, On Wednesday 02 May 2012 10:44:36 Jason H wrote: Intel has the x86 Andoid problem fixed with binary translation. Your NDK arguments are moot. I disagree. Firstly, Intel's binary translator won't help those with MIPS devices. Secondly, it doesn't work with all apps. Here's a quote from

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Stephen Bryant
Hi, On Wednesday 02 May 2012 21:41:33 Harri Pasanen wrote: [...] Binary compatibility with phones/tablets is more than just CPU. As soon as you start accessing Camera, GPS, etc. you typically need to test on device. Screen resolution, GPUs , RAM, storage memory all differ, so even if you

Re: [Interest] Where configure options have gone ?

2012-05-02 Thread Lincoln Ramsay
On 05/02/2012 06:36 PM, ext Jordi Pujol wrote: I've found this in assistant.pro, but don't know how to re-activate webkit dependency ( QT.webkit.name is alñways empty ) : !isEmpty(QT.webkit.name) { QT += webkit } else { DEFINES += QT_NO_WEBKIT } This means the webkit module was