fmII
Fri, Dec 05th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 13:36 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]
Theme topics | Apps | Resources | Window Managers | Afterstep | Blackbox | Enlightenment | Fluxbox | GTK | IceWM | KDE | MetaCity | Sawfish | Window Maker

 Qt 4.4.3 (Default)
Sections: Mac OS X, Unix

 

Added: Sun, Feb 1st 1998 17:46 UTC (10 years, 10 months ago) Updated: Mon, Sep 29th 2008 09:27 UTC (2 months, 7 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.

Release focus: Code cleanup

Changes:
This release serves only to rebrand Qt. The copyright has been transferred to Nokia Corporation. The icons and other graphics have been updated to reflect the rebranding. No bug fixes or optimizations have been made.

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

Rating:
8.36/10.00 (42 votes)

Homepage:
http://trolltech.com/products/
Tar/GZ:
http://trolltech.com/[..]ownloads/opensource/appdev/linux-x11-cpp
Changelog:
http://trolltech.com/developer/changes/changes-4.4.3/
OS X package:
http://trolltech.com/downloads/opensource/appdev/mac-os-cpp
Purchase:
http://trolltech.com/contact
Mailing list archive:
http://lists.trolltech.com/qt-interest/
Demo site:
http://doc.trolltech.com/4.4/qt4-4-intro.html

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 342)
» Vitality: 0.51% (Rank 360)
» Popularity: 21.46% (Rank 47)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 219,631
   URL hits: 177,775
   Subscribers: 439

Projects depending on this project:
NPGPX
Relational
Spillwords
KMyIRC
KardsGT
(Note: 193 projects depend on this one. The ones displayed are picked by a randomizer.)


Other projects from the same categories:
A Blue Theme
VoxForge
pin 'em up
5lackBlack
Squeak

Users who subscribed to this project also subscribed to:
OpenVPN Auth Passwd
NCurses Disk Usage
cvs2svn
CoinXtension
OpenSBS


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.4.3 29-Sep-2008 GNU General Public License (GPL) Homepage Tar/GZ Changelog
3.3.x Maintenance 3.3.8 15-Mar-2007 GNU General Public License (GPL) Tar/GZ
Development 4.2 Release Candidate 06-Sep-2006 GNU General Public License (GPL) Homepage Changelog

 Releases

Version Focus Date
4.4.3 Code cleanup 29-Sep-2008 09:27
4.4.2 Major feature enhancements 18-Sep-2008 14:42
4.3 Major feature enhancements 04-Jun-2007 14:20
4.2.3 Minor bugfixes 13-Mar-2007 10:56
4.2.2 Minor bugfixes 13-Mar-2007 10:56
4.2.1 Major security fixes 22-Oct-2006 21:37
4.2.0 Major feature enhancements 05-Oct-2006 03:06
4.1.4 Minor bugfixes 23-Jun-2006 12:10
4.1.3 Minor bugfixes 23-May-2006 12:59
4.1.2 Minor bugfixes 31-Mar-2006 10:11

 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  •  Linux.com •  SourceForge.net  •  Jobs