Re: [Interest] #define in qml

2012-02-19 Thread Bo Thorsen
Den 19-02-2012 21:00, Thiago Macieira skrev: > On domingo, 19 de fevereiro de 2012 20.41.56, qtnext wrote: >> Hi, >> >> I wants to start testing my Qml apps (qt4.8, quick 1.1) with Quick2 Qt5 >> ... But how can I easily test it with Qt5 with a working Qt4 source .. >> Is there any way to define #i

Re: [Interest] #define in qml

2012-02-19 Thread Andre Somers
Op 19-2-2012 21:56, Thiago Macieira schreef: > On domingo, 19 de fevereiro de 2012 21.30.42, qtnext wrote: >> when 5.0 I will upgrade to Qt Quick 2.0 and never loop back ... But for >> now, if it's possible it should allow me to evaluate performance and >> continue to use Qt 4.8 for now ... a #ifde

Re: [Interest] #define in qml

2012-02-19 Thread Thiago Macieira
On domingo, 19 de fevereiro de 2012 21.30.42, qtnext wrote: > when 5.0 I will upgrade to Qt Quick 2.0 and never loop back ... But for > now, if it's possible it should allow me to evaluate performance and > continue to use Qt 4.8 for now ... a #ifdef syntax will also allow to > target multiple plat

Re: [Interest] #define in qml

2012-02-19 Thread Konstantin Tokarev
20.02.2012, 00:30, "qtnext" : > when 5.0 I will upgrade to Qt Quick 2.0 and never loop back ... But for now, > if it's possible it should allow me to evaluate performance and continue to > use Qt 4.8 for now ... a #ifdef syntax will also allow to target multiple > platform (android, windows...

Re: [Interest] #define in qml

2012-02-19 Thread qtnext
when 5.0 I will upgrade to Qt Quick 2.0 and never loop back ... But for now, if it's possible it should allow me to evaluate performance and continue to use Qt 4.8 for now ... a #ifdef syntax will also allow to target multiple platform (android, windows... to adjust only certain part) or differ

Re: [Interest] #define in qml

2012-02-19 Thread Thiago Macieira
On domingo, 19 de fevereiro de 2012 20.41.56, qtnext wrote: > Hi, > > I wants to start testing my Qml apps (qt4.8, quick 1.1) with Quick2 Qt5 > ... But how can I easily test it with Qt5 with a working Qt4 source .. > Is there any way to define #ifdef QT5 import Quick 2.0 #else import > Quick 1.1

[Interest] #define in qml

2012-02-19 Thread qtnext
Hi, I wants to start testing my Qml apps (qt4.8, quick 1.1) with Quick2 Qt5 ... But how can I easily test it with Qt5 with a working Qt4 source .. Is there any way to define #ifdef QT5 import Quick 2.0 #else import Quick 1.1 ? ___ Interest mailing

Re: [Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread Konrad Rosenbaum
Hi, On Sunday 19 February 2012, rcyboom wrote: > I find it very difficult to read the mailing lists, because it is shown > too much unrelated > content. You seem to be subscribed in Digest mode. You have two options: 1) change to non-digest mode: you will get each mail separately - I suggest yo

Re: [Interest] Showing Icon and tooltip into QSqlQueryModel index

2012-02-19 Thread Thales Lange
Hi Michele. I think you will need to inherit QSqlQueryModel and reimplement the method: virtual QVariant data(const QModelIndex &item, int role = Qt::DisplayRole ) const When "item" is your table index and role == Qt::DecorationRole, you can return the desirable icon. I hope this solution might

[Interest] Showing Icon and tooltip into QSqlQueryModel index

2012-02-19 Thread Michele Ciampichetti
Dear to all, I need to insert an icon into every index of a QSqlQueryModel (so I can retrieve them from DB but mark them with the icon). I need something like QStandardItem (const QIcon &icon, const QString &text) constructor, but I don't know how can I subclass It. I need also to activate the tool

Re: [Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread R. Reucher
On Sunday 19 February 2012 12:36:52 rcyboom wrote: > Can you tell me what tools you use to read the mailing lists? > Thanks! I'm using KMail on Linux and Thunderbird on Windows... but, could it be that you've subscribed in "digest mode"? I don't see anything like that ("today's topics") in the ma

Re: [Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread Constantin Makshin
I don't use anything special — Gmail web-interface, Android's built-in Gmail application, KMail (abandoned it some time ago), Icedove (rebranded Thunderbird). 2012/2/19 rcyboom : > I find it very difficult > to read the mailing lists, because it is shown too > much unrelated content.eg: > > =

Re: [Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread norulez
A simple iPhone an/or iPad Am 19.02.2012 um 12:36 schrieb rcyboom : > I find it very difficult to read the mailing lists, because it is shown too > much unrelated content.eg: > > Send Interest mailing list submissions to interest@qt-project.org T

[Interest] Can you tell me what tools you use to read the mailing lists?

2012-02-19 Thread rcyboom
I find it very difficult to read the mailing lists, because it is shown too much unrelated content.eg:Send Interest mailing list submissions to interest@qt-project.org To subscribe or unsubscribe via the World Wide Web, visit http:/