fmII
Fri, Jul 18th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 21:04 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 Qt - Development branch
Sections: Mac OS X, Unix

 

Added: Sun, Feb 1st 1998 17:46 UTC (10 years, 5 months ago) Updated: Mon, Mar 3rd 2008 08:26 UTC (4 months, 17 days ago)


Screenshot About:
Qt is a comprehensive, object-oriented development framework that enables development of high-performance, cross-platform rich-client and server-side applications. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want. Qt is the basis for the KDE desktop environment, and is also used in numerous commercial applications such as Google Earth, Skype for Linux, and Adobe Photoshop Elements.

Author:
Trolltech <info |at| trolltech |dot| com> [contact developer]

Rating:
8.36/10.00 (42 votes)

Homepage:
http://www.trolltech.com/products/qt/qt.html
Tar/GZ:
http://www.trolltech.com/[..]e/qt-x11-opensource-src-4.2.0-rc1.tar.gz
Changelog:
http://doc.trolltech.com/4.2/qt4-2-intro.html
OS X package:
http://www.trolltech.com/[..]e/qt-mac-opensource-src-4.2.0-rc1.tar.gz
Mailing list archive:
http://lists.trolltech.com/qt4-preview-feedback/
Demo site:
http://doc.trolltech.com/4.2/

Trove categories: [change]
[Environment]  Win32 (MS Windows), X11 Applications
[Intended Audience]  Developers
[License]  OSI Approved :: GNU General Public License (GPL), OSI Approved :: Q Public License (QPL)
[Operating System]  Microsoft :: Windows :: Windows 95/98/ME, Microsoft :: Windows :: Windows NT/2000/XP, POSIX
[Programming Language]  C++
[Topic]  Desktop Environment, Software Development :: Libraries :: Application Frameworks, Software Development :: Widget Sets

Dependencies: [change]
No dependencies filed

 
» Rating: 8.36/10.00 (Rank 336)
» Vitality: 0.09% (Rank 1194)
» Popularity: 21.29% (Rank 46)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 206,665
   URL hits: 175,910
   Subscribers: 449

Projects depending on this project:
MARIE
QTParted
CrossVC
anymeal
Sakuraplayer
(Note: 70 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
ThinG
jPersist
Korseby Icons
XView4Struts
fbxkb

Users who subscribed to this project also subscribed to:
Tcl/Tk
NRL NORM
FreeBSD
Nitro Technologies Memory Checker
Flumotion


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 4.3 04-Jun-2007 GNU General Public License (GPL) Homepage Tar/GZ Changelog
Development 4.2 Release Candidate 06-Sep-2006 GNU General Public License (GPL) Homepage Tar/GZ Changelog

 Releases

Version Focus Date
4.2 Release Candidate Major feature enhancements 06-Sep-2006 21:56
4.2 Technology Preview 1 Major feature enhancements 30-Jun-2006 12:01
4.0 RC Minor feature enhancements 10-Jun-2005 17:30
4.0 Beta 2 Major feature enhancements 12-Apr-2005 18:04
4.0 Beta 1 Major feature enhancements 22-Dec-2004 14:07
Technology Preview 2 Major feature enhancements 23-Sep-2004 19:21
Technology Preview 1 Major feature enhancements 08-Jul-2004 20:43
3.3 Beta 1 Major feature enhancements 27-Jan-2004 22:30
3.0 beta 3 Minor feature enhancements 09-Aug-2001 18:10

 Articles referencing this project

 Comments

[»] QT/Windows/Free
by rwmcgwier - Apr 1st 2004 15:48:28

When that is available, call me.

[reply] [top]


    [»] Re: QT/Windows/Free
    by Atomice - Jan 7th 2005 01:20:05


    > When that is available, call me.

    It already is: http://kde-cygwin.sourceforge.net/qt3-win32/

    [reply] [top]


    [»] Re: QT/Windows/Free
    by bero - Feb 7th 2005 05:54:33


    > When that is available, call me.

    This has been announced today:

    ==
    From: Trolltech Information
    To: qt-interest@trolltech.com
    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 ;)

    [reply] [top]


      [»] Re: QT/Windows/Free
      by rwmcgwier - Feb 7th 2005 06:23:27

      Great News! http://www.trolltech.com/newsroom/announcements/00000192.html

      [reply] [top]


[»] patch for qt-3.1.2
by d2003xx - Mar 8th 2003 20:51:09

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: }

[reply] [top]


[»] Compiling Qt 1.45 with gcc 3
by Ed Avis - Feb 22nd 2002 09:35:57

Qt 1.45 does not build with newer versions of gcc: here's a patch.

--
Ed Avis

[reply] [top]


[»] rediculous dependencies
by generica - Oct 15th 2001 23:25:34

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, http://sourceforge.net/projects/byacc ... 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.

[reply] [top]


[»] RH 6.0 Qt compilation
by ./Rotten - Jun 19th 1999 10:28:28

Does anybody know if RH's compilation of QT lib includes the opengl extensions?

[reply] [top]


    [»] Re: RH 6.0 Qt compilation
    by Tiganu - Feb 3rd 2001 10:19:50


    > 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

    [reply] [top]


[»] RPM?
by Jan De Luyck - Jan 20th 1999 16:26:15

I'm looking for the RPM format of this library!!! Anyone who has it, lemme know!!!

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber