Category:Tools::QtCreator: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''English''' [[:Category:Tools::QtCreator German|Deutsch]] [[:Category:Tools::QtCreator Spanish|Español]] [[:Category:Tools::QtCreator Portuguese|Português]] [[:Category:Tools::QtCreator Russian|Русском]] [[:CategoryToolsQtCreator Italian|Italiano]] [[:CategoryToolsQtCreator Hungarian|Magyar]] [[:Category:Tools::QtCreator Arabic|عربي]] [[:Category:Tools::QtCreator Persian|فارسی]] [[:Category:Tools::QtCreator Greek|Ελληνικά]]
[[Category:Tools::QtCreator]]


=Qt Creator=
'''English''' [[:Category:Tools::QtCreator_German|Deutsch]] [[:Category:Tools::QtCreator_Spanish|Español]] [[:Category:Tools::QtCreator_Portuguese|Português]] [[:Category:Tools::QtCreator_Russian|Русском]] [[CategoryToolsQtCreator_Italian|Italiano]] [[CategoryToolsQtCreator_Hungarian|Magyar]] [[:Category:Tools::QtCreator_Arabic|عربي]] [[:Category:Tools::QtCreator_Persian|فارسی]] [[:Category:Tools::QtCreator_Greek|Ελληνικά]]


Qt Creator is a cross-platform <span class="caps">IDE</span> (integrated development environment) tailored to the needs of Qt developers.<br /> It is part of the [http://www.qt.io Qt Project] ''[qt.io]'' .
[toc align_right="yes" depth="2"]


==Advanced code editor==
= Qt Creator =


Qt Creator focuses on providing features that help new Qt users get up and running faster, <br /> and also boost the productivity of experienced Qt developers.
Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers.
It is part of the "Qt Project":http://www.qt.io .


* Code editor with C++, <span class="caps">QML</span> and <span class="caps">ECMA</span>script support
== Advanced code editor ==
 
Qt Creator focuses on providing features that help new Qt users get up and running faster,
and also boost the productivity of experienced Qt developers.
 
* Code editor with C+'', QML and ECMAscript support
* Rapid code navigation tools
* Rapid code navigation tools
* Syntax highlighting and code completion
* Syntax highlighting and code completion
Line 16: Line 22:
* Context sensitive help
* Context sensitive help
* Code folding
* Code folding
* Parenthesis matching and parenthesis selection modes
* Parenthesis matching and parenthesis selection modes  


==Visual debugger==
h2. Visual debugger


The visual debugger for C++ is aware of the structure of many Qt classes, thus increasing its ability to display Qt’s data clearly. <br /> In addition, Qt Creator displays the raw information from <span class="caps">GDB</span> in a clear and concise manner.
The visual debugger for C''+ is aware of the structure of many Qt classes, thus increasing its ability to display Qt’s data clearly.
In addition, Qt Creator displays the raw information from GDB in a clear and concise manner.


* Interrupt program execution.
* Interrupt program execution.
* Step through the program line-by-line or instruction-by-instruction.
* Step through the program line-by-line or instruction-by-instruction.
* Set breakpoints.
* Set breakpoints.
* Examine call stack contents, watchers, and local and global variables.
* Examine call stack contents, watchers, and local and global variables.  


==<span class="caps">GUI</span> designers==
== GUI designers ==


Integrated <span class="caps">GUI</span> layout and forms builder for C++ projects, which allows you to rapidly design and build widgets and dialogs using on-screen forms using the same widgets that will be used in your application. Forms are fully-functional, and they can be previewed immediately to ensure that they will look and feel exactly as you intended.
Integrated GUI layout and forms builder for C++ projects, which allows you to rapidly design and build widgets and dialogs using on-screen forms using the same widgets that will be used in your application. Forms are fully-functional, and they can be previewed immediately to ensure that they will look and feel exactly as you intended.


==Installing Qt Creator==
== Installing Qt Creator ==


If you are interested in using Qt Creator for development, check our [http://qt.io/download#qt-creator download page] ''[qt.io]'' or look for [[VendorPackages|Vendor Packages]].
If you are interested in using Qt Creator for development, check our ["download page":http://qt.io/download#qt-creator] or look for [[VendorPackages|Vendor Packages]].


If you want to check out the latest features, fetch the latest source snapshots for the [http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/master master] ''[qt.gitorious.org]'' or one of the other branches. Alternatively, we provide nightly updated [http://download.qt.io/snapshots/qtcreator/ binary snapshot builds] ''[download.qt.io]''.
If you want to check out the latest features, fetch the latest source snapshots for the "master":http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/master or one of the other branches. Alternatively, we provide nightly updated "binary snapshot builds":http://download.qt.io/snapshots/qtcreator/.


If you want to participate in the development of Qt Creator, see the section on contributing to Qt Creator below.
If you want to participate in the development of Qt Creator, see the section on contributing to Qt Creator below.


==Contributing to Qt Creator==
== Contributing to Qt Creator ==
 
We mostly follow the process and guidelines used for Qt itself that you can find in the [[Category:Developing_Qt::Guidelines|Qt Contribution Guidelines]]. Please find detailed information about the process there. There is also a work-in-progress draft on "Extending Qt Creator":http://doc.qt.digia.com/qtcreator-extending. Apart from contributing code, you can also help us by testing Qt Creator on the platform of your choice, see [[Category:Tools::QtCreator::QualityAssurance|Qt Creator Quality Assurance]]. If you have questions, don’t hesitate to contact us e.g. at the "#qt-creator":irc://irc.freenode.org/#qt-creator IRC channel on Freenode or on "our mailing list":http://lists.qt.io/mailman/listinfo/qt-creator. (For a full list of IRC channels see [[OnlineCommunities]].)


We mostly follow the process and guidelines used for Qt itself that you can find in the [[:Category:Developing Qt::Guidelines|Qt Contribution Guidelines]]. Please find detailed information about the process there. There is also a work-in-progress draft on [http://doc-snapshot.qt-project.org/qtcreator-extending/extending-index.html Extending Qt Creator] ''[doc-snapshot.qt-project.org]''. Apart from contributing code, you can also help us by testing Qt Creator on the platform of your choice, see [[:Category:Tools::QtCreator::QualityAssurance|Qt Creator Quality Assurance]]. If you have questions, don’t hesitate to contact us e.g. at the [irc://irc.freenode.org/#qt-creator #qt-creator] ''[irc.freenode.org]'' <span class="caps">IRC</span> channel on Freenode or on [http://lists.qt.io/mailman/listinfo/qt-creator our mailing list] ''[lists.qt.io]''. (For a full list of <span class="caps">IRC</span> channels see [[OnlineCommunities]].)
See the "QtCreator project on gitorious":https://qt.gitorious.org/qt-creator for cloning the git repository.


See the [https://code.qt.io/cgit/qt-creator/qt-creator.git/ QtCreator project on code.qt.io] ''[code.qt.io]'' for cloning the git repository.
== Documentation on experimental features ==


==Questions and Feedback==
* "Building Symbian Applications under Linux using Qt Creator":http://qt.gitorious.org/qt/pages/QtCreatorSymbianLinux


If you have any problems, please look through our [http://doc.qt.io/qtcreator/creator-faq.html FAQ]''[qt.io]'' first. If your problems persist, scan the [http://lists.qt.io/mailman/listinfo/qt-creator Qt Creator mailing list] ''[lists.qt.io]'' archive (the old list is [http://lists.qt.io/mailman/listinfo/qt-creator here] ''[lists.qt.io]''). If that doesn’t help, have a look at our [https://bugreports.qt.io/secure/Dashboard.jspa/ Bug Tracker] ''[bugreports.qt.io]'' to check if it is a known problem, or to create a bug report. Finally, you can ask on the Qt Creator mailing list (you need to subscribe first). You can also try to ask questions at the [irc://irc.freenode.org/#qt-creator #qt-creator] ''[irc.freenode.org]'' <span class="caps">IRC</span> channel on Freenode where you will find both Qt Creator developers and Qt Creator users.
== Questions and Feedback ==


===Links===
If you have any problems, please look through our [[QtCreatorFAQ|Frequently Asked Questions]] first. If your problems persist, scan the "Qt Creator mailing list":http://lists.qt.io/mailman/listinfo/qt-creator archive (the old list is "here":http://lists.qt.io/mailman/listinfo/qt-creator). If that doesn’t help, have a look at our "Bug Tracker":https://bugreports.qt.io/secure/Dashboard.jspa/ to check if it is a known problem, or to create a bug report. Finally, you can ask on the Qt Creator mailing list (you need to subscribe first). You can also try to ask questions at the "#qt-creator":irc://irc.freenode.org/#qt-creator IRC channel on Freenode where you will find both Qt Creator developers and Qt Creator users.


* [http://qt.io/download Download] ''[qt.io]''
=== Links ===
* [http://www.qt.io Qt Project page] ''[qt.io]''
* [https://bugreports.qt.io/secure/Dashboard.jspa Bugtracker] ''[bugreports.qt.io]''
* [https://code.qt.io/cgit/qt-creator/qt-creator.git/ Official code repository] ''[code.qt.io]''
* [https://github.com/qtproject/qt-creator Github mirror] ''[github.com]''
* [http://qt.gitorious.org/qt-creator Gitorious mirror] ''[qt.gitorious.org]''
* [http://codereview.qt.io Code review tool] ''[codereview.qt.io]''
* [http://blog.qt.io Qt Labs blog posts] ''[blog.qt.io]''
* [http://forum.qt.io Forum page on Qt Developer network] ''[qt.io]''


===External Links===
* "Download":http://qt.io/download
* "Qt Project page":http://www.qt.io
* "Bugtracker":https://bugreports.qt.io/secure/Dashboard.jspa
* "Gitorious page":http://qt.gitorious.org/qt-creator
* "Code review tool":http://codereview.qt.io
* "Qt Labs blog posts":http://blog.qt.io
* "Forum page on Qt Developer network":http://forum.qt.io


[http://psconboard.blogspot.com/2011/07/autotools-project-manager-part-1.html Autotools Project Manager, part 1: Understanding QtCreator’s Project Explorer] ''[psconboard.blogspot.com]''
=== External Links ===


[http://processors.wiki.ti.com/index.php/Qt_Creator_Embedded_Debugging_Setup Qt Creator Embedded Debugging Setup] ''[processors.wiki.ti.com]''
"Autotools Project Manager, part 1: Understanding QtCreator's Project Explorer":http://psconboard.blogspot.com/2011/07/autotools-project-manager-part-1.html

Revision as of 08:59, 25 February 2015


English Deutsch Español Português Русском Italiano Magyar عربي فارسی Ελληνικά

[toc align_right="yes" depth="2"]

Qt Creator

Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers. It is part of the "Qt Project":http://www.qt.io .

Advanced code editor

Qt Creator focuses on providing features that help new Qt users get up and running faster, and also boost the productivity of experienced Qt developers.

  • Code editor with C+, QML and ECMAscript support
  • Rapid code navigation tools
  • Syntax highlighting and code completion
  • Static code checking and style hints as you type
  • Support for source code refactoring
  • Context sensitive help
  • Code folding
  • Parenthesis matching and parenthesis selection modes

h2. Visual debugger

The visual debugger for C+ is aware of the structure of many Qt classes, thus increasing its ability to display Qt’s data clearly. In addition, Qt Creator displays the raw information from GDB in a clear and concise manner.

  • Interrupt program execution.
  • Step through the program line-by-line or instruction-by-instruction.
  • Set breakpoints.
  • Examine call stack contents, watchers, and local and global variables.

GUI designers

Integrated GUI layout and forms builder for C++ projects, which allows you to rapidly design and build widgets and dialogs using on-screen forms using the same widgets that will be used in your application. Forms are fully-functional, and they can be previewed immediately to ensure that they will look and feel exactly as you intended.

Installing Qt Creator

If you are interested in using Qt Creator for development, check our ["download page":http://qt.io/download#qt-creator] or look for Vendor Packages.

If you want to check out the latest features, fetch the latest source snapshots for the "master":http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/master or one of the other branches. Alternatively, we provide nightly updated "binary snapshot builds":http://download.qt.io/snapshots/qtcreator/.

If you want to participate in the development of Qt Creator, see the section on contributing to Qt Creator below.

Contributing to Qt Creator

We mostly follow the process and guidelines used for Qt itself that you can find in the. Please find detailed information about the process there. There is also a work-in-progress draft on "Extending Qt Creator":http://doc.qt.digia.com/qtcreator-extending. Apart from contributing code, you can also help us by testing Qt Creator on the platform of your choice, see. If you have questions, don’t hesitate to contact us e.g. at the "#qt-creator":irc://irc.freenode.org/#qt-creator IRC channel on Freenode or on "our mailing list":http://lists.qt.io/mailman/listinfo/qt-creator. (For a full list of IRC channels see OnlineCommunities.)

See the "QtCreator project on gitorious":https://qt.gitorious.org/qt-creator for cloning the git repository.

Documentation on experimental features

Questions and Feedback

If you have any problems, please look through our Frequently Asked Questions first. If your problems persist, scan the "Qt Creator mailing list":http://lists.qt.io/mailman/listinfo/qt-creator archive (the old list is "here":http://lists.qt.io/mailman/listinfo/qt-creator). If that doesn’t help, have a look at our "Bug Tracker":https://bugreports.qt.io/secure/Dashboard.jspa/ to check if it is a known problem, or to create a bug report. Finally, you can ask on the Qt Creator mailing list (you need to subscribe first). You can also try to ask questions at the "#qt-creator":irc://irc.freenode.org/#qt-creator IRC channel on Freenode where you will find both Qt Creator developers and Qt Creator users.

Links

External Links

"Autotools Project Manager, part 1: Understanding QtCreator's Project Explorer":http://psconboard.blogspot.com/2011/07/autotools-project-manager-part-1.html

Subcategories

This category has the following 2 subcategories, out of 2 total.