Category:Tools: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Apply Template:Main)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English''' [[:Category:Tools Russian|Русский]] [[:Category:Tools Ukrainian|Українська]] [[:Category:ToolsSpanish|Español]] [[:CategoryTools Italian|Italian]] [[:CategoryTools-Hungarian|Magyar]]
[[Category:Develop]]


=Qt Development Tools=
{{Main|Tools}}
 
==Managing Git repositories with Qt Creator==
 
[[:Category:Tools::GitQtCreator|'''Git repository:''']] a great feature of Qt Creator is the integration with different repository management. Among wihich the use of '''Git repositories''' covers special interest due to the diffusion of open-source portals i.e. gitorious.org and github that can host Qt projects using Git.
 
==Qt Creator==
 
[[:Category:Tools::QtCreator|'''Qt Creator''']] is a cross-platform integrated development environment (<span class="caps">IDE</span>) tailored to the needs of Qt developers.
 
==Project and build management tools==
 
[[:Category:Tools::qmake|'''qmake''']] is a cross-platform build tool that simplifies the build process for development projects across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile.
 
==Qt Designer==
 
[[:Category:Tools::QtDesigner|'''Qt Designer''']] is a powerful cross-platform <span class="caps">GUI</span> layout and forms builder for C++ projects. It 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 created with Qt Designer are fully-functional, and they can be previewed so that you can ensure that they will look and feel exactly as you intended.
 
==Documentation Tools==
 
[[:Category:Tools::QDoc|'''qdoc3''']] is a configurable documentation generation tool, used to generate the Qt Reference Documentation. The [http://doc-snapshot.qt.io/qdoc/qdoc-index.html QDoc manual] ''[doc-snapshot.qt.io]'' is regularly updated.<br />[[:Category:Tools::QHelpGenerator|'''qhelpgenerator''']] is the tool used to generate help files which can be read by Qt Assistant and Qt Creator.
 
==<span class="caps">HTML</span> Help System==
 
[[:Category:Tools::QtAssistant|'''Qt Assistant''']] is a configurable and redistributable documentation reader, which can be easily customized and redistributed, thus provides an integrated, context-sensitive help system for your Qt application.
 
==Internationalization Tools==
 
[[:Category:Tools::QtLinguist|'''Qt Linguist''']] provides a set of tools that speed the translation and internationalization of applications. Qt supports simultaneous support of multiple languages and writing systems with a single source tree and single application binary.
 
==Third-party Tools==
 
[[:Category:Tools::mingw|'''mingw''']] is a free gcc compiler for Windows. It is distributed with Qt Creator for windows and is used to build Qt applications from C++ code.
 
[[:Category:Tools::msvc|'''msvc''']] is a C++ compiler for Windows provided by Microsoft. It is available for download as part of visual studio (also in visual studio express) or the Windows <span class="caps">SDK</span>. The Windows <span class="caps">SDK</span> as well as Visual Studio Express can be used free of charge.
 
[[:Category:Tools::Squish|'''Squish''']] is a tool developed by Froglogic used for automatic testing of Qt applications.
 
[[:Category:Tools::GCF|'''Generic Component Framework''']] is a framework with which you can compose your application as a collection of components.
 
===Qt-Complex 1.1.0 Harmattan===
 
[[:Category:Tools::QtComplex|'''Qt Complex''']] is an open framework for Qt-Quick developers to speed up the UI development. It supports themes, custom graphic elements, development of new objects and more. The <span class="caps">QML</span> components are dynamically loaded instead of being instantiated saving memory and resources. Developers can integrate this framework in new or existing Qt-Quick projects. All the components can be customized and updated by the developer. The user can adopt the Qt-Complex features adding its own elements to the framework. The release ''1.1.0 Harmattan'' works on Symbian^1, Symbian^2 and Harmattan Meego 1.2 devices.
 
===Subcategories:===
 
There are 27 subcategories for this category
 
* [[:Category:Tools::GCF|GCF]]
* [[:Category:Tools::GCF Hungarian|GCF_Hungarian]]
* [[:Category:Tools::GCF Hungaroan|GCF_Hungaroan]]
* [[:Category:Tools::Gerrit|Gerrit]]
* [[:Category:Tools::MinGW|MinGW]]
* [[:Category:Tools::MinGW Bulgarian|MinGW_Bulgarian]]
* [[:Category:Tools::qbs|qbs]]
* [[:Category:Tools::qmake|qmake]]
* [[:Category:Tools::Qt-Creator|Qt Creator]]
* [[:Category:Tools::Qt-Creator:Branches|Qt Creator:Branches]]
* [[:Category:Tools::QtCreator|QtCreator]]
** [[:Category:Tools::QtCreator::Arabic|Arabic]]
** [[:Category:Tools::QtCreator::QualityAssurance|QualityAssurance]]
** [[:Category:Tools::QtCreator::Russian|Russian]]
* [[:Category:Tools::QtCreatorenglish|QtCreatorenglish]]
* [[:Category:Tools::QtCreatorInglês|QtCreatorInglês]]
* [[:Category:Tools::QtCreatorQt-Creator-overview|QtCreatorQt Creator overview]]
* [[:Category:Tools::QtCreator Arabic|QtCreator_Arabic]]
* [[:Category:Tools::QtCreator Catalan|QtCreator_Catalan]]
* [[:Category:Tools::QtCreator German|QtCreator_German]]
* [[:Category:Tools::QtCreator GermanDeutsch|QtCreator_GermanDeutsch]]
* [[:Category:Tools::QtCreator Portuguese|QtCreator_Portuguese]]
* [[:Category:Tools::QtCreator Russian|QtCreator_Russian]]
* [[:Category:Tools::QtCreator Spanish|QtCreator_Spanish]]
* [[:Category:Tools::Qt SDK|Qt_SDK]]
* [[:Category:Tools::Squish|Squish]]
** [[:Category:Tools::Squish::CustomSettingsForTestRunsSpanish|CustomSettingsForTestRunsSpanish]]
** [[:Category:Tools::Squish::CustomSettingsForTestRuns Italian|CustomSettingsForTestRuns_Italian]]
** [[:Category:Tools::Squish::Custom settings for test runs|Custom_settings_for_test_runs]]
** [[:Category:Tools::Squish::FindingListItemsThatEndsInAGivenStringSpanish|FindingListItemsThatEndsInAGivenStringSpanish]]
** [[:Category:Tools::Squish::Finding list items that ends in a given string|Finding_list_items_that_ends_in_a_given_string]]
** [[:Category:Tools::Squish::IteratingThroughATableSpanish|IteratingThroughATableSpanish]]
** [[:Category:Tools::Squish::Iterating through a table|Iterating_through_a_table]]
** [[:Category:Tools::Squish::RecommendedWayOfWorking|RecommendedWayOfWorking]]
** [[:Category:Tools::Squish::RecommendedWayOfWorkingSpanish|RecommendedWayOfWorkingSpanish]]
** [[:Category:Tools::Squish::VerifyingTheValueOfAQLabelSpanish|VerifyingTheValueOfAQLabelSpanish]]
** [[:Category:Tools::Squish::Verifying the value of a QLabel|Verifying_the_value_of_a_QLabel]]
** [[:Category:Tools::Squish::Working with long test cases|Working_with_long_test_cases]]
** [[:Category:Tools::Squish::Working with long test cases Spanish|Working_with_long_test_cases_Spanish]]
* [[:Category:Tools::SquishSpanish|SquishSpanish]]
* [[:Category:Tools::vim|vim]]
* [[:Category:Tools::vimedit Bulgarian|vimedit_Bulgarian]]
* [[:Category:Tools::vim Bulgarian|vim_Bulgarian]]
 
===There are 154 articles in "tools":===
 
'''1'''[[:Category:tools/P100|2]][[:Category:tools/P100|&gt;]]===<nowiki>:</nowiki>===
* [[:Category::Tools::QtCreator::Arabic|Category -&gt; Tools -&gt; QtCreator -&gt; Arabic]]===A===
* [[AppUp Show|AppUp_Show]]
* [[AppUp Show Bulgarian|AppUp_Show_Bulgarian]]===B===
* [[box2d]]
* [[box2d Bulgarian|box2d_Bulgarian]]
* [[Branches]]
* [[Building-Qt-Creator-Packages|Building Qt Creator Packages]]
* [[Build Static Qt For Windows With Gcc German|Build_Static_Qt_For_Windows_With_Gcc_German]]===C===
* [[Carbide.c]]
* [[Carbide.c Bulgarian|Carbide.c_Bulgarian]]
* [[:CategoryToolsQtCreator Arabic|CategoryToolsQtCreator_Arabic]]
* [[:CategoryToolsQtCreator Hungarian|CategoryToolsQtCreator_Hungarian]]
* [[clang-bugs-at-wip-clang-branch|clang bugs at wip clang branch]]
* [[clang-hacking-notes-for-wip-clang-branch|clang hacking notes for wip clang branch]]
* [[CODA 4.0.23 vs. Creator 2.3|CODA_4.0.23_vs._Creator_2.3]]
* [[Code Completion|Code_Completion]]===E===
* [[Error while building project|Error_while_building_project]]===G===
* [[Generate Makefiles instead of XCode projects on Mac OS X|Generate_Makefiles_instead_of_XCode_projects_on_Mac_OS_X]]
* [[Gerrit Introduction|Gerrit_Introduction]]===H===
* [[Harmattan Booster for Qt Quick Applications|Harmattan_Booster_for_Qt_Quick_Applications]]
* [[Hooking into slow-launching subprocesses on Windows|Hooking_into_slow launching_subprocesses_on_Windows]]
* [[How to build a static Qt version for Windows with gcc|How_to_build_a_static_Qt_version_for_Windows_with_gcc]]
* [[How To Build Qt Creator From Source|How_To_Build_Qt_Creator_From_Source]]
* [[How to configure Qt Creator to work with real devices|How_to_configure_Qt_Creator_to_work_with_real_devices]]
* [[How to configure Qt Creator to work with real devices Bulgarian|How_to_configure_Qt_Creator_to_work_with_real_devices_Bulgarian]]
* [[How to configure Qt Creator to work with real devices Russian|How_to_configure_Qt_Creator_to_work_with_real_devices_Russian]]
* [[How to configure Qt Creator to work with real devices Spanish|How_to_configure_Qt_Creator_to_work_with_real_devices_Spanish]]===I===
* [[IDE-debug-helpers|IDE debug helpers]]
* [[IncludingProFiles]]
* [[IncludingProFiles Bulgarian|IncludingProFiles_Bulgarian]]
* [[IncludingProFiles French|IncludingProFiles_French]]
* [[IncludingProFiles German|IncludingProFiles_German]]
* [[IncludingProFiles Malay|IncludingProFiles_Malay]]
* [[IncludingProFiles Spanish|IncludingProFiles_Spanish]]
* [[Inkscape]]
* [[Inkscape Bulgarian|Inkscape_Bulgarian]]
* [[Installing mad-developer component for MeeGo Netbook and Tablet devices|Installing_mad developer_component_for_MeeGo_Netbook_and_Tablet_devices]]
* [[Instantaneas de Qt Creator|Instantaneas_de_Qt_Creator]]
* [[Instantanies de Qt Creator|Instantanies_de_Qt_Creator]]
* [[Intel AppUp SDK Suite for MeeGo|Intel_AppUp_SDK_Suite_for_MeeGo]]
* [[Intel AppUp SDK Suite for MeeGo Bulgarian|Intel_AppUp_SDK_Suite_for_MeeGo_Bulgarian]]===J===
* [[jom]]===M===
* [[MinGW]]
* [[MinGW Bulgarian|MinGW_Bulgarian]]===N===
* [[Nokia N950 Firmware Updates|Nokia_N950_Firmware_Updates]]
* [[Nokia N950 Firmware Updates Bulgarian|Nokia_N950_Firmware_Updates_Bulgarian]]
* [[Nokia Qt SDK Remote Compiler|Nokia_Qt_SDK_Remote_Compiler]]
* [[Nokia Qt SDK Remote Compiler Bulgarian|Nokia_Qt_SDK_Remote_Compiler_Bulgarian]]
* [[Nokia Smart Installer for Symbian|Nokia_Smart_Installer_for_Symbian]]
* [[Nokia Smart Installer for Symbian Bulgarian|Nokia_Smart_Installer_for_Symbian_Bulgarian]]
* [[Nokia Smart Installer for Symbian Spanish|Nokia_Smart_Installer_for_Symbian_Spanish]]===O===
* [[Old-Releases|Old Releases]]===P===
* [[Plugins]]
* [[PremakeProjectManager]]
* [[Profiling-and-Memory-Checking-Tools|Profiling and Memory Checking Tools]]===Q===
* [[qbs]]
* [[Qbs-Example|Qbs Example]]
* [[Qbs-Quick-Reference|Qbs Quick Reference]]
* [[Qbs-Troubleshooting|Qbs Troubleshooting]]
* [[QmakeInvokeAutotools]]
* [[Qt-Creator-for-Tizen-Analysis|Qt Creator for Tizen Analysis]]
* [[Qt-Creator-Qt-Examples|Qt Creator Qt Examples]]
* [[Qt-for-Tizen-Introduction|Qt for Tizen Introduction]]
* [[Qt-In-Namespace|Qt In Namespace]]
* [[QtCreatorFAQ]]
* [[QtCreatorStyling]]
* [[QtCreatorSymbianLinux]]
* [[QtCreatorWhitepaper]]
* [[QtCreatorWhitepaper Spanish|QtCreatorWhitepaper_Spanish]]
* [[QtCreator Build Gdb|QtCreator_Build_Gdb]]
* [[qtd3dservice]]
* [[QtQuickToolingWhitepaper]]
* [[QtRPT]]
* [[QtVSAddin]]
* [[QtVSAddin Russian|QtVSAddin_Russian]]
* [[Qt Creator CppSupport ConfigurableQuickFixes|Qt_Creator_CppSupport_ConfigurableQuickFixes]]
* [[Qt Creator DevIntro CppSupport|Qt_Creator_DevIntro_CppSupport]]
* [[Qt Creator Documentation Gallery|Qt_Creator_Documentation_Gallery]]
* [[Qt Creator Keyboard Shortcuts|Qt_Creator_Keyboard_Shortcuts]]
* [[Qt Creator ManualTests Android|Qt_Creator_ManualTests_Android]]
* [[Qt Creator ManualTests DebuggerCdb|Qt_Creator_ManualTests_DebuggerCdb]]
* [[Qt Creator ManualTests DebuggerGdb|Qt_Creator_ManualTests_DebuggerGdb]]
* [[Qt Creator ManualTests DebuggerLldb|Qt_Creator_ManualTests_DebuggerLldb]]
* [[Qt Creator ManualTests Installer|Qt_Creator_ManualTests_Installer]]
* [[Qt Creator ManualTests iOS|Qt_Creator_ManualTests_iOS]]
* [[Qt Creator ManualTests ProjectsAndCode|Qt_Creator_ManualTests_ProjectsAndCode]]
* [[Qt Creator ManualTests QtQuick|Qt_Creator_ManualTests_QtQuick]]
* [[Qt Creator ManualTests ToolsIntegration|Qt_Creator_ManualTests_ToolsIntegration]]
* [[Qt Creator Plug-in Contribution Guide|Qt_Creator_Plug in_Contribution_Guide]]
* [[Qt Creator Plug-in Gallery|Qt_Creator_Plug in_Gallery]]
* [[Qt Creator Releases|Qt_Creator_Releases]]
* [[Qt Creator Releases Japanese|Qt_Creator_Releases_Japanese]]
* [[Qt Creator Translation Page|Qt_Creator_Translation_Page]]
* [[Qt Creator UI Language|Qt_Creator_UI_Language]]
* [[Qt Creator Windows Debugging|Qt_Creator_Windows_Debugging]]
* [[Qt for beginners Hello World|Qt_for_beginners_Hello_World]]
* [[Qt Quick|Qt_Quick]]
* [[Qt SDK|Qt_SDK]]===R===
* [[Releases]]
* [[Removing menubar and titlebar from qt simulator|Removing_menubar_and_titlebar_from_qt_simulator]]'''1'''[[:Category:tools/P100|2]][[:Category:tools/P100|&gt;]]
* [[Unix shell tricks for developing Qt]]

Latest revision as of 00:07, 19 October 2017


Main article: Tools