Category:Tools::QtCreator Persian: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Remove non-functioning "toc" command)
(Convert ExpressionEngine links)
Line 35: Line 35:
== Installing Qt Creator ==
== Installing Qt Creator ==


If you are interested in using Qt Creator for development, "download the latest stable release":http://qt.io/download or look for [[VendorPackages|Vendor Packages]].
If you are interested in using Qt Creator for development, [http://qt.io/download download the latest stable release] or look for [[VendorPackages|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 the "2.1":http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/2.1 branch. Alternatively, we provide nightly updated "binary snapshot builds":http://download.qt.io/snapshots/qtcreator/.
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] or the [http://qt.gitorious.org/qt-creator/qt-creator/archive-tarball/2.1 2.1] branch. Alternatively, we provide nightly updated [http://download.qt.io/snapshots/qtcreator/ binary snapshot builds].


If you want to participate in the development of Qt Creator, find the "project on gitorious.org":http://gitorious.org/qt-creator
If you want to participate in the development of Qt Creator, find the [http://gitorious.org/qt-creator project on gitorious.org]


== Documentation on experimental features ==
== Documentation on experimental features ==


* "Building Symbian Applications under Linux using Qt Creator":http://qt.gitorious.org/qt/pages/QtCreatorSymbianLinux
* [http://qt.gitorious.org/qt/pages/QtCreatorSymbianLinux Building Symbian Applications under Linux using Qt Creator]


== Contributing to Qt Creator ==
== Contributing to Qt Creator ==
Line 51: Line 51:
=== Links ===
=== Links ===


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


== Questions and Feedback ==
== Questions and Feedback ==

Revision as of 16:25, 18 August 2015

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


h1{direction:rtl;text-align:right;font-family:tahoma;}. Qt Creator

p{direction:rtl;text-align:right;font-family:tahoma;}. Qt Creator محیط توسعهٔ چندسکویی است که با توجه به نیاز توسعه‌دهندگان کیوت ساخته شده است

h2{direction:rtl;text-align:right;font-family:tahoma;}. ویرایشگر کد پیشرفته

p{direction:rtl;text-align:right;font-family:tahoma;}. تمرکز اصلی در طراحی Qt Creator کمک به توسعه‌دهندگان تازه‌کار کیوت برای یادگیری سریع‌تر و همچنین سرعت بخشیدن به کار توسعه‌دهندگان باتجربه است.

'{direction:rtl;text-align:right;font-family:tahoma;}. ویرایشگر کدهای C+، QML و ECMAScript.

  • ابزارهای سریع پیمایش میان کدها
  • نشانه‌گذاری نحوی کد و تکمیل خودکار کدها
  • بررسی کد به صورت ایستا و راهنمایی هوشمند هنگامی که در حال تایپ کردن هستید
  • پشتیبانی از بازسازی کد منبع
  • سیستم کمک‌رسانی حساس به محتوا
  • مخفی کردن کدها
  • تطابق پرانتزها و حالت‌های گوناگون انتخاب پرانتزها

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, download the latest stable release or look for Vendor Packages.

If you want to check out the latest features, fetch the latest source snapshots for the master or the 2.1 branch. Alternatively, we provide nightly updated binary snapshot builds.

If you want to participate in the development of Qt Creator, find the project on gitorious.org

Documentation on experimental features

Contributing to Qt Creator

We mostly follow the process and guidelines used for Qt itself that you can find in the Qt Contribution Guidelines. Please find detailed information about the process there. 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. (For a full list of IRC channels see OnlineCommunities.)

Links

Questions and Feedback

This category currently contains no pages or media.