Requirements: BeeFree OS, md5 : a2cb8a1107532fa5d08ecfaf3e41f8bf, size : 73.6 MB
Qt Creator is a cross-platform C++, JavaScript and QML integrated development environment which is part of the SDK for the QtGUI 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.Contents
build-essential libfontconfig1 qtxmlpatterns5-dev-tools qttranslations5-l10n qttools5-dev-tools qtdeclarative5-dev-tools qtcreator-doc qtbase5-dev-tools qt5-qmake qmlscene libgl1-mesa-dev mesa-common-dev libglu1-mesa-dev qtcreatorHistory
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.