2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2021 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2021-09-06 17:19:52 +02:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\previouspage studio-packaging.html
|
|
|
|
|
\page studio-developer-topics.html
|
2024-03-04 16:36:28 +01:00
|
|
|
\nextpage studio-finding-the-qt-runtime-version.html
|
2021-09-06 17:19:52 +02:00
|
|
|
|
|
|
|
|
\title Developer Topics
|
|
|
|
|
|
|
|
|
|
\table
|
|
|
|
|
\row
|
2023-06-09 09:25:41 +03:00
|
|
|
\li \image qds-front-projects.png
|
2021-09-06 17:19:52 +02:00
|
|
|
\li Learn more about using the Git version control system,
|
|
|
|
|
converting UI projects into applications, and using
|
|
|
|
|
external tools directly from \QDS.
|
|
|
|
|
\endtable
|
|
|
|
|
|
|
|
|
|
\list
|
2024-03-04 16:36:28 +01:00
|
|
|
\li \l{Finding the Qt Runtime Version}
|
|
|
|
|
|
|
|
|
|
\QDS runs projects using a specific version of Qt. Identify
|
|
|
|
|
which version of Qt your \QDS uses.
|
|
|
|
|
|
2021-09-06 17:19:52 +02:00
|
|
|
\li \l{Using Git}
|
|
|
|
|
|
|
|
|
|
You can add the project files to the Git version control, so that
|
|
|
|
|
the developers can keep up with your changes. Store and edit only
|
|
|
|
|
project source files and configuration files. Do not store
|
|
|
|
|
generated files.
|
|
|
|
|
\li \l{Converting UI Projects to Applications}
|
|
|
|
|
|
|
|
|
|
\QDS projects are useful for creating UIs. To use them for
|
2022-09-27 11:25:59 +03:00
|
|
|
application development in Qt Creator, you have to convert
|
2021-09-06 17:19:52 +02:00
|
|
|
them to Qt Quick Application projects that contain .pro,
|
|
|
|
|
.cpp, and .qrc files.
|
2023-08-31 15:16:08 +02:00
|
|
|
\li \l{Use external tools}
|
2021-09-06 17:19:52 +02:00
|
|
|
|
|
|
|
|
You can use external tools directly from \QDS. Qt Linguist,
|
|
|
|
|
QML utilities, the default text editor for your system, and the
|
|
|
|
|
\c sort tool are preconfigured for use. You can change their default
|
|
|
|
|
configurations and configure new tools.
|
|
|
|
|
\endlist
|
|
|
|
|
*/
|