10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
Qt Creator was developed to be a cross-platform integrated development environment (IDE) tailored to the needs of Qt developers. Qt Creator runs on Windows, Linux/X11 and Mac OS X desktop operating systems, and allows developers to create applications for multiple desktop and mobile device platforms. It provides:- C++ and JavaScript code editor- Integrated UI designer- Project and build management tools- gdb and CDB debuggers- Version control- Simulator for mobile UIs- Support for desktop and mobile targets Here are some key features of "Qt Creator":
Sophisticated Code Editor: · Qt Creator´s advanced code editor provides support for editing C++ and QML (JavaScript), context-sensitive help, code completion, nativation and more .
Version Control : · Qt Creator integrates with most popular version control systems, including Git, Subversion, Perforce, CVS and Mercurial.
Integrated UI Designers: · Qt Creator provides two integrated visual editors: Qt Designer for building UIs from Qt widgets, and Qt Quick Designer* for developing animated UIs with the QML language
Project & Build Management : · Whether you import an existing project or create one from scratch, Qt Creator generates all the necessary files. Support for cross-qmake and CMake is included.
Desktop & Mobile Targets: · Qt Creator provides support for building and running Qt applications for desktops and mobile devices. Build settings allow you to quickly switch between build targets.
Qt Simulator: · Available as part of the Nokia Qt SDK, the Qt Simulator to test Qt application for mobile devices in an environment similar to that of the target device. What's New in This Release: [ read full changelog ]
· Fixed ABI detection of static mingw libraries · Some CDB debugging fixes and a few other small debugging fixes · Fixes to resolving imports in QML and the mobility type descriptions · Translation fixes