Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread André Pönitz
On Wed, Nov 23, 2011 at 08:55:28PM +0530, Syam Krishnan wrote: > On 11/23/2011 07:43 PM, Thiago Macieira wrote: > > Why? Why can't you just install a very recent Qt and build Creator > > with that? It doesn't even have to be a global installation... > > Well, in my office, we have kind of standar

[Interest] How to set a QTextCharFormat onto a QPlainTextEdit?

2011-11-23 Thread NoRulez
Hi @all, is there a way to set a QTextCharFormat onto a QPlainTextEdit? My Problem is setting the underline color and underline style. The only thing I found was that setting setUnderline to true on the QPlainTextEdit’s font, but how can I change the underline style and color too? Than

Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Karl Ruetz
We've taken to recreating our production development environment every six months. Basically, it means we get very little production development done while we qualify and deploy. But these newer versions of QT Creator are, quite simply, worth the cost and trouble.  The feature where the project tre

Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Syam Krishnan
On 11/23/2011 07:43 PM, Thiago Macieira wrote: > Why? Why can't you just install a very recent Qt and build Creator > with that? It doesn't even have to be a global installation... Well, in my office, we have kind of standardised all our machines on Qt 4.5 on RHEL 5. We don't want to migrate to

Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Pritam Ghanghas
On Wed, 2011-11-23 at 20:17 +0530, Diego Iastrubni wrote: > > On Wed, Nov 23, 2011 at 2:29 PM, Syam Krishnan > wrote: > > Hi.. > > Sorry for a possibly silly question. I just can't seem to > easily get this info anywhere. > > Is there a p

Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Diego Iastrubni
On Wed, Nov 23, 2011 at 2:29 PM, Syam Krishnan wrote: > > Hi.. > > Sorry for a possibly silly question. I just can't seem to easily get this > info anywhere. > > Is there a page (in the docs) where the minimum required Qt version is > mentioned for each version of Qt Creator IDE? I want to know t

Re: [Interest] z-order for Qt's signals and slots

2011-11-23 Thread Jason H
Haha, a little leakage there. You must be doing multi-threaded networking because it is not the network that makes the ordering impossible, it is the threading. Because your thread execution can happen according to your scheduler (and linux has many) and the i/o blocking for a thread, the order

Re: [Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Thiago Macieira
On Wednesday, 23 de November de 2011 17:59:49 Syam Krishnan wrote: > Is there a page (in the docs) where the minimum required Qt > version is mentioned for each version of Qt Creator IDE? I want to > know the latest version of Qt Creator that I can use with a given > version of Qt (v4.5, for exampl

Re: [Interest] z-order for Qt's signals and slots

2011-11-23 Thread Giuseppe D'Angelo
On 23 November 2011 12:15, Atlant Schmidt wrote: > Giuseppe: > >> For the sake of the argument, that's not completely true -- >> slots are guaranteed to be called in the order they have >> been connected to the signal. > >  I believe that's only true for locally-connected slots >  (where the emiss

[Interest] Qt creator - Minimum Qt version?

2011-11-23 Thread Syam Krishnan
Hi.. Sorry for a possibly silly question. I just can't seem to easily get this info anywhere. Is there a page (in the docs) where the minimum required Qt version is mentioned for each version of Qt Creator IDE? I want to know the latest

Re: [Interest] z-order for Qt's signals and slots

2011-11-23 Thread Atlant Schmidt
Giuseppe: > For the sake of the argument, that's not completely true -- > slots are guaranteed to be called in the order they have > been connected to the signal. I believe that's only true for locally-connected slots (where the emission of a signal simply becomes a well- hidden function ca

Re: [Interest] z-order for Qt's signals and slots

2011-11-23 Thread Konstantin Tokarev
23.11.2011, 09:21, "Sathishkumar Duraisamy" : > Hi all, > > By definition, the order by which the signals and slots is called is > undefined but for each signals and slots connection, slots will be > called for its signals. > > Why can't we have z-order for signals and slots, taking control for o

Re: [Interest] z-order for Qt's signals and slots

2011-11-23 Thread Giuseppe D'Angelo
On 23 November 2011 05:21, Sathishkumar Duraisamy wrote: > Hi all, > > By definition, the order by which the signals and slots is called is > undefined but for each signals and slots connection, slots will be > called for its signals. For the sake of the argument, that's not completely true -- sl

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Graham Labdon
Hi I have the zlib folder but no dll -Original Message- From: NoRulez [mailto:noru...@me.com] Sent: 23 November 2011 11:24 To: Graham Labdon Cc: 'Konstantin Tokarev'; qt-inter...@qt.nokia.com; interest@qt-project.org Subject: AW: [Qt-interest] (no subject) Then you have it under "src\3rd

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread NoRulez
Then you have it under "src\3rdparty\zlib". On my computer for example, I have it under "C:\Qt\4.7.4_VS2008\src\3rdparty\zlib" For Qt SDK: "QtSources\4.7.4\src\3rdparty\zlib" On my computer: "C:\Qt\QtSDK\QtSources\4.7.4\src\3rdparty\zlib" Best Regards NoRulez -Ursprüngliche Nachricht- Vo

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Konstantin Tokarev
23.11.2011, 13:19, "Graham Labdon" : > Thanks for that > But where can I find zlib dll, it does not exist in my Qt installation tree Maybe libz.dll? -- Regards, Konstantin ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Graham Labdon
I don't have QtSDK but the commercial version -Original Message- From: noru...@me.com [mailto:noru...@me.com] Sent: 23 November 2011 09:49 To: Graham Labdon Cc: Konstantin Tokarev; Graham Labdon; qt-inter...@qt.nokia.com; interest@qt-project.org Subject: Re: [Qt-interest] (no subject) D

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread norulez
Did you have the QtSDK installed, or an other? If you have installed the QtSDK, than enable the Chechbox for the Qt sources. Best Regards NoRulez Am 23.11.2011 um 10:19 schrieb Graham Labdon : > Thanks for that > But where can I find zlib dll, it does not exist in my Qt installation tree > > T

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Konstantin Tokarev
23.11.2011, 13:19, "Graham Labdon" : > Thanks for that > But where can I find zlib dll, it does not exist in my Qt installation tree http://zlib.net/ Build yourself or try binaries. -- Regards, Konstantin ___ Interest mailing list Interest@qt-proj

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Graham Labdon
Thanks for that But where can I find zlib dll, it does not exist in my Qt installation tree Thanks -Original Message- From: Konstantin Tokarev [mailto:annu...@yandex.ru] Sent: 23 November 2011 09:14 To: Graham Labdon Cc: noru...@me.com; qt-inter...@qt.nokia.com; interest@qt-project.org S

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Konstantin Tokarev
23.11.2011, 13:12, "Graham Labdon" : > Hi > I downloaded QuaZIP and when I build(using windows and mingw) I get the > following linker error > > c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot > find -lz.dll > collect2: ld returned 1 exit status > mingw32-make[1]: *

Re: [Interest] [Qt-interest] (no subject)

2011-11-23 Thread Graham Labdon
Hi I downloaded QuaZIP and when I build(using windows and mingw) I get the following linker error c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lz.dll collect2: ld returned 1 exit status mingw32-make[1]: *** [debug\quazip.dll] Error 1 mingw32-make: *** [debug