qt 4.5.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 458
BitRock InstallBuilder for Qt 4.5.2 (Pro)
BitRock InstallBuilder for Qt allows you to create easy-to-use installers for Unix, Windows and OS X. more>>
BitRock InstallBuilder for Qt allows you to create easy-to-use installers for Unix, Windows and OS X.
The generated installer for an application has a native look-and-feel and no external dependencies, and can be run in GUI, text, and unattended modes. In addition to self-contained installers, the installation tool is also able to generate standalone RPM packages.
This edition uses Qt as the default GUI toolkit. It offers free licenses for open source projects.
Enhancements:
- This release adds new actions to calculate md5 and specify the default user and group for installed files.
- It has improved error notification for external program execution.
- The ability to access standard Windows shell folder locations using installer variables has been added.
<<lessThe generated installer for an application has a native look-and-feel and no external dependencies, and can be run in GUI, text, and unattended modes. In addition to self-contained installers, the installation tool is also able to generate standalone RPM packages.
This edition uses Qt as the default GUI toolkit. It offers free licenses for open source projects.
Enhancements:
- This release adds new actions to calculate md5 and specify the default user and group for installed files.
- It has improved error notification for external program execution.
- The ability to access standard Windows shell folder locations using installer variables has been added.
Download (22.3MB)
Added: 2007-07-24 License: Free for non-commercial use Price:
832 downloads
Other version of BitRock InstallBuilder for Qt
License:Free for non-commercial use
Qt 4.3.1
Qt is a GUI software toolkit. more>>
Qt is a toolkit for software developers. Qt project simplifies the task of writing and maintaining GUI (graphical user interface) applications. It is written in C++ and is fully object-oriented.
It is a multi-platform toolkit. 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.
One of the key design goals behind Qt is to make cross-platform application programming intuitive, easy and fun.
Qt achieves this goal by abstracting low-level infrastructure functionality in the underlying window and operating systems, providing a coherent and logical interface that makes sense to programmers.
The Qt API and tools are consistent across all supported platforms (see below for details), enabling platform independent application development and deployment.
<<lessIt is a multi-platform toolkit. 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.
One of the key design goals behind Qt is to make cross-platform application programming intuitive, easy and fun.
Qt achieves this goal by abstracting low-level infrastructure functionality in the underlying window and operating systems, providing a coherent and logical interface that makes sense to programmers.
The Qt API and tools are consistent across all supported platforms (see below for details), enabling platform independent application development and deployment.
Download (41.1MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
637 downloads
Other version of Qt
PyQt 4.3
PyQt is a Python bindings for the Qt GUI toolkit. more>>
PyQt is a set of Python bindings for the Qt toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.
PyQt also implements the qtext Python module. PyQt contains bindings for QScintilla witch is the Qt port of the Scintilla programmers editor class.
PyQt is licensed under the GNU GPL (for UNIX/Linux and MacOS/X), under the Qt Non-commercial License (for use with the Qt v2.3.0 non-commercial version for windows), under the Qt Educational License (for use with the educational edition of Qt for Windows), and under a commercial license (for Windows, UNIX/Linux and MacOS/X). You can purchase the commercial version of PyQt here.
There is also an evaluation version of PyQt for Windows. This must be used with the corresponding evaluation version of Qt.
PyQt supports Qt versions 1.43 to 3.3.4 and Python versions 1.5 to 2.4. PyQt will normally work with newer versions of Qt and Python without change. If changes are required then these are normally added to snapshots within a few days. PyQt has been ported to Windows, MacOS/X and UNIX/Linux.
Note that PyQt does not yet support Qt v4.
PyQt has also been ported to Qt/Embedded and supports the Qt Palmtop Environment (aka Qtopia) through the qtpe Python module.
Binary packages of PyQt are provided for the non-commercial, educational, and evaluation versions of Qt for Windows.
The GPL version of PyQt is included with most of the main Linux distributions.
PyQt brings together the Qt C++ cross-platform toolkit and the cross-platform interpreted language Python.
Qt is primarily a GUI toolkit. It has a comprehensive set of widgets modelled as C++ classes including a fast canvas widget and a rich-text editor. Qt also includes many other useful classes implementing, for example, access to SQL databases and an XML DOM parser.
Qt classes employ a signal/slot mechanism for communicating between objects that is type safe but loosely coupled making it easy to create re-usable software components.
Qt also includes a graphical user interface designer and an associated utility uic than converts a design into the corresponding C++ code.
Python is a simple but powerful object-orientated language. Its simplicity makes it easy to learn, but its power means that large and complex applications can be created. Its interpreted nature means that Python programmers are every productive because there is no edit/compile/link/run development cycle.
Much of Pythons power comes from its comprehensive set of extension modules providing a wide variety of functions including HTTP servers, XML parsers, database access, data compression tools and, of course, graphical user interfaces.
Extension modules are usually implemented in either Python, C or C++. Using tools such as SIP it is relatively straight forward to create an extension module that encapsulates an existing C or C++ library. Used in this way, Python can then become the glue to create new applications from established libraries.
PyQt combines all the advantages of Qt and Python. A programmer has all the power of Qt, but is able to exploit it with the simplicity of Python.
PyQt includes pyuic which takes the same designs that uic converts to C++, but converts them to the equivalent Python code. This makes PyQt particularly useful as a rapid prototyping environment for applications that will eventually be implemented in C++.
Enhancements:
- This release adds support for Qt v4.3.0.
- It supports the pickling of many Qt classes and enums.
- It supports partial functions as slots.
<<lessPyQt also implements the qtext Python module. PyQt contains bindings for QScintilla witch is the Qt port of the Scintilla programmers editor class.
PyQt is licensed under the GNU GPL (for UNIX/Linux and MacOS/X), under the Qt Non-commercial License (for use with the Qt v2.3.0 non-commercial version for windows), under the Qt Educational License (for use with the educational edition of Qt for Windows), and under a commercial license (for Windows, UNIX/Linux and MacOS/X). You can purchase the commercial version of PyQt here.
There is also an evaluation version of PyQt for Windows. This must be used with the corresponding evaluation version of Qt.
PyQt supports Qt versions 1.43 to 3.3.4 and Python versions 1.5 to 2.4. PyQt will normally work with newer versions of Qt and Python without change. If changes are required then these are normally added to snapshots within a few days. PyQt has been ported to Windows, MacOS/X and UNIX/Linux.
Note that PyQt does not yet support Qt v4.
PyQt has also been ported to Qt/Embedded and supports the Qt Palmtop Environment (aka Qtopia) through the qtpe Python module.
Binary packages of PyQt are provided for the non-commercial, educational, and evaluation versions of Qt for Windows.
The GPL version of PyQt is included with most of the main Linux distributions.
PyQt brings together the Qt C++ cross-platform toolkit and the cross-platform interpreted language Python.
Qt is primarily a GUI toolkit. It has a comprehensive set of widgets modelled as C++ classes including a fast canvas widget and a rich-text editor. Qt also includes many other useful classes implementing, for example, access to SQL databases and an XML DOM parser.
Qt classes employ a signal/slot mechanism for communicating between objects that is type safe but loosely coupled making it easy to create re-usable software components.
Qt also includes a graphical user interface designer and an associated utility uic than converts a design into the corresponding C++ code.
Python is a simple but powerful object-orientated language. Its simplicity makes it easy to learn, but its power means that large and complex applications can be created. Its interpreted nature means that Python programmers are every productive because there is no edit/compile/link/run development cycle.
Much of Pythons power comes from its comprehensive set of extension modules providing a wide variety of functions including HTTP servers, XML parsers, database access, data compression tools and, of course, graphical user interfaces.
Extension modules are usually implemented in either Python, C or C++. Using tools such as SIP it is relatively straight forward to create an extension module that encapsulates an existing C or C++ library. Used in this way, Python can then become the glue to create new applications from established libraries.
PyQt combines all the advantages of Qt and Python. A programmer has all the power of Qt, but is able to exploit it with the simplicity of Python.
PyQt includes pyuic which takes the same designs that uic converts to C++, but converts them to the equivalent Python code. This makes PyQt particularly useful as a rapid prototyping environment for applications that will eventually be implemented in C++.
Enhancements:
- This release adds support for Qt v4.3.0.
- It supports the pickling of many Qt classes and enums.
- It supports partial functions as slots.
Download (4.5MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
524 downloads
Other version of PyQt
License:GPL (GNU General Public License)
Dasher 4.5.2
Dasher is a zooming predictive text entry system. more>>
Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs).
Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
<<lessDasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
Download (7.6MB)
Added: 2007-07-09 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
QFE 0.5.1
QFE is full-featured FTN message editor with a graphical interface written on C++/Qt. more>>
QFE is full-featured FTN message editor with a graphical interface. QFE is written on C++/Qt and does not depend on either KDE or Gnome.
All operations with FIDO message base use fidoconfig and smapi packages from HUSKY project.
I write qfe for Linux, but it works on Win32, and in theory, it should compile & work on all Qt-supported platforms.
Enhancements:
- Fix update squish base UID when write new message.
- Fix write new message & delete message in Jam-areas.
- Fix UU & Base64 decoder for work with badly-encoded parts.
- Rewrite "CHRS" and "CHARSET" kludge handler.
- Other minor fixes.
<<lessAll operations with FIDO message base use fidoconfig and smapi packages from HUSKY project.
I write qfe for Linux, but it works on Win32, and in theory, it should compile & work on all Qt-supported platforms.
Enhancements:
- Fix update squish base UID when write new message.
- Fix write new message & delete message in Jam-areas.
- Fix UU & Base64 decoder for work with badly-encoded parts.
- Rewrite "CHRS" and "CHARSET" kludge handler.
- Other minor fixes.
Download (0.54MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1007 downloads
QTVBA 0.2
QTVBA is a Qt 3.x and C++-based graphical frontend to the VisualBoyAdvance Nintendo Gameboy Advance Emulator. more>>
QTVBA project is a graphical frontend to the VisualBoyAdvance Nintendo Gameboy Advance Emulator.
Main features:
- dual screenshot handling
- save game information
- number and last date played recording
- a built in ROM renamer
- compatibility with GBA-Shells screenshot formats and indexing
<<lessMain features:
- dual screenshot handling
- save game information
- number and last date played recording
- a built in ROM renamer
- compatibility with GBA-Shells screenshot formats and indexing
Download (0.18MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1369 downloads
qGo 1.5.4
qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc. more>>
qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc., available for Linux, Mac and Windows.
qGo is based on Qt 3.2.1nc (Windows) and Qt 3.1+ (Linux, Mac). Go is an ancient boardgame, very common in Japan, China, Korea and Taiwan.
Enhancements:
- fixed : mark issue with teaching games
- added : blind go
- added : 2 new translations (latin and simplified chinese)
- changed : added SGF (uppercase) as file suffix
<<lessqGo is based on Qt 3.2.1nc (Windows) and Qt 3.1+ (Linux, Mac). Go is an ancient boardgame, very common in Japan, China, Korea and Taiwan.
Enhancements:
- fixed : mark issue with teaching games
- added : blind go
- added : 2 new translations (latin and simplified chinese)
- changed : added SGF (uppercase) as file suffix
Download (1.6MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
QT RssApp 0.0.2
QT RssApp is an application for taking notes and synchronizing them with a remote server. more>>
QT RssApp is a little utility I hacked together.
You can take notes with it, group them together and synchronize them using an webserver with php and a mysql database. Its not secure. The only possibility to somehow secure your data is using HTTP Basic Authentication. There is no HTTPS support, as QT doesnt support it.
Was developed using QT 3.2.1, and I have no idea if it runs with older ones. You can download the 0.0.2 version here.
It compiles for me with running qmake and then make. Theres no install script, yet. You need to copy the php/rssapp.php file to some webserver and edit the first few defines, to suit your mysql database. You need to create a table named notes. The whole definition is in doc/mysqltable.
After that, just start the application, go to File->Settings and enter URL and username/password. It doesnt auto-synchronize yet, you need to manually select File->Synchronize. It isnt really well tested, but works for me.
<<lessYou can take notes with it, group them together and synchronize them using an webserver with php and a mysql database. Its not secure. The only possibility to somehow secure your data is using HTTP Basic Authentication. There is no HTTPS support, as QT doesnt support it.
Was developed using QT 3.2.1, and I have no idea if it runs with older ones. You can download the 0.0.2 version here.
It compiles for me with running qmake and then make. Theres no install script, yet. You need to copy the php/rssapp.php file to some webserver and edit the first few defines, to suit your mysql database. You need to create a table named notes. The whole definition is in doc/mysqltable.
After that, just start the application, go to File->Settings and enter URL and username/password. It doesnt auto-synchronize yet, you need to manually select File->Synchronize. It isnt really well tested, but works for me.
Download (0.036MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads
QSynth 0.3.1
QSynth is a Qt GUI Interface for FluidSynth. more>>
QSynth project is a fluidsynth GUI front-end application written in C++ around the Qt3 toolkit using Qt Designer.
Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
FluidSynth is a command line software synthesiser based on the Soundfont specification.
<<lessEventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
FluidSynth is a command line software synthesiser based on the Soundfont specification.
Download (0.12MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
831 downloads
Qt-XMMS 0.1.0
Qt-XMMS is a plugin for XMMS that plays Qucktime movie files (excluding Sorenson). more>>
Qt-XMMS is a plugin for XMMS that plays Qucktime movie files (excluding Sorenson).
<<less Download (0.16MB)
Added: 2006-04-07 License: LGPL (GNU Lesser General Public License) Price:
1298 downloads
QXi 0.0.1
QXi is a C++ library to add support for XInput devices (like tablets or joysticks) to Qt-based X11 applications. more>>
QXi (Qt XInput Extension) is a C++ library to add support for XInput devices (like tablets or joysticks) to Qt-based X11 applications. Its licensed under Troll Techs QPL, just like the free edition of Qt.
As of now, QXi supports devices with up to six valuator axes in absolute mode, up to 32 buttons, and a virtually unlimited number of keys. Yes, that means that Wacom tablets more or less work already. Use of these devices capabilities from within Qt is just slightly more difficult than handling the mouse.
Support for relative mode, devices with ridiculous numbers of axes, motion history, and even grabbing is still forthcoming. So is documentation, unfortunately, but then again, if youre not willing to study some source to use this library, then its not yet for you. That should however change soon.
<<lessAs of now, QXi supports devices with up to six valuator axes in absolute mode, up to 32 buttons, and a virtually unlimited number of keys. Yes, that means that Wacom tablets more or less work already. Use of these devices capabilities from within Qt is just slightly more difficult than handling the mouse.
Support for relative mode, devices with ridiculous numbers of axes, motion history, and even grabbing is still forthcoming. So is documentation, unfortunately, but then again, if youre not willing to study some source to use this library, then its not yet for you. That should however change soon.
Download (0.13MB)
Added: 2006-11-15 License: QPL (QT Public License) Price:
1075 downloads
QHacc 3.5
QHacc is a personal accounting program based on Qt. more>>
QHacc is a personal accounting program based on Qt. QHacc project features double- or single-entry bookkeeping and a reconciliation window.
It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions that can be based on the account balance.
Enhancements:
- added addition/subtraction calculator in transeditor balance fields
- added option for reversing sign on revenue account balances
- improved display for liability account balances
- fixed archive/restore plugin for plugin databases
- fixed generator plugin
- fixed sqlite importer plugin
<<lessIt also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions that can be based on the account balance.
Enhancements:
- added addition/subtraction calculator in transeditor balance fields
- added option for reversing sign on revenue account balances
- improved display for liability account balances
- fixed archive/restore plugin for plugin databases
- fixed generator plugin
- fixed sqlite importer plugin
Download (0.65MB)
Added: 2006-01-22 License: GPL (GNU General Public License) Price:
1373 downloads
qtsourceview 0.0.2
qtsourceview is a cross platform syntax highlighter library written in C++/Qt. more>>
qtsourceview is a cross platform syntax highlighter library written in C++/Qt, based on the syntax highliter definitions from the GtkSourceView project: http://gtksourceview.sourceforge.net/
The library comes with 3 demos, which show how to use it for displaying text in different highlight modes and colors. There is also some basic documentation in the source tarball.
Tested on Qt4.2 rsync (Linux) (gcc 4.0.2)and QT 4.1.4 on Win32 (MingW 4). Other platforms should work but not tested.
Enhancements:
- Second release
- Added 3 new language definitions from GtkSourceView: scheme, octave, changelog
- Added 1 new original language: Qt project file
- Several bug fixes
- All examples are made with the designer now
- Minimal doxygen documentation
<<lessThe library comes with 3 demos, which show how to use it for displaying text in different highlight modes and colors. There is also some basic documentation in the source tarball.
Tested on Qt4.2 rsync (Linux) (gcc 4.0.2)and QT 4.1.4 on Win32 (MingW 4). Other platforms should work but not tested.
Enhancements:
- Second release
- Added 3 new language definitions from GtkSourceView: scheme, octave, changelog
- Added 1 new original language: Qt project file
- Several bug fixes
- All examples are made with the designer now
- Minimal doxygen documentation
Download (0.11MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1160 downloads
Qtractor 0.0.4.675
Qtractor project is an Audio/MIDI multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer. more>>
Qtractor project is an Audio/MIDI multi-track sequencer application written in C++ around the Qt4 toolkit using Qt Designer.
The initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
<<lessThe initial target platform will be Linux, where the Jack Audio Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture (ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured Linux Desktop Audio Workstation GUI, specially dedicated to the personal home-studio.
Download (0.34MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
836 downloads
PHP-Qt 0.1
PHP-Qt is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit. more>>
PHP-Qt library is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit.
It provides an object-oriented interface to the Qt 4 framework.
<<lessIt provides an object-oriented interface to the Qt 4 framework.
Download (0.19MB)
Added: 2007-07-14 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above qt 4.5.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed