2023-06-27 16:52:31 +02:00
|
|
|
// Copyright (C) 2023 The Qt Company Ltd.
|
2022-08-19 15:59:36 +02:00
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\page creator-quick-tour.html
|
2019-03-29 15:10:22 +01:00
|
|
|
\if defined(qtdesignstudio)
|
2021-11-30 15:27:06 +02:00
|
|
|
\previouspage {Tutorials}
|
2023-06-30 14:47:34 +02:00
|
|
|
\nextpage creator-using-qt-quick-designer.html
|
2019-03-29 15:10:22 +01:00
|
|
|
\else
|
|
|
|
|
\previouspage creator-overview.html
|
2023-07-06 15:46:48 +02:00
|
|
|
\nextpage creator-configuring.html
|
2019-03-29 15:10:22 +01:00
|
|
|
\endif
|
2011-09-27 11:53:38 +02:00
|
|
|
|
|
|
|
|
\title User Interface
|
|
|
|
|
|
2019-03-29 15:10:22 +01:00
|
|
|
\if defined(qtcreator)
|
2023-06-28 17:12:44 +02:00
|
|
|
When you start \QC, it opens to the \uicontrol Welcome mode.
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\image qtcreator-breakdown.png {Welcome mode}
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\table
|
|
|
|
|
\header
|
|
|
|
|
\li Number
|
|
|
|
|
\li UI Control
|
|
|
|
|
\li Purpose
|
|
|
|
|
\li Read More
|
|
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/01.png
|
|
|
|
|
\li Mode selector
|
|
|
|
|
\li Perform a particular task, such as designing the UI, writing code, or
|
|
|
|
|
debugging the application.
|
2023-06-30 14:47:34 +02:00
|
|
|
\li \l{Switch between modes}
|
2023-06-28 17:12:44 +02:00
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/02.png
|
|
|
|
|
\li Kit selector
|
|
|
|
|
\li Select the appropriate \l{glossary-buildandrun-kit}{kit} for building
|
|
|
|
|
the project and running it on particular hardware.
|
2023-09-08 16:17:54 +02:00
|
|
|
\li \l{Activate kits for a project}
|
2023-06-28 17:12:44 +02:00
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/03.png
|
|
|
|
|
\li Run button
|
|
|
|
|
\li Run the application on the selected target platform.
|
|
|
|
|
\li \l{Running on Multiple Platforms}
|
|
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/04.png
|
|
|
|
|
\li Debug button
|
|
|
|
|
\li Debug the application on the selected target platform.
|
|
|
|
|
\li \l{Debugging}
|
|
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/05.png
|
|
|
|
|
\li Build button
|
|
|
|
|
\li Build the application using the selected kit.
|
|
|
|
|
\li \l{Building for Multiple Platforms}
|
|
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/06.png
|
|
|
|
|
\li Locator
|
|
|
|
|
\li Find a particular project, file, class, or function.
|
|
|
|
|
\li \l{Searching with the Locator}
|
|
|
|
|
\row
|
|
|
|
|
\li \inlineimage numbers/07.png
|
|
|
|
|
\li Output
|
|
|
|
|
\li View output from building, running, and other actions.
|
2023-07-06 15:46:48 +02:00
|
|
|
\li \l{View output}
|
2023-06-28 17:12:44 +02:00
|
|
|
\endtable
|
2011-09-27 11:53:38 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
To see where the above controls are in the UI, select
|
2023-02-06 13:46:44 +01:00
|
|
|
\uicontrol Help > \uicontrol {UI Tour}.
|
2019-04-12 16:51:44 +02:00
|
|
|
|
2023-06-27 16:52:31 +02:00
|
|
|
The following video shows the parts of the UI and the \uicontrol Welcome
|
|
|
|
|
mode:
|
|
|
|
|
|
|
|
|
|
\youtube hOx3dod5-1A
|
|
|
|
|
|
2022-09-29 16:45:31 +02:00
|
|
|
\section1 What's New?
|
|
|
|
|
|
|
|
|
|
For information about new features and bug fixes in each \QC release,
|
|
|
|
|
select \uicontrol Help > \uicontrol {Change Log}.
|
|
|
|
|
|
2023-09-05 16:28:35 +02:00
|
|
|
\sa {Use the UI}{How To: Use the UI}, {Reference}
|
2023-06-30 14:47:34 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\else
|
2023-06-30 14:47:34 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
When you start \QC, it opens to the \uicontrol Welcome mode, where you can:
|
|
|
|
|
|
|
|
|
|
\list
|
|
|
|
|
\li Open recent projects
|
|
|
|
|
\li Create and open projects
|
|
|
|
|
\li Open tutorials and example projects
|
|
|
|
|
\li Read news from the online community and Qt blogs
|
|
|
|
|
\li Create or manage a Qt Account
|
|
|
|
|
\endlist
|
2021-04-19 13:12:11 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\image studio-welcome-mode.webp {Welcome mode}
|
2021-04-19 13:12:11 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\endif
|
2021-04-19 11:17:53 +02:00
|
|
|
|
2022-02-28 13:44:07 +02:00
|
|
|
\if defined(qtdesignstudio)
|
|
|
|
|
\section1 Customizing the Menu
|
|
|
|
|
|
|
|
|
|
By default, top-level menu items \uicontrol Build, \uicontrol Debug, and
|
2023-02-03 11:32:25 +01:00
|
|
|
\uicontrol Analyze are not visible. These menu items have options for
|
2022-02-28 13:44:07 +02:00
|
|
|
advanced functionality.
|
|
|
|
|
|
|
|
|
|
To toggle the visibility of these menu items:
|
|
|
|
|
\list 1
|
2023-10-17 16:19:40 +02:00
|
|
|
\li Go to \preferences.
|
2022-02-28 13:44:07 +02:00
|
|
|
\li On the \uicontrol Environment tab, select
|
|
|
|
|
\uicontrol{Qt Design Studio Configuration}.
|
|
|
|
|
\li Clear the checkbox for the items that you want to be visible.
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\image studio-menu-item-visibility.png
|
|
|
|
|
|
|
|
|
|
You need to restart \QDS to apply changes made to these settings.
|
|
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\section1 Customizing the UI
|
2021-04-19 11:17:53 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
The following topics describe how to customize the UI:
|
2021-04-19 13:12:11 +02:00
|
|
|
|
|
|
|
|
\list
|
2023-06-28 17:12:44 +02:00
|
|
|
\li \l {Find menu items on \macos}
|
|
|
|
|
\li \l {Set high DPI scaling}
|
|
|
|
|
\li \l {Switch UI themes}
|
2023-07-06 15:46:48 +02:00
|
|
|
\li \l {View output}
|
2021-04-19 13:12:11 +02:00
|
|
|
\endlist
|
|
|
|
|
|
2019-06-07 15:09:25 +02:00
|
|
|
\section1 Viewing Images
|
|
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
The following topics describe how to use the image viewer:
|
2019-04-12 16:51:44 +02:00
|
|
|
|
2023-06-28 17:12:44 +02:00
|
|
|
\list
|
|
|
|
|
\li \l {Export SVG images}
|
|
|
|
|
\li \l {View images}
|
2019-04-12 16:51:44 +02:00
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\endif
|
|
|
|
|
*/
|