
Qt
Syntax Highlighting in QTextEdit
Qt library 4.7 | Docs
Qt is a full development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded and mobile platforms. Qt Framework - intuitive APIs for C++ and CSS/JavaScript- like programming with Qt Quick for rapid UI creation Qt Creator IDE - powerful cross-platform integrated development environment, including UI designer tools and on-device debugging Tools and toolchains - internationalization support, embedded toolchains and more. With Qt, you can reuse code efficiently to target multiple platforms with one code base. The modular C++ class library and developer tools easily enables developers to create applications for one platform and easily build and run to deploy on another platform. <p style="text-align:right;color:#A8A8A8"></p>LibQxt is an extension library for Qt providing a suite of cross-platform utility classes to add functionality not readily available in the Qt toolkit by Qt Development Frameworks, Nokia . This is the home for our source repository on bitbucket, reachable by http://dev.libqxt.org/libqxt or http://bitbucket.org/libqxt/libqxt . Our main website is hosted at http://libqxt.org .
libqxt / wiki / Home – Bitbucket
Entwicklung von Applikationen in Qt 4.0, Teil 2
In der ersten Folge des Workshops haben wir die Basisbegriffe kennengelernt, die zum Schreiben von Applikationen in Qt notwendig sind. Dies waren die Klassen QObject und QWidget sowie die darin eingebauten Signal- und Slot- sowie Ereignis- und Zeichnungsmechanismen. In diesem Teil verfolgen wir den Entwicklungsprozess einer größeren Applikation. Programmieren unter Linux Das Programm QtCommanderCan we invoke an php script from QT - Qt Programming - QtForum.org
The easiest way is to call the php interpreter externally. You can do it with QProcess. Please read its docs right now, before asking questions about the class PHP can be handled in two ways -- either embedded in a webserver (like mod_php for Apache does) or as a CGI, which I am explainnig right now. There is a php program which handles that. You can take a look at its usage now, to see what options do you need.How to use Resource Editor with Qt Creator? - Forum Nokia Wiki
This article demonstrates how to use Qt Creator's Resource Editor to set the icon and other resources for your application. The Resource file is an XML file that lists the files to embed in the executable. The Qt resource system is a platform-independent mechanism for storing binary files in the application's executable. This is useful if your application always needs a certain set of files (icons, translation files, etc.) and you don't want to run the risk of losing the files. The resource used in a application are specified in a .qrc file which stores all necessary information regarding the resources used. Following pictures shows the steps to use the resource editor.Qt 3.0: Qt Tutorial #1 - The 14 Steps
The Independent Qt Tutorial is an on-line book aiming to cover most topics involved in the process of developing professional quality Qt applications. The text is example driven, filled with lots of tips and has links to the official Qt documentation. If you are interested in the latest version of Qt, version 4, you might be interested to know that I've written a book called the Foundations of Qt Development available from APress. Table of Contents Italic chapter titles mark future chapters.

