Qt Creator

Qt Creator

Screenshot of Qt Creator 3.1.1 designing a user interface
Developer(s) Qt Project
Stable release
4.1.0[1] / 25 August 2016 (2016-08-25)
Repository code.qt.io/cgit/qt-creator/qt-creator.git/
Written in C++ (Qt)
Operating system Linux, OS X, Windows
Type
License LGPL[2]
Website wiki.qt.io/Qt_Creator
qt.io

Qt Creator is a cross-platform C++, JavaScript and QML integrated development environment which is part of the SDK for the Qt GUI Application development framework.[3] It includes a visual debugger and an integrated GUI layout and forms designer. The editor's features include syntax highlighting and autocompletion, but purposely[4] not tabs (although plug-ins are available[5][6]). Qt Creator uses the C++ compiler from the GNU Compiler Collection on Linux and FreeBSD. On Windows it can use MinGW or MSVC with the default install and can also use Microsoft Console Debugger when compiled from source code. Clang is also supported.

History

Development of what would eventually become Qt Creator had begun by 2007 or earlier under transitional names Workbench and later Project Greenhouse.[7] It debuted during the later part of the Qt 4 era, starting with the release of Qt Creator, version 1.0 in March 2009[8] and subsequently bundled with Qt 4.5 in SDK 2009.3.[9]

This was at a time when the standalone Qt Designer application was still the widget layout tool of choice for developers. There is no indication that Creator had layout capability at this stage. The record is somewhat muddied on this point (perhaps due to changes in ownership or the emphasis on Qt Quick), but the integration of Qt Designer under Qt Creator is first mentioned at least as early as Qt 4.7 (ca. late 2011)[10] Currently (in the Qt 5 era) it is simply stated that "[Qt Designer's] functionality is now included as part of [sic] Qt Creator IDE."[11]

Projects

Qt Creator includes a project manager that can use a variety of project formats such as .pro, CMake, Autotools and others. A project file can contain information such as what files are included into the project, custom build steps and settings for running the applications.

Editors

Qt Creator includes a code editor and integrates Qt Designer for designing and building graphical user interfaces (GUIs) from Qt widgets.

The code editor in Qt Creator supports syntax highlighting for various languages. In addition to that, the code editor can parse code in C++ and QML languages and as a result code completion, context-sensitive help, semantic navigation are provided.[12]

Qt Designer is a tool for designing and building graphical user interfaces (GUIs) from Qt widgets. It is possible to compose and customize the widgets or dialogs and test them using different styles and resolutions directly in the editor. Widgets and forms created with Qt Designer are integrated with programmed code, using the Qt signals and slots mechanism.

Qt Quick Designer is a tool for developing animations by using a declarative programming language QML.

Targets

Qt Creator provides support for building and running Qt applications for desktop environments (Windows, Linux, FreeBSD and Mac OS), mobile devices (Android, BlackBerry, Maemo, and MeeGo) and embedded Linux devices. Build settings allow to switch between build targets, different Qt versions and build configurations. For mobile device targets, Qt Creator can generate an installation package, install it to a mobile device that is attached to the development computer and run it there. Installation packages can be published on the Ovi Store.

Tools

Qt Creator is integrated with a set of tools, such as version control systems and Qt Simulator. The following version control systems are supported:

Qt Simulator is a tool for testing Qt applications that are intended for mobile devices in an environment similar to that of the device.

Debuggers

Qt Creator does not include a debugger for native code. It provides a debugger plugin that acts as an interface between the Qt Creator core and external native debuggers to debug the C++ language.[13] Qt Creator displays the raw information provided by the native debuggers in a simplified manner. Debuggers supported are:

See also

References

  1. "Qt Creator 4.1.0 released". blog.qt.io. 2016-08-25. Retrieved 2016-09-12.
  2. "Qt Licensing - Qt Developer Network". qt-project.org. Retrieved 5 December 2012.
  3. "Developer Tools — Digia Plc". qt.digia.com. Retrieved 5 December 2012.
  4. "FAQ | Qt Creator Manual". Digia. 2014. Retrieved 6 January 2014.
  5. http://sourceforge.net/projects/tabbededitor/
  6. https://github.com/chenjiexin/editortabs
  7. "Qt Blog, ''Qt Creator 1.2 released'' (accessed 12 Aug. 2013)". Blog.qt.digia.com. Retrieved 2013-09-22.
  8. "Qt Blog, ''Working hard on QtCreator 1.1'' (accessed 12 Aug. 2013)". Blog.qt.digia.com. Retrieved 2013-09-22.
  9. "Computrade, ''Qt 4.5, Qt Creator released...'' (accessed 12 Aug. 2013)". Cti.acesuppliers.com. 2009-03-24. Retrieved 2013-09-22.
  10. http://qt-project.org/wiki/QtCreatorWhitepaper Ot Project site, Qt Creator Whitepaper. Unfortunately this document doesn't seem to include any reference to Qt or Qt Creator version numbers. That information is seen only on the 'parent' page that links to this one, http://qt-project.org/doc/qt-4.7/ (both accessed 12 Aug. 2013)
  11. "Nokia Developer Wiki, ''Qt Designer'' (accessed 11 Aug. 2013)". Developer.nokia.com. Retrieved 2013-09-22.
  12. "Qt Creator: FAQ". qt-project.org. 31 March 2009. Retrieved 5 December 2012.
  13. "Debugging - Qt Creator Manual".
Wikimedia Commons has media related to Qt Creator.
This article is issued from Wikipedia - version of the 10/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.