Re: [Interest] Building Qt from Sources

2012-02-20 Thread Mark Constable
On 02/21/12 15:38, Szalata, Zenon M. wrote: > I have unpacked qt-everywhere-opensource-src-4.8.0 into the first directory. > There I executed configure -prefix /opt/qt/qt-4.8.0, followed by make and > make install and this worked fine. > Then I modified PATH to include /opt/qt/qt-4.8.0/bin. > I

[Interest] Building Qt from Sources

2012-02-20 Thread Szalata, Zenon M.
I am working at a Laboratory where RedHat Enterprise Linux 5 or 6 are the only Unix OS used on desktop computers. Presently, installing qt 4.8 from SDK package fails. So I am trying to install from sources. I have successfully installed qt 4.8.0 from qt-everywhere-opensource-src-4.8.0.tar.gz.

Re: [Interest] Getting V8

2012-02-20 Thread Mark Constable
On 02/21/12 09:41, Rohan McGovern wrote: >> I'm on linux but still, I have nothing in qtbase/src/v8 after doing a git >> clone and init-repository. > > The quoted text seems to be out of date. > It is now in the qt/qtjsbackend repository. > init-repository should have given you that by default. T

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

2012-02-20 Thread Hector A. Rompato Carricart
Hi Thales, Could you sent the examples to the list? I'm interested too Regads -- Héctor A. Rompato Carricart Buenos Aires - Argentina 15 6652 7388 ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Getting V8

2012-02-20 Thread Rohan McGovern
Mark Constable said: > Sorry for newbie questions but how do I get v8? This page mentions... > > http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git > > "Compiling v8 in qtbase requires Python. Make sure you have a python.exe > in your %PATH%, go to qtbase\src\v8, run qmake && nmake." > >

[Interest] Getting V8

2012-02-20 Thread Mark Constable
Sorry for newbie questions but how do I get v8? This page mentions... http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git "Compiling v8 in qtbase requires Python. Make sure you have a python.exe in your %PATH%, go to qtbase\src\v8, run qmake && nmake." I'm on linux but still, I have nothin

Re: [Interest] Qt 4.8 qtcreator

2012-02-20 Thread Szalata, Zenon M.
Hi all, I have done some more testing on this. My guess is that something changed on our RedHat Enterprise Linux 6 computers, such that the creator stopped working overnight. It worked on 2/16/2012 just after I installed the SDK package and on 2/17/2012 it would crash with (gdb) bt #0 0x000

Re: [Interest] Qt 4.8 qtcreator

2012-02-20 Thread André Pönitz
On Mon, Feb 20, 2012 at 04:10:01PM +, kai.koe...@nokia.com wrote: > > I did some more testing and I seem to have the same problem on a number > > of RedHat Linux computers. > > > > The problem is: > > > > starting qtcreator is unsuccessful, it crashes with a core dump after > > printing > >

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

2012-02-20 Thread Scott Aron Bloom
Outlook. From: interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of rcyboom Sent: Sunday, February 19, 2012 3:37 AM To: interest@qt-project.org Subject: [Interest] Can you tell me what tools you use to read the

Re: [Interest] Missing headers from qglobal.h

2012-02-20 Thread Mark Constable
On 02/21/12 05:06, Thiago Macieira wrote: >> .../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37: >> fatal error: QtCore/qsystemdetection.h: No such file or directory >> compilation terminated. > > You haven't run syncqt or configure or make from the top-level in a while. >

Re: [Interest] Missing headers from qglobal.h

2012-02-20 Thread Thiago Macieira
On terça-feira, 21 de fevereiro de 2012 04.03.19, Mark Constable wrote: > I'm probably doing something wrong but anyhow... > > .../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37: > fatal error: QtCore/qsystemdetection.h: No such file or directory > compilation terminated. Y

[Interest] Missing headers from qglobal.h

2012-02-20 Thread Mark Constable
I'm probably doing something wrong but anyhow... .../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37: fatal error: QtCore/qsystemdetection.h: No such file or directory compilation terminated. My qtbase/src/corelib/global/qglobal.h has... 66: #include 67: #include 68: #in

Re: [Interest] Qt 4.8 qtcreator

2012-02-20 Thread kai.koehne
> -Original Message- > From: interest-bounces+kai.koehne=nokia@qt-project.org > [mailto:interest-bounces+kai.koehne=nokia@qt-project.org] On Behalf > Of ext Szalata, Zenon M. > Sent: Saturday, February 18, 2012 1:43 AM > To: interest@qt-project.org > Subject: Re: [Interest] Qt 4.8

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

2012-02-20 Thread Michele Ciampichetti
Hello Thales!! Thanks a lot for your example!! It's great!! Now I understand how can I solve my problem (I took some test and run perfectly!) Thanks a lot!! Michele 2012/2/20 Thales Lange > Michele, > > I attached an example. This example contains: > 1) SQL script to create the schema. > 2) Ex

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

2012-02-20 Thread Michele Ciampichetti
Thanks Thales but, I've no idea how can I do this :( could you provide me any example for do this? Thanks a lot! Michele 2012/2/19 Thales Lange > Hi Michele. > > I think you will need to inherit QSqlQueryModel and reimplement the method: > > virtual QVariant data(const QModelIndex &item, int

Re: [Interest] #define in qml

2012-02-20 Thread Thiago Macieira
On segunda-feira, 20 de fevereiro de 2012 09.15.37, Bo Thorsen wrote: > > Again, not the use-case. You don't support multiple versions of Qt Quick. > > Multiple versions of Qt Quick support you. > > > > If you import Qt Quick 1.1, it will be the same version of 1.1 with the > > same behaviour issu

Re: [Interest] #define in qml

2012-02-20 Thread Bo Thorsen
Den 20-02-2012 08:53, Thiago Macieira skrev: > On segunda-feira, 20 de fevereiro de 2012 08.23.26, Bo Thorsen wrote: >> 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

Re: [Interest] #define in qml

2012-02-20 Thread Thiago Macieira
On segunda-feira, 20 de fevereiro de 2012 08.07.30, Andre Somers wrote: > 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 al

Re: [Interest] #define in qml

2012-02-20 Thread Thiago Macieira
On segunda-feira, 20 de fevereiro de 2012 08.23.26, Bo Thorsen wrote: > 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 ea