Comments for Qt
07 Feb 2005 06:23
Re: QT/Windows/Free
Great News!
07 Feb 2005 05:54
Re: QT/Windows/Free
> When that is available, call me.
This has been announced today:
==
From: Trolltech Information
Date: 2005-02-07 14:23:52
Dear Qt User/Qt Customer:
Trolltech is pleased to announce that we intend to
make Qt 4 for Windows
available under our successful dual licensing
business model. This means that
Open Source projects under the GNU GPL license
will be able to target all
major operating systems using Qt 4. We plan to
release the Windows Open Source
version of Qt at the same time as Qt 4.
==
So now everyone can finally stop using that inferior
toolkit with 3 letters ;)
07 Jan 2005 01:20
01 Apr 2004 15:48
QT/Windows/Free
When that is available, call me.
08 Mar 2003 20:51
patch for qt-3.1.2
To fix a problem that causes dialogs automatically close when they're called twice or more:
In "/usr/local/src/qt-x11-free-3.1.2/src/dialogs/qdialog.cpp":
line 395: void QDialog::done( int r )
line 396: {
line 397: hide();
line 398: serResult ( r );
line 399: close(); // JUST *REMOVE* THIS LINE
line 400: }
22 Feb 2002 09:35
Compiling Qt 1.45 with gcc 3
Qt 1.45 does not build with newer versions of gcc: here's a patch (www.doc.ic.ac.uk/~epa9....
15 Oct 2001 23:25
rediculous dependencies
From src/moc/README
------
Notice that moc does not compile with GNU bison, use standard AT&T yacc or Berkeley yacc instead.
------
Neither of which can be downloaded. I mean, just look at the berkely yacc page, sourceforge.net/projec... ... no files released...
Thats just great.
How about fixing your code to work with bison. If its a limitation of bison, then tell the developers. Forcing people to use old, not available yacc parsers and flat out not using the ones that ARE under development is just rediculous.
03 Feb 2001 10:19
Re: RH 6.0 Qt compilation
> Does anybody know if RH's compilation of
> QT lib includes the opengl extensions?
there's a qt-gl rpm that has the OpenGL QT extensions
19 Jun 1999 10:28
RH 6.0 Qt compilation
Does anybody know if RH's compilation of QT lib includes the opengl extensions?
The best GUI toolkit ever. And so much more.