Rename Qt Designer -> Qt Widgets Designer

Fixes: QTCREATORBUG-30756
Change-Id: Icb4a2513e230b71b5bb5033ead6a09ad3a8963ab
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-05-03 14:08:12 +02:00
parent 7190c049de
commit 8b5f5744dc
42 changed files with 301 additions and 274 deletions

View File

@@ -26,7 +26,7 @@ macro.QBSK = "Qt Bridge for Sketch"
macro.QBF = "Qt Bridge for Figma"
macro.QC = "$IDE_DISPLAY_NAME"
macro.QCE = "$IDE_DISPLAY_NAME Enterprise"
macro.QD = "Qt Designer"
macro.QD = "Qt Widgets Designer"
macro.QDS = "Qt Design Studio"
macro.QQEM = "Qt Quick Effect Maker"
macro.QDV = "Qt Design Viewer"

View File

@@ -5,6 +5,14 @@
\externalpage https://www.perforce.com/manuals/cmdref/Content/CmdRef/P4CONFIG.html
\title Perforce: P4CONFIG
*/
/*!
\externalpage https://doc.qt.io/qt-6/qtdesigner-manual.html
\title Qt Widgets Designer Manual
*/
/*!
\externalpage https://doc.qt.io/qt-6/designer-using-custom-widgets.html
\title Using Custom Widgets with Qt Widgets Designer
*/
/*!
\externalpage https://doc.qt.io/Boot2Qt/index.html
\title \B2Q: Documentation

View File

@@ -41,7 +41,7 @@
settings are stored locally.
\li The Okteta KDE custom widget plugin might be installed as part of
some Linux distributions. It can cause Qt Designer to crash. For
some Linux distributions. It can cause \QD to crash. For
more information, see:
\list

View File

@@ -4,7 +4,7 @@
/*!
//! [qt designer faq]
\section1 Qt Designer Integration Questions
\section1 \QD Integration Questions
\b {Why are custom widgets not loaded in the \uicontrol Design mode even though
it works in standalone \QD?}
@@ -13,7 +13,7 @@
that match its build key. The locations are different for standalone and
integrated \QD.
For more information, see \l{Adding Qt Designer Plugins}.
For more information, see \l{Adding \QD Plugins}.
//! [qt designer faq]
*/

View File

@@ -197,7 +197,7 @@
\endlist
For more information about designing forms with \QD, see the
\l{Qt Designer Manual}.
\l{\QD Manual}.
\section2 Completing the Header File

View File

@@ -29,7 +29,7 @@
Furthermore, features such as widget promotion and custom plugins
allow you to use your own widgets with \QD.
For more information about \QD, see the \l{Qt Designer Manual}.
For more information about \QD, see the \l{\QD Manual}.
Generally, the integrated \QD has the same functions as the standalone
\QD. The following sections describe the differences.
@@ -62,7 +62,7 @@
\uicontrol {Follow Symbol Under Cursor} in the context menu
or press \key F2 when the cursor is over a string literal.
\section1 Specifying Settings for Qt Designer
\section1 Specifying Settings for \QD
You can drag and drop the views in \QD to new positions on the screen.
@@ -102,7 +102,7 @@
\list 1
\li \preferences > \uicontrol Designer.
\image qtdesigner-embedded-design.png "Qt Designer Embedded Design preferences"
\image qtdesigner-embedded-design.png "Qt Widgets Designer Embedded Design preferences"
\li In \uicontrol {Embedded Design}, select \inlineimage icons/plus.png
to open the \uicontrol {Add Profile} dialog.
\image qtdesigner-add-profile.png "Add Profile dialog"
@@ -119,5 +119,5 @@
To import device profiles from .qdp files, select \uicontrol Open. To save
them as .qdp files, select \uicontrol Save.
\sa {Creating a Qt Widget Based Application}, {Adding Qt Designer Plugins}
\sa {Creating a Qt Widget Based Application}, {Adding \QD Plugins}
*/

View File

@@ -26,7 +26,7 @@
and to change the default plugin path, see \l{How to Create Qt Plugins}.
For more information about how to create plugins for \QD, see
\l{Using Custom Widgets with Qt Designer}.
\l{Using Custom Widgets with \QD}.
\section1 Locating \QD Plugins
@@ -42,7 +42,7 @@
To check which plugins were loaded successfully and which failed, choose
\uicontrol Tools > \uicontrol {Form Editor} >
\uicontrol {About Qt Designer Plugins}.
\uicontrol {About \QD Plugins}.
The standalone \QD is part of the Qt library used for building projects,
located in \c {<Qt_version>\<compiler>\bin} in the Qt installation

View File

@@ -158,11 +158,11 @@
\section3 Writing Tooltips in Design Mode
In Qt Designer, use plain text for tooltips. For extra formatting, write
In \QD, use plain text for tooltips. For extra formatting, write
short, canonical HTML in the source tab of the rich text editor:
\c {<html><head/><body><b>Note:</b> text.}
Qt Designer has a feature that simplifies the rich text (on by default),
\QD has a feature that simplifies the rich text (on by default),
but still, you should verify by looking at the \uicontrol Source tab.
\section2 Writing Messages

View File

@@ -3,8 +3,8 @@
"supportedProjectTypes": [ ],
"id": "D.Form",
"category": "R.Qt",
"trDescription": "Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.",
"trDisplayName": "Qt Designer Form",
"trDescription": "Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.",
"trDisplayName": "Qt Widgets Designer Form",
"trDisplayCategory": "Qt",
"iconText": "ui",
"enabled": "%{JS: value('Plugins').indexOf('Designer') >= 0}",

View File

@@ -3,7 +3,7 @@
"supportedProjectTypes": [ "PythonProject" ],
"id": "F.QtForPythonApplicationWindowWidget",
"category": "F.ApplicationPySide",
"trDescription": "Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion.",
"trDescription": "Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file). Requires .ui to Python conversion.",
"trDisplayName": "Window UI",
"trDisplayCategory": "Application (Qt for Python)",
"icon": "../icons/icon.png",

View File

@@ -3,7 +3,7 @@
"supportedProjectTypes": [ "MesonProjectManager.MesonProject","CMakeProjectManager.CMakeProject", "Qt4ProjectManager.Qt4Project", "Qbs.QbsProject" ],
"id": "C.QtWidgets",
"category": "D.ApplicationQt",
"trDescription": "Creates a widget-based Qt application that contains a Qt Designer-based main window and C++ source and header files to implement the application logic.\n\nPreselects a desktop Qt for building the application if available.",
"trDescription": "Creates a widget-based Qt application that contains a Qt Widgets Designer-based main window and C++ source and header files to implement the application logic.\n\nPreselects a desktop Qt for building the application if available.",
"trDisplayName": "Qt Widgets Application",
"trDisplayCategory": "Application (Qt)",
"icon": "../../global/guiapplication.png",

View File

@@ -80,9 +80,9 @@ How To add translations to Qt Creator
*Note:* `.qm` files are generated as part of the regular build. They are not
submitted to the repository.
*Note:* QmlDesigner contains code from the Gradient Editor of Qt Designer. If an
official translation of Qt for your language exists, you can re-use the
translation of those messages by merging Qt Creator's and Qt Designer's
*Note:* QmlDesigner contains code from the Gradient Editor of Qt Widgets Designer.
If an official translation of Qt for your language exists, you can re-use the
translation of those messages by merging Qt Creator's and Qt Widgets Designer's
translation using `lconvert`:
lconvert qtcreator_<LANG>.ts $QTDIR/translations/designer_<LANG>.ts > temp.ts
@@ -91,6 +91,6 @@ Move the temporary file back to `qtcreator_<LANG>.ts`, complete the Gradient
Editor's translations and update the file, passing the additional option
`-noobsolete` to `lupdate` (by temporarily modifying
`<qtcreator>/cmake/QtCreatorTranslations.cmake`). This will remove the now
redundant messages originating from Qt Designer.
redundant messages originating from Qt Widgets Designer.
[1]: https://lists.qt-project.org/listinfo/localization

View File

@@ -4278,8 +4278,8 @@ Rebuilding the project might help.</source>
Zkuste projekt vytvořit znovu.</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Třída formuláře programu Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Třída formuláře programu Qt Widgets Designer</translation>
</message>
<message>
<source>Form Template</source>
@@ -4326,8 +4326,8 @@ Zkuste projekt vytvořit znovu.</translation>
<translation>Shift+F4</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Formulář programu Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Formulář programu Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
@@ -4458,8 +4458,8 @@ Zkuste projekt vytvořit znovu.</translation>
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>O přídavných modulech programu Qt Designer...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>O přídavných modulech programu Qt Widgets Designer...</translation>
</message>
<message>
<source>Views</source>
@@ -10752,8 +10752,8 @@ Vybere pro sestavení programu verzi Qt pro stolní počítač, je-li dostupná.
<translation>Tento průvodce vytvoří projekt konzolové aplikace v Qt4. Aplikace je odvozena z QCoreApplication a nemá žádné uživatelské rozhraní.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer neodpovídá (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer neodpovídá (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -16025,8 +16025,8 @@ Toho se dosáhne vložením této zkratky v zadávacím poli vyhledávače, nás
<translation type="obsolete">Editor .qmlproject</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -17504,7 +17504,7 @@ Důvod: %2</translation>
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Uživatelsky stanovený prvek pro Qt Designer</translation>
<translation>Uživatelsky stanovený prvek pro Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>

View File

@@ -13547,8 +13547,8 @@ Det hjælper måske at genbygge projektet.</translation>
<translation>Designer</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Qt Designer-udformningsklasse</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Qt Widgets Designer-udformningsklasse</translation>
</message>
<message>
<source>Choose a Class Name</source>
@@ -13571,8 +13571,8 @@ Det hjælper måske at genbygge projektet.</translation>
<translation>Skift kilde/udformning</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Opretter en Qt Designer-udformning sammen med en matchende klasse (C++-header og kildefil) til implementeringsformål. Du kan tilføje udformningen og klassen til et eksisterende Qt widget-projekt.</translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Opretter en Qt Widgets Designer-udformning sammen med en matchende klasse (C++-header og kildefil) til implementeringsformål. Du kan tilføje udformningen og klassen til et eksisterende Qt widget-projekt.</translation>
</message>
<message>
<source>For&amp;m Editor</source>
@@ -14990,8 +14990,8 @@ når de ikke kræves, hvilket i de fleste tilfælde vil forbedre ydelsen.</trans
<translation>Alt+Skift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>Om Qt Designer-plugins...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>Om Qt Widgets Designer-plugins...</translation>
</message>
<message>
<source>Preview in</source>
@@ -19970,8 +19970,8 @@ Fejl: %5</translation>
<translation>Python-redigering</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -23386,12 +23386,12 @@ til projektet &quot;%2&quot;.</translation>
<translation>Udformningsskabelon</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Opretter en Qt Designer-udformning som du kan tilføje til et Qt widget-projekt. Dette er nyttigt hvis du allerede har en eksisterende klasse til brugerflade travlhedslogik.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Opretter en Qt Widgets Designer-udformning som du kan tilføje til et Qt widget-projekt. Dette er nyttigt hvis du allerede har en eksisterende klasse til brugerflade travlhedslogik.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Qt Designer-udformning</translation>
<source>Qt Widgets Designer Form</source>
<translation>Qt Widgets Designer-udformning</translation>
</message>
<message>
<source>Creates a Java file with boilerplate code.</source>
@@ -26266,12 +26266,12 @@ Opdater venligst dit kit eller vælg en mkspec for qmake som matcher dit mål-mi
<translation>Opretter et Qt brugerdefineret Designer-widget eller en brugerdefineret widget-samling.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation>Denne assistent genererer en Qt Designer brugerdefineret widget eller et Qt Designer brugerdefineret widget-samling-projekt.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation>Denne assistent genererer en Qt Widgets Designer brugerdefineret widget eller et Qt Widgets Designer brugerdefineret widget-samling-projekt.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer svarer ikke (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer svarer ikke (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -26342,10 +26342,10 @@ Opdater venligst dit kit eller vælg en mkspec for qmake som matcher dit mål-mi
<translation>Qt widgets-program</translation>
</message>
<message>
<source>Creates a Qt application for the desktop. Includes a Qt Designer-based main window.
<source>Creates a Qt application for the desktop. Includes a Qt Widgets Designer-based main window.
Preselects a desktop Qt for building the application if available.</source>
<translation>Opretter et Qt-program til desktop. Inkluderer et Qt Designer-baseret hovedvindue.
<translation>Opretter et Qt-program til desktop. Inkluderer et Qt Widgets Designer-baseret hovedvindue.
Prævælger en desktop Qt til bygning af programmet, hvis tilgængeligt.</translation>
</message>

View File

@@ -19523,8 +19523,8 @@ Wenn die Systemzeiger für das Verändern der Größe von Ansichten nicht korrek
<translation>QMLJS-Editor</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -28977,8 +28977,8 @@ Rebuilding the project might help.</source>
Versuchen Sie, das Projekt neu zu erstellen.</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Qt-Designer-Formularklasse</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Qt-Widgets-Designer-Formularklasse</translation>
</message>
<message>
<source>Class Details</source>
@@ -29009,8 +29009,8 @@ Versuchen Sie, das Projekt neu zu erstellen.</translation>
<translation>Shift+F4</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Erstellt ein Qt-Designer-Formular mit zugehörigem Klassenrumpf (bestehend aus C++-Header- und -Quelldatei) für Implementierungszwecke. Sie können Formular und Klasse zu einem existierenden Qt-Widget-Projekt hinzufügen.</translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Erstellt ein Qt-Widgets-Designer-Formular mit zugehörigem Klassenrumpf (bestehend aus C++-Header- und -Quelldatei) für Implementierungszwecke. Sie können Formular und Klasse zu einem existierenden Qt-Widget-Projekt hinzufügen.</translation>
</message>
<message>
<source>Choose a Form Template</source>
@@ -29161,8 +29161,8 @@ Versuchen Sie, das Projekt neu zu erstellen.</translation>
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>Über Qt Designer-Plugins...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>Über Qt Widgets Designer-Plugins...</translation>
</message>
<message>
<source>Preview in</source>
@@ -41285,10 +41285,10 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen.
<translation>Pfad</translation>
</message>
<message>
<source>Creates a widget-based Qt application that contains a Qt Designer-based main window and C++ source and header files to implement the application logic.
<source>Creates a widget-based Qt application that contains a Qt Widgets Designer-based main window and C++ source and header files to implement the application logic.
Preselects a desktop Qt for building the application if available.</source>
<translation>Erstellt eine Widget-basierte Qt-Anwendung mit einem Qt Designer-basierten Hauptfenster und C++-Quell- und Headerdateien zur Implementierung der Applikationslogik.
<translation>Erstellt eine Widget-basierte Qt-Anwendung mit einem Qt Widgets Designer-basierten Hauptfenster und C++-Quell- und Headerdateien zur Implementierung der Applikationslogik.
Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern verfügbar.</translation>
</message>
@@ -41381,11 +41381,11 @@ Wahlweise können Sie ein Projekt erstellen, das in Qt Design Studio geöffnet w
<translation>Formularvorlage</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Erstellt ein Qt-Designer-Formular, das Sie zu einem Qt Widget-Projekt hinzufügen können. Dies ist nützlich, wenn Sie bereits eine Klasse für die Anwendungslogik haben.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Erstellt ein Qt-Widgets-Designer-Formular, das Sie zu einem Qt Widget-Projekt hinzufügen können. Dies ist nützlich, wenn Sie bereits eine Klasse für die Anwendungslogik haben.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<source>Qt Widgets Designer Form</source>
<translation>Qt-Designer-Formular</translation>
</message>
<message>
@@ -41899,8 +41899,8 @@ Sie sollten nicht mehrere Test-Frameworks im selben Projekt mischen.</translatio
<translation>Leeres Fenster</translation>
</message>
<message>
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion.</source>
<translation>Erstellt eine Qt for Python-Anwendung, die ein Qt Designer-basiertes Widget (ui-Datei) enthält. Erfordert Umwandlung von .ui nach Python.</translation>
<source>Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file). Requires .ui to Python conversion.</source>
<translation>Erstellt eine Qt for Python-Anwendung, die ein Qt Widgets Designer-basiertes Widget (ui-Datei) enthält. Erfordert Umwandlung von .ui nach Python.</translation>
</message>
<message>
<source>Window UI</source>
@@ -45526,15 +45526,15 @@ Weder der Pfad zur Bibliothek noch der Pfad zu den Headerdateien wird zur .pro-D
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Benutzerdefiniertes Widget für Qt Designer</translation>
<translation>Benutzerdefiniertes Widget für Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
<translation>Erstellt ein oder mehrere benutzerdefinierte Widgets für Qt Designer.</translation>
<translation>Erstellt ein oder mehrere benutzerdefinierte Widgets für Qt Widgets Designer.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation>Dieser Assistent erstellt ein Projekt mit einem oder mehreren benutzerdefinierten Widgets für Qt Designer.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation>Dieser Assistent erstellt ein Projekt mit einem oder mehreren benutzerdefinierten Widgets für Qt Widgets Designer.</translation>
</message>
<message>
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
@@ -45553,8 +45553,8 @@ Weder der Pfad zur Bibliothek noch der Pfad zu den Headerdateien wird zur .pro-D
<translation>Die Anwendung &quot;%1&quot; konnte nicht gefunden werden.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer antwortet nicht (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer antwortet nicht (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>

View File

@@ -3777,8 +3777,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
<translation type="obsolete">Editor de signals/slots</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Clase del formulario Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Clase del formulario Qt Widgets Designer</translation>
</message>
<message>
<source>%1 - Error</source>
@@ -3825,20 +3825,20 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
<translation></translation>
</message>
<message>
<source>Qt Designer Form</source>
<source>Qt Widgets Designer Form</source>
<translation>Diseñador de formularios de Qt</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui).</source>
<translation>Crea un archivo de formulario de Qt Designer (.ui).</translation>
<source>Creates a Qt Widgets Designer form file (.ui).</source>
<translation>Crea un archivo de formulario de Qt Widgets Designer (.ui).</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
<translation>Crea un archivo de formulario de Qt Designer (.ui) para una clase.</translation>
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
<translation>Crea un archivo de formulario de Qt Widgets Designer (.ui) para una clase.</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Clase del formulario de Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Clase del formulario de Qt Widgets Designer</translation>
</message>
<message>
<source>Object inspector</source>
@@ -3953,8 +3953,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>About Qt Designer plugins....</source>
<translation>Acerca de los plugins de Qt Designer...</translation>
<source>About Qt Widgets Designer plugins....</source>
<translation>Acerca de los plugins de Qt Widgets Designer...</translation>
</message>
<message>
<source>Preview in</source>
@@ -3989,8 +3989,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
<translation>Imposible escribir a %1: %2</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Formulario de Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Formulario de Qt Widgets Designer</translation>
</message>
<message>
<source>The class definition of &apos;%1&apos; could not be found in %2.</source>
@@ -7459,8 +7459,8 @@ al control de versiones (%2)?</translation>
<translation>Este asistente genera un proyecto de aplicación Qt4 para consola. La aplicación es derivada de QCoreApplication y no provee interfaz gráfica de usuario.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer no está respondiendo (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer no está respondiendo (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>

View File

@@ -20440,8 +20440,8 @@ To do this, you type this shortcut and a space in the Locator entry field, and t
<translation>Éditeur QMLJS</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -28811,8 +28811,8 @@ Laccès au module ou la mise en place de points darrêt par fichier et par
<translation>Éditeur dinterface graphique</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Classe dinterface graphique Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Classe dinterface graphique Qt Widgets Designer</translation>
</message>
<message>
<source>Form Template</source>
@@ -28835,12 +28835,12 @@ Laccès au module ou la mise en place de points darrêt par fichier et par
<translation>Sélectionner un nom de classe</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Crée un formulaire Qt Designer avec une classe correspondante (en-tête C++ et fichier source) pour implémentation. Vous pouvez ajouter le formulaire et la classe à un projet Qt Widget existant.</translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Crée un formulaire Qt Widgets Designer avec une classe correspondante (en-tête C++ et fichier source) pour implémentation. Vous pouvez ajouter le formulaire et la classe à un projet Qt Widget existant.</translation>
</message>
<message>
<source>Widget Box</source>
<translatorcomment>this translation must coherent with the translation of Qt Designer</translatorcomment>
<translatorcomment>this translation must coherent with the translation of Qt Widgets Designer</translatorcomment>
<translation>Boite de widget</translation>
</message>
<message>
@@ -28937,8 +28937,8 @@ Laccès au module ou la mise en place de points darrêt par fichier et par
<translation>Maj+F4</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>À propos des greffons de Qt Designer</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>À propos des greffons de Qt Widgets Designer</translation>
</message>
<message>
<source>Signals &amp;&amp; Slots Editor</source>
@@ -40386,8 +40386,8 @@ Présélectionne un Qt optimisé pour le bureau pour compiler l&apos;application
<translation>Définir l&apos;interpréteur Python</translation>
</message>
<message>
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion.</source>
<translation>Génère une application Qt pour Python qui inclût un widget basé sur Qt Designer (fichier ui). Nécessite une conversion de .ui vers Python.</translation>
<source>Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file). Requires .ui to Python conversion.</source>
<translation>Génère une application Qt pour Python qui inclût un widget basé sur Qt Widgets Designer (fichier ui). Nécessite une conversion de .ui vers Python.</translation>
</message>
<message>
<source>Creates a Qt Quick UI project for previewing and prototyping designs.
@@ -40910,10 +40910,10 @@ Utilisez cette version «&#xa0;de compatibilité&#xa0;» si vous souhaitez utili
<translation>Application Qt Quick (compatibilité)</translation>
</message>
<message>
<source>Creates a widget-based Qt application that contains a Qt Designer-based main window and C++ source and header files to implement the application logic.
<source>Creates a widget-based Qt application that contains a Qt Widgets Designer-based main window and C++ source and header files to implement the application logic.
Preselects a desktop Qt for building the application if available.</source>
<translation>Génère une application basée sur les widgets qui contient une fenêtre principale basée sur Qt Designer et un ensemble de fichiers d&apos;entêtes et de sources C++ pour implémenter la logique de l&apos;application.
<translation>Génère une application basée sur les widgets qui contient une fenêtre principale basée sur Qt Widgets Designer et un ensemble de fichiers d&apos;entêtes et de sources C++ pour implémenter la logique de l&apos;application.
Sélectionne un Qt optimisé pour bureaux pour compiler l&apos;application, si disponible.</translation>
</message>
@@ -41254,12 +41254,12 @@ Sélectionne un Qt optimisé pour bureaux pour compiler l&apos;application, si d
<translation>Modèle dinterface graphique</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Crée un formulaire Qt Designer que lon peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de linterface.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Crée un formulaire Qt Widgets Designer que lon peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de linterface.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Interface graphique Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Interface graphique Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a source file that you can add to a C/C++ project.</source>
@@ -45032,8 +45032,8 @@ Les fichiers affectés sont :
<context>
<name>QtC::QmakeProjectManager</name>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer ne répond pas (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer ne répond pas (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -45404,9 +45404,9 @@ Les fichiers affectés sont :
<translation>Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translatorcomment>lourd ? &quot;contenant un widget ou une collection de widgets, personnalisé pour Qt Designer&quot; ?</translatorcomment>
<translation>Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Designer.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translatorcomment>lourd ? &quot;contenant un widget ou une collection de widgets, personnalisé pour Qt Widgets Designer&quot; ?</translatorcomment>
<translation>Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Widgets Designer.</translation>
</message>
<message>
<source>Custom Widgets</source>

View File

@@ -15304,8 +15304,8 @@ Check the test environment.</source>
<translation>Python uređivač</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -20900,8 +20900,8 @@ Rebuilding the project might help.</source>
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>O Qt Designer dodacima </translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>O Qt Widgets Designer dodacima </translation>
</message>
<message>
<source>Preview in</source>

View File

@@ -5235,8 +5235,8 @@ A projekt újraépítése talán segít.</translation>
<translation>Qt modulnevek használata az #include irányelvekben</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Qt Designer forma osztály</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Qt Widgets Designer forma osztály</translation>
</message>
<message>
<source>Choose a class name</source>
@@ -5259,16 +5259,16 @@ A projekt újraépítése talán segít.</translation>
<translation>Qt</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Qt Designer forma</translation>
<source>Qt Widgets Designer Form</source>
<translation>Qt Widgets Designer forma</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui).</source>
<translation>Qt Designer forma fájl (.ui) létrehozása.</translation>
<source>Creates a Qt Widgets Designer form file (.ui).</source>
<translation>Qt Widgets Designer forma fájl (.ui) létrehozása.</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
<translation>Qt Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal.</translation>
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
<translation>Qt Widgets Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal.</translation>
</message>
<message>
<source>Widget Box</source>
@@ -5371,8 +5371,8 @@ A projekt újraépítése talán segít.</translation>
<translation>Ctrl+Alt+R</translation>
</message>
<message>
<source>About Qt Designer plugins....</source>
<translation>Névjegy a Qt Designer beépülő moduljairól...</translation>
<source>About Qt Widgets Designer plugins....</source>
<translation>Névjegy a Qt Widgets Designer beépülő moduljairól...</translation>
</message>
<message>
<source>Preview in</source>
@@ -8651,8 +8651,8 @@ SOURCES *= .../ide/main/bin/dumper/dumper.cpp(new line)
<translation>CVS feltöltési sablon</translation>
</message>
<message>
<source>Qt Designer file</source>
<translation>Qt Designer fájl</translation>
<source>Qt Widgets Designer file</source>
<translation>Qt Widgets Designer fájl</translation>
</message>
<message>
<source>Generic Qt Creator Project file</source>
@@ -12834,8 +12834,8 @@ p, li { white-space: pre-wrap; }
<translation>Ez a varázsló egy Qt4 Designer szokásos Widget-t vagy Qt4 Designer szokásos Widget gyűjtemény projektet generál.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>A Qt Designer nem válaszol (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>A Qt Widgets Designer nem válaszol (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>

View File

@@ -3652,8 +3652,8 @@ L&apos;utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
<translation type="obsolete">Editor di segnali e slot</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Classe Form di Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Classe Form di Qt Widgets Designer</translation>
</message>
<message>
<source>Choose a class name</source>
@@ -3700,16 +3700,16 @@ L&apos;utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
<translation>Qt</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Form di Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Form di Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui).</source>
<translation>Crea un file form Qt Designer (.ui).</translation>
<source>Creates a Qt Widgets Designer form file (.ui).</source>
<translation>Crea un file form Qt Widgets Designer (.ui).</translation>
</message>
<message>
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
<translation>Crea un file form Qt Designer (.ui) e la relativa classe.</translation>
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
<translation>Crea un file form Qt Widgets Designer (.ui) e la relativa classe.</translation>
</message>
<message>
<source>Designer widgetbox</source>
@@ -3824,8 +3824,8 @@ L&apos;utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
<translation type="unfinished"></translation>
</message>
<message>
<source>About Qt Designer plugins....</source>
<translation>Informazioni sui plugin Qt Designer...</translation>
<source>About Qt Widgets Designer plugins....</source>
<translation>Informazioni sui plugin Qt Widgets Designer...</translation>
</message>
<message>
<source>Preview in</source>
@@ -7309,8 +7309,8 @@ al VCS (%2)?</translation>
<translation>Questa procedura guidata genera un progetto per applicazione console Qt4. L&apos;applicazione deriva da QCoreApplication e non include una GUI.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer non risponde (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer non risponde (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>

View File

@@ -12152,8 +12152,8 @@ in the system&apos;s browser for manual download.</source>
<translation>Python </translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -18978,8 +18978,8 @@ Rebuilding the project might help.</source>
</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Qt Designer </translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Qt Widgets Designer </translation>
</message>
<message>
<source>Switch Source/Form</source>
@@ -18994,8 +18994,8 @@ Rebuilding the project might help.</source>
<translation>Shift+F4</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation> Qt Qt Designer (C++ ) </translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation> Qt Qt Widgets Designer (C++ ) </translation>
</message>
<message>
<source>Choose a Form Template</source>
@@ -25088,8 +25088,8 @@ Neither the path to the library nor the path to its includes is added to the .pr
<translation>Qt Designer </translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation> Qt Designer Qt Designer </translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation> Qt Widgets Designer Qt Widgets Designer </translation>
</message>
<message>
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
@@ -25140,8 +25140,8 @@ Neither the path to the library nor the path to its includes is added to the .pr
<translation> &quot;%1&quot; </translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer (%1)</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer (%1)</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -25612,10 +25612,10 @@ Neither the path to the library nor the path to its includes is added to the .pr
<translation>Qt </translation>
</message>
<message>
<source>Creates a Qt application for the desktop. Includes a Qt Designer-based main window.
<source>Creates a Qt application for the desktop. Includes a Qt Widgets Designer-based main window.
Preselects a desktop Qt for building the application if available.</source>
<translation>Qt Designer Qt
<translation>Qt Widgets Designer Qt
Qt </translation>
</message>
@@ -37181,8 +37181,8 @@ Affected are breakpoints %1</source>
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>Qt Designer ...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>Qt Widgets Designer ...</translation>
</message>
<message>
<source>Preview in</source>
@@ -37506,12 +37506,12 @@ Affected are breakpoints %1</source>
<translation></translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Qt Qt Designer UI </translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Qt Qt Widgets Designer UI </translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Qt Designer </translation>
<source>Qt Widgets Designer Form</source>
<translation>Qt Widgets Designer </translation>
</message>
<message>
<source>Creates a Java file with boilerplate code.</source>

View File

@@ -17866,8 +17866,8 @@ Otherwise you need to specify the path to the %2 file from the Copilot neovim pl
<translation>Edytor QMLJS</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -27865,8 +27865,8 @@ Please select a 64 bit Debugger in the kit settings for this kit.</source>
<translation>Podaj nazwę klasy</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Klasa formularza Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Klasa formularza Qt Widgets Designer</translation>
</message>
<message>
<source>Designer</source>
@@ -27901,8 +27901,8 @@ Spróbuj ponownie przebudować projekt.</translation>
<translation>Shift+F4</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Tworzy formularz Qt Designera wraz z klasą implementującą (plik nagłówkowy i źródłowy C++). Utworzony formularz i klasę można dodać do istniejącego projektu Qt Widget.</translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Tworzy formularz Qt Widgets Designera wraz z klasą implementującą (plik nagłówkowy i źródłowy C++). Utworzony formularz i klasę można dodać do istniejącego projektu Qt Widget.</translation>
</message>
<message>
<source>Choose a Form Template</source>
@@ -28053,8 +28053,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu.</translation>
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>Informacje o wtyczkach Qt Designera...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>Informacje o wtyczkach Qt Widgets Designera...</translation>
</message>
<message>
<source>Preview in</source>
@@ -40741,10 +40741,10 @@ You can select an option to create a project that you can open in Qt Design Stud
<translation>Informacje o klasie</translation>
</message>
<message>
<source>Creates a widget-based Qt application that contains a Qt Designer-based main window and C++ source and header files to implement the application logic.
<source>Creates a widget-based Qt application that contains a Qt Widgets Designer-based main window and C++ source and header files to implement the application logic.
Preselects a desktop Qt for building the application if available.</source>
<translation>Tworzy aplikację Qt bazującą na widżetach, zawierającą główne okno do edycji w Qt Designerze wraz z plikami: źródłowym oraz nagłówkowym C++, przeznaczonymi do zaimplementowania logiki aplikacji.
<translation>Tworzy aplikację Qt bazującą na widżetach, zawierającą główne okno do edycji w Qt Widgets Designerze wraz z plikami: źródłowym oraz nagłówkowym C++, przeznaczonymi do zaimplementowania logiki aplikacji.
Wstępnie wybiera platformę desktopową Qt do budowania aplikacji, jeśli jest ona dostępna.</translation>
</message>
@@ -41115,12 +41115,12 @@ You should not mix multiple test frameworks in a project.</source>
<translation>Szablon formularza</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Tworzy formularz Qt Designer, który można dodać do projektu typu Qt Widget. Jest to przydatne w sytuacji, kiedy istnieje już klasa zarządzająca logiką UI.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Tworzy formularz Qt Widgets Designer, który można dodać do projektu typu Qt Widget. Jest to przydatne w sytuacji, kiedy istnieje już klasa zarządzająca logiką UI.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Formularz Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Formularz Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Java file with boilerplate code.</source>
@@ -43958,15 +43958,15 @@ The affected files are:
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Własny widżet Qt Designera</translation>
<translation>Własny widżet Qt Widgets Designera</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
<translation>Tworzy własny widżet Qt Designera lub kolekcję własnych widżetów.</translation>
<translation>Tworzy własny widżet Qt Widgets Designera lub kolekcję własnych widżetów.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation>Ten kreator generuje projekt własnego widżetu Qt Designera lub projekt kolekcji własnych widżetów Qt4 Designera.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation>Ten kreator generuje projekt własnego widżetu Qt Widgets Designera lub projekt kolekcji własnych widżetów Qt4 Widget Designera.</translation>
</message>
<message>
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
@@ -43985,8 +43985,8 @@ The affected files are:
<translation>Nie można odnaleźć aplikacji &quot;%1&quot;.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer nie odpowiada (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer nie odpowiada (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>

View File

@@ -16950,8 +16950,8 @@ Rebuilding the project might help.</source>
Пересборка проекта может помочь.</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Класс формы Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Класс формы Qt Widgets Designer</translation>
</message>
<message>
<source>Class Details</source>
@@ -16982,7 +16982,7 @@ Rebuilding the project might help.</source>
<translation>Shift+F4</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Создание формы дизайнера Qt и соответствующего класса (исходный и заголовочный файлы C++) для реализации. Их можно будет добавить к существующему проекту Qt Widget.</translation>
</message>
<message>
@@ -18681,8 +18681,8 @@ when they are not required, which will improve performance in most cases.</sourc
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>О модулях Qt Designer...</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>О модулях Qt Widgets Designer...</translation>
</message>
<message>
<source>Preview in</source>
@@ -25534,8 +25534,8 @@ If set to false, the target will be moved straight to the current mouse position
<translation>Редактор QMLJS</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -29867,12 +29867,12 @@ Enable this if you plan to create 32-bit x86 binaries without using a dedicated
<translation>Шаблон формы</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Создание формы Qt Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Создание формы Qt Widgets Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Форма Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Форма Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Java file with boilerplate code.</source>
@@ -30627,7 +30627,7 @@ Use this only if you are prototyping. You cannot create a full application with
<translation>Информация о классе</translation>
</message>
<message>
<source>Creates a Qt application for the desktop. Includes a Qt Designer-based main window.
<source>Creates a Qt application for the desktop. Includes a Qt Widgets Designer-based main window.
Preselects a desktop Qt for building the application if available.</source>
<translation>Создание приложения Qt для настольных компьютеров. Включает основное окно в виде формы дизайнера Qt.
@@ -30707,8 +30707,8 @@ Preselects a desktop Qt for building the application if available.</source>
<translation>Qt для Python - Приложение Qt Quick - Пустое</translation>
</message>
<message>
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file)</source>
<translation>Создание приложения на Qt для Python, включающее виджет Qt Designer (файл ui)</translation>
<source>Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file)</source>
<translation>Создание приложения на Qt для Python, включающее виджет Qt Widgets Designer (файл ui)</translation>
</message>
<message>
<source>Qt for Python - Window (UI file)</source>
@@ -33657,19 +33657,19 @@ Please update your kit (%3) or choose a mkspec for qmake that matches your targe
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Пользовательский виджет Qt Designer</translation>
<translation>Пользовательский виджет Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
<translation>Создание пользовательского виджета Qt Designer или набора пользовательских виджетов.</translation>
<translation>Создание пользовательского виджета Qt Widgets Designer или набора пользовательских виджетов.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation>Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Designer.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation>Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Widgets Designer.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer не отвечает (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer не отвечает (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -35211,7 +35211,7 @@ Neither the path to the library nor the path to its includes is added to the .pr
</message>
<message>
<source>Warn about unsupported features of Qt Quick Designer in the code editor</source>
<translation>Предупреждать о неподдерживаемых особенностях Qt Designer в редакторе кода</translation>
<translation>Предупреждать о неподдерживаемых особенностях Qt Quick Designer в редакторе кода</translation>
</message>
<message>
<source>Debugging</source>

View File

@@ -3532,8 +3532,8 @@ Morda lahko pomaga ponovna gradnja projekta.</translation>
<translation type="obsolete">Urejevalnik XML</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Razred obrazca Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Razred obrazca Qt Widgets Designer</translation>
</message>
<message>
<source>Form Template</source>
@@ -3560,8 +3560,8 @@ Morda lahko pomaga ponovna gradnja projekta.</translation>
<translation type="obsolete">Nastavitve </translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Obrazec Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Obrazec Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
@@ -3676,8 +3676,8 @@ Morda lahko pomaga ponovna gradnja projekta.</translation>
<translation>Urejevalnik signalov in rež</translation>
</message>
<message>
<source>About Qt Designer plugins....</source>
<translation>O vstavkih za Qt Designer </translation>
<source>About Qt Widgets Designer plugins....</source>
<translation>O vstavkih za Qt Widgets Designer </translation>
</message>
<message>
<source>Preview in</source>
@@ -10725,8 +10725,8 @@ Za uporabo v polje Iskalnika vtipkajte to bližnjico in presledek ter nato iskan
<translation>Urejevalniku QMLJS</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designerju</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designerju</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -11571,15 +11571,15 @@ Razlog: %2</translation>
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Gradnik za Qt Designer po meri</translation>
<translation>Gradnik za Qt Widgets Designer po meri</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
<translation>Ustvari gradnik za Qt Designer po meri ali pa zbirko gradnikov po meri</translation>
<translation>Ustvari gradnik za Qt Widgets Designer po meri ali pa zbirko gradnikov po meri</translation>
</message>
<message>
<source>This wizard generates a Qt4 Designer Custom Widget or a Qt4 Designer Custom Widget Collection project.</source>
<translation>Ta čarovnik ustvari projekt gradnika po meri za Qt Designer ali pa projekt zbirke gradnikov po meri za Qt Designer.</translation>
<translation>Ta čarovnik ustvari projekt gradnika po meri za Qt Widgets Designer ali pa projekt zbirke gradnikov po meri za Qt Widgets Designer.</translation>
</message>
<message>
<source>Custom Widgets</source>
@@ -11610,8 +11610,8 @@ Razlog: %2</translation>
<translation>Programa »%1« ni bilo moč najti.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer se ne odziva (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer se ne odziva (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -16004,8 +16004,8 @@ Projekte programov QML izvede pregledovalnik QML in jih ni potrebno zgraditi.</t
<translation>Predloga pošiljanja za CVS</translation>
</message>
<message>
<source>Qt Designer file</source>
<translation>Datoteka za Qt Designer</translation>
<source>Qt Widgets Designer file</source>
<translation>Datoteka za Qt Widgets Designer</translation>
</message>
<message>
<source>Generic Qt Creator Project file</source>

View File

@@ -6843,8 +6843,8 @@ Rebuilding the project might help.</source>
<translation type="vanished">Додавати версію Qt в #ifdef для імен модулів</translation>
</message>
<message>
<source>Qt Designer Form Class</source>
<translation>Клас форми Qt Designer</translation>
<source>Qt Widgets Designer Form Class</source>
<translation>Клас форми Qt Widgets Designer</translation>
</message>
<message>
<source>Choose a Class Name</source>
@@ -6883,8 +6883,8 @@ Rebuilding the project might help.</source>
<translation type="vanished">Створює форму Qt Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
</message>
<message>
<source>Creates a Qt Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Створює форму Qt Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget.</translation>
<source>Creates a Qt Widgets Designer form along with a matching class (C++ header and source file) for implementation purposes. You can add the form and class to an existing Qt Widget Project.</source>
<translation>Створює форму Qt Widgets Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget.</translation>
</message>
<message>
<source>Location</source>
@@ -11142,8 +11142,8 @@ Ids must begin with a lowercase letter.</source>
<translation>Редактор QMLJS</translation>
</message>
<message>
<source>Qt Designer</source>
<translation>Qt Designer</translation>
<source>Qt Widgets Designer</source>
<translation>Qt Widgets Designer</translation>
</message>
<message>
<source>Qt Linguist</source>
@@ -15626,19 +15626,19 @@ Preselects a desktop Qt for building the application if available.</source>
</message>
<message>
<source>Qt Custom Designer Widget</source>
<translation>Користувацький віджет Qt Designer</translation>
<translation>Користувацький віджет Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
<translation>Створює користувацький віджет Qt Designer або колекцію користувацьких віджетів.</translation>
<translation>Створює користувацький віджет Qt Widgets Designer або колекцію користувацьких віджетів.</translation>
</message>
<message>
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
<translation>Цей майстер генерує проект користувацького віджета Qt Designer або колекції користувацьких віджетів Qt Designer.</translation>
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
<translation>Цей майстер генерує проект користувацького віджета Qt Widgets Designer або колекції користувацьких віджетів Qt Widgets Designer.</translation>
</message>
<message>
<source>Qt Designer is not responding (%1).</source>
<translation>Qt Designer не відповідає (%1).</translation>
<source>Qt Widgets Designer is not responding (%1).</source>
<translation>Qt Widgets Designer не відповідає (%1).</translation>
</message>
<message>
<source>Unable to create server socket: %1</source>
@@ -15717,10 +15717,10 @@ Preselects a desktop Qt for building the application if available.</source>
<translation>Програма Qt Widgets</translation>
</message>
<message>
<source>Creates a Qt application for the desktop. Includes a Qt Designer-based main window.
<source>Creates a Qt application for the desktop. Includes a Qt Widgets Designer-based main window.
Preselects a desktop Qt for building the application if available.</source>
<translation>Створює програму Qt для стаціонарного комп&apos;ютера. Включає головне вікно на основі Qt Designer.
<translation>Створює програму Qt для стаціонарного комп&apos;ютера. Включає головне вікно на основі Qt Widgets Designer.
Обирає Qt для стільниці для збірки програми, якщо доступно.</translation>
</message>
@@ -37378,8 +37378,8 @@ The statements may not contain &apos;{&apos; nor &apos;}&apos; characters.</sour
<translation>Alt+Shift+R</translation>
</message>
<message>
<source>About Qt Designer Plugins...</source>
<translation>Про додатки Qt Designer....</translation>
<source>About Qt Widgets Designer Plugins...</source>
<translation>Про додатки Qt Widgets Designer....</translation>
</message>
<message>
<source>Preview in</source>
@@ -37719,12 +37719,12 @@ The statements may not contain &apos;{&apos; nor &apos;}&apos; characters.</sour
<translation>Шаблон форми</translation>
</message>
<message>
<source>Creates a Qt Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Створює форму Qt Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
<source>Creates a Qt Widgets Designer form that you can add to a Qt Widget Project. This is useful if you already have an existing class for the UI business logic.</source>
<translation>Створює форму Qt Widgets Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
</message>
<message>
<source>Qt Designer Form</source>
<translation>Форма Qt Designer</translation>
<source>Qt Widgets Designer Form</source>
<translation>Форма Qt Widgets Designer</translation>
</message>
<message>
<source>Creates a Java file with boilerplate code.</source>

View File

@@ -25,6 +25,18 @@
using namespace Utils;
/*!
\class Core::DesignMode
\inmodule QtCreator
\brief The DesignMode class implements the mode for the Design mode, which is
for example used by \QMLD and \QD.
Other plugins can register themselves with registerDesignWidget(),
giving a list of MIME types that the editor understands, as well as an instance
to the main editor widget itself.
*/
namespace Core {
struct DesignEditorInfo

View File

@@ -12,13 +12,6 @@ class FancyMainWindow;
namespace Core {
class IEditor;
/**
* A global mode for Design pane - used by Bauhaus (QML Designer) and
* Qt Designer. Other plugins can register themselves by registerDesignWidget()
* and giving a list of mimetypes that the editor understands, as well as an instance
* to the main editor widget itself.
*/
class CORE_EXPORT DesignMode final : public IMode
{
Q_OBJECT

View File

@@ -19,10 +19,13 @@ class IDocument;
struct EditorToolBarPrivate;
/**
* Fakes an IEditor-like toolbar for design mode widgets such as Qt Designer and Bauhaus.
* Creates a combobox for open files and lock and close buttons on the right.
*/
/*!
\class Core::EditorToolBar
\inmodule QtCreator
Implements the editor toolbar for editor views and for design mode widgets such as
\QD and \QMLD. Creates a combobox for open files and lock and close buttons on the right.
*/
class CORE_EXPORT EditorToolBar : public Utils::StyledBar
{
Q_OBJECT

View File

@@ -261,7 +261,7 @@ void CodegenTest::testProtectedBetweenPublicAndPrivate()
Should insert at line 18, column 1, with "private slots:\n" as prefix and "\n"
as suffix.
This is the typical Qt Designer case, with test-input like what the integration
This is the typical \QD case, with test-input like what the integration
generates.
*/
void CodegenTest::testQtdesignerIntegration()

View File

@@ -5,12 +5,12 @@ if(Qt6_VERSION VERSION_GREATER_EQUAL 6.7.0)
{
\"Name\" : \"-designer-qt-pluginpath\",
\"Parameter\" : \"path\",
\"Description\" : \"Override the default search path for Qt Designer plugins\"
\"Description\" : \"Override the default search path for Qt Widgets Designer plugins\"
},
{
\"Name\" : \"-designer-pluginpath\",
\"Parameter\" : \"path\",
\"Description\" : \"Add a custom search path for Qt Designer plugins\"
\"Description\" : \"Add a custom search path for Qt Widgets Designer plugins\"
}
],")
else()
@@ -19,7 +19,7 @@ else()
{
\"Name\" : \"-designer-qt-pluginpath\",
\"Parameter\" : \"path\",
\"Description\" : \"Override the default search path for Qt Designer plugins\"
\"Description\" : \"Override the default search path for Qt Widgets Designer plugins\"
}
],")
endif()

View File

@@ -13,7 +13,7 @@
"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html."
],
"Category" : "Qt Creator",
"Description" : "Qt Designer integration.",
"Description" : "Qt Widgets Designer integration.",
"Url" : "http://www.qt.io",
${DESIGNER_PLUGIN_ARGUMENTS}
${IDE_PLUGIN_DEPENDENCIES}

View File

@@ -27,7 +27,7 @@ FormClassWizardDialog::FormClassWizardDialog(const Core::BaseFileWizardFactory *
m_formPage(new FormTemplateWizardPage),
m_classPage(new FormClassWizardPage)
{
setWindowTitle(Tr::tr("Qt Designer Form Class"));
setWindowTitle(Tr::tr("Qt Widgets Designer Form Class"));
setPage(FormPageId, m_formPage);
setPage(ClassPageId, m_classPage);

View File

@@ -32,12 +32,12 @@ QtcPlugin {
{\n\
\"Name\" : \"-designer-qt-pluginpath\",\n\
\"Parameter\" : \"path\",\n\
\"Description\" : \"Override the default search path for Qt Designer plugins\"\n\
\"Description\" : \"Override the default search path for Qt Widgets Designer plugins\"\n\
},\n\
{\n\
\"Name\" : \"-designer-pluginpath\",\n\
\"Parameter\" : \"path\",\n\
\"Description\" : \"Add a custom search path for Qt Designer plugins\"\n\
\"Description\" : \"Add a custom search path for Qt Widgets Designer plugins\"\n\
}\n\
],"})

View File

@@ -139,11 +139,13 @@ class DesignerPlugin final : public ExtensionSystem::IPlugin
IWizardFactory *wizard = new FormClassWizard;
wizard->setCategory(Core::Constants::WIZARD_CATEGORY_QT);
wizard->setDisplayCategory(::Core::Tr::tr(Core::Constants::WIZARD_TR_CATEGORY_QT));
wizard->setDisplayName(Tr::tr("Qt Designer Form Class"));
wizard->setDisplayName(Tr::tr("Qt Widgets Designer Form Class"));
wizard->setIcon({}, "ui/h");
wizard->setId("C.FormClass");
wizard->setDescription(Tr::tr("Creates a Qt Designer form along with a matching class (C++ header and source file) "
"for implementation purposes. You can add the form and class to an existing Qt Widget Project."));
wizard->setDescription(Tr::tr("Creates a Qt Widgets Designer form along with a matching "
"class (C++ header and source file) "
"for implementation purposes. You can add the form and "
"class to an existing Qt Widget Project."));
return wizard;
});

View File

@@ -370,7 +370,7 @@ void FormEditorData::fullInit()
initDesignerSubWindows();
m_integration = new QtCreatorIntegration(m_formeditor, this);
m_formeditor->setIntegration(m_integration);
// Connect Qt Designer help request to HelpManager.
// Connect Qt Widgets Designer help request to HelpManager.
QObject::connect(m_integration, &QtCreatorIntegration::creatorHelpRequested,
HelpManager::Signals::instance(),
[](const QUrl &url) { HelpManager::showHelpUrl(url, HelpManager::HelpModeAlways); });
@@ -657,7 +657,7 @@ void FormEditorData::setupActions()
QString(), Core::Constants::G_DEFAULT_THREE);
mformtools->addSeparator(m_contexts, Core::Constants::G_DEFAULT_THREE);
m_actionAboutPlugins = new QAction(Tr::tr("About Qt Designer Plugins..."), d);
m_actionAboutPlugins = new QAction(Tr::tr("About Qt Widgets Designer Plugins..."), d);
addToolAction(m_actionAboutPlugins, m_contexts, "FormEditor.AboutPlugins", mformtools,
QString(), Core::Constants::G_DEFAULT_THREE);
QObject::connect(m_actionAboutPlugins, &QAction::triggered,

View File

@@ -35,7 +35,7 @@ namespace Internal {
* This is based on the assumption that the Designer settings work with
* no plugins loaded.
*
* The form editor shows a read-only XML editor in edit mode and Qt Designer
* The form editor shows a read-only XML editor in edit mode and Qt Widgets Designer
* in Design mode. */
enum InitializationStage {

View File

@@ -24,6 +24,19 @@
#include <QDebug>
#include <QRect>
/*!
\class Designer::Internal::FormEditorStack
\inmodule QtCreator
\internal
\brief The FormEditorStack class maintains a stack of \QD form windows embedded
into a scroll area and their associated XML editors.
Takes care of updating the XML editor once design mode is left.
Also updates the mainc ontainer resize handles when the active form
window changes.
*/
namespace Designer {
namespace Internal {

View File

@@ -20,11 +20,6 @@ namespace Core { class IEditor; }
namespace Designer {
namespace Internal {
/* FormEditorStack: Maintains a stack of Qt Designer form windows embedded
* into a scrollarea and their associated XML editors.
* Takes care of updating the XML editor once design mode is left.
* Also updates the maincontainer resize handles when the active form
* window changes. */
class FormEditorStack : public QStackedWidget
{
Q_OBJECT

View File

@@ -24,7 +24,7 @@ public:
bool validateData(Utils::Id typeId, const QVariant &data, QString *errorMessage) override;
};
// A wizard page embedding Qt Designer's QDesignerNewFormWidgetInterface
// A wizard page embedding Qt Widgets Designer's QDesignerNewFormWidgetInterface
// widget.
// Sets FormContents property.

View File

@@ -28,8 +28,8 @@ CustomWidgetWizardDialog::CustomWidgetWizardDialog(const Core::BaseFileWizardFac
setWindowIcon(icon);
setWindowTitle(templateName);
setIntroDescription(Tr::tr("This wizard generates a Qt Designer Custom Widget "
"or a Qt Designer Custom Widget Collection project."));
setIntroDescription(Tr::tr("This wizard generates a Qt Widgets Designer Custom Widget "
"or a Qt Widgets Designer Custom Widget Collection project."));
if (!parameters.extraValues().contains(QLatin1String(ProjectExplorer::Constants::PROJECT_KIT_IDS)))
addTargetSetupPage();

View File

@@ -263,7 +263,7 @@ public:
explicit ExternalDesignerFactory(QObject *guard)
{
setId("Qt.Designer");
setDisplayName(::Core::Tr::tr("Qt Designer"));
setDisplayName(::Core::Tr::tr("Qt Widgets Designer"));
setMimeTypes({Utils::Constants::FORM_MIMETYPE});
setEditorStarter([guard](const FilePath &filePath, QString *errorMessage) {
@@ -276,7 +276,7 @@ public:
if (HostOsInfo::isMacHost())
return startEditorProcess(data, errorMessage);
/* Qt Designer on the remaining platforms: Uses Designer's own
/* Qt Widgets Designer on the remaining platforms: Uses Designer's own
* Tcp-based communication mechanism to ensure all files are opened
* in one instance (per version). */
@@ -288,7 +288,8 @@ public:
qDebug() << Q_FUNC_INFO << "\nWriting to socket:" << data.binary << filePath;
QTcpSocket *socket = it.value();
if (!socket->write(filePath.toString().toUtf8() + '\n')) {
*errorMessage = Tr::tr("Qt Designer is not responding (%1).").arg(socket->errorString());
*errorMessage = Tr::tr("Qt Widgets Designer is not responding (%1).")
.arg(socket->errorString());
return false;
}
return true;

View File

@@ -16,14 +16,14 @@
</tutorial>
<tutorial imageUrl=":qtsupport/images/icons/tutorialicon.png" difficulty="" docUrl="qthelp://org.qt-project.qtcreator/doc/creator-writing-program.html" projectPath="" name="Creating a Qt Widget-Based Application">
<description><![CDATA[Using Qt Creator to create a small Qt application, Text Finder.]]></description>
<tags>qt creator,qt designer,widgets,c++,text,help</tags>
<tags>qt creator,qt widgets designer,widgets,c++,text,help</tags>
<meta>
<entry name="category">Help</entry>
</meta>
</tutorial>
<tutorial imageUrl=":qtsupport/images/icons/tutorialicon.png" difficulty="" docUrl="qthelp://org.qt-project.qtdoc/qtwidgets/qtwidgets-tutorials-notepad-example.html" projectPath="" name="Getting Started Programming with Qt Widgets">
<description><![CDATA[Developing Qt applications using C++ and the Qt Widgets module.]]></description>
<tags>qt,qt creator,qt designer,widgets,c++,help</tags>
<tags>qt,qt creator,qt widgets designer,widgets,c++,help</tags>
<meta>
<entry name="category">Help</entry>
</meta>
@@ -66,7 +66,7 @@
</tutorial>
<tutorial imageUrl=":qtsupport/images/icons/youtubeLnVjI0I7cKs.webp" difficulty="" projectPath="" name="Qt Creator - Design and Edit Modes" isVideo="true" videoUrl="https://www.youtube.com/watch?v=LnVjI0I7cKs" videoLength="4:34">
<description><![CDATA[Developing a Qt Widgets application.]]></description>
<tags>qt creator,learning,qt designer,coding,2023</tags>
<tags>qt creator,learning,qt widgets designer,coding,2023</tags>
<meta>
<entry name="category">Learning</entry>
</meta>
@@ -276,9 +276,9 @@
<entry name="category">Talk</entry>
</meta>
</tutorial>
<tutorial imageUrl=":qtsupport/images/icons/youtubeB0X5FOev9Lw.webp" difficulty="" projectPath="" name="Qt Designer tutorial: Integrate custom widgets" isVideo="true" videoUrl="https://youtu.be/B0X5FOev9Lw" videoLength="27:07">
<description><![CDATA[Integrating custom widgets into Qt Designer.]]></description>
<tags>qt designer,widgets,ui,talk,2019</tags>
<tutorial imageUrl=":qtsupport/images/icons/youtubeB0X5FOev9Lw.webp" difficulty="" projectPath="" name="Qt Widgets Designer tutorial: Integrate custom widgets" isVideo="true" videoUrl="https://youtu.be/B0X5FOev9Lw" videoLength="27:07">
<description><![CDATA[Integrating custom widgets into Qt Widgets Designer.]]></description>
<tags>qt widgets designer,widgets,ui,talk,2019</tags>
<meta>
<entry name="category">Talk</entry>
</meta>