diff --git a/doc/config/macros.qdocconf b/doc/config/macros.qdocconf index 8e7d5b4ab27..cf528917e73 100644 --- a/doc/config/macros.qdocconf +++ b/doc/config/macros.qdocconf @@ -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" diff --git a/doc/qtcreator/src/external-resources/external-resources.qdoc b/doc/qtcreator/src/external-resources/external-resources.qdoc index 2828a586968..05cba5ba53f 100644 --- a/doc/qtcreator/src/external-resources/external-resources.qdoc +++ b/doc/qtcreator/src/external-resources/external-resources.qdoc @@ -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 diff --git a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc index de7c8b45d3d..8d310983323 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc @@ -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 diff --git a/doc/qtcreator/src/widgets/creator-faq-qtdesigner.qdocinc b/doc/qtcreator/src/widgets/creator-faq-qtdesigner.qdocinc index 93ed060e4ad..eb93c69a8c7 100644 --- a/doc/qtcreator/src/widgets/creator-faq-qtdesigner.qdocinc +++ b/doc/qtcreator/src/widgets/creator-faq-qtdesigner.qdocinc @@ -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] */ diff --git a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc index f3717ee0491..8f744bced05 100644 --- a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc @@ -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 diff --git a/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc b/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc index b2357514fac..29d2c7d34b1 100644 --- a/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc +++ b/doc/qtcreator/src/widgets/qtdesigner-overview.qdoc @@ -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} */ diff --git a/doc/qtcreator/src/widgets/qtdesigner-plugins.qdoc b/doc/qtcreator/src/widgets/qtdesigner-plugins.qdoc index 00f61ab051e..3ce3dc02f7c 100644 --- a/doc/qtcreator/src/widgets/qtdesigner-plugins.qdoc +++ b/doc/qtcreator/src/widgets/qtdesigner-plugins.qdoc @@ -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 {\\bin} in the Qt installation diff --git a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc index f42c80671af..f8332668ed2 100644 --- a/doc/qtcreatordev/src/qtcreator-ui-text.qdoc +++ b/doc/qtcreatordev/src/qtcreator-ui-text.qdoc @@ -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 {Note: 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 diff --git a/share/qtcreator/templates/wizards/files/form/wizard.json b/share/qtcreator/templates/wizards/files/form/wizard.json index ec5fd422a36..d0d826b6c6d 100644 --- a/share/qtcreator/templates/wizards/files/form/wizard.json +++ b/share/qtcreator/templates/wizards/files/form/wizard.json @@ -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}", diff --git a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/wizard.json b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/wizard.json index c52c05c12cb..6d3f968c1bf 100644 --- a/share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtforpythonapplication/widget/wizard.json @@ -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", diff --git a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json index 098cb4f0ec0..48791e4fd87 100644 --- a/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json +++ b/share/qtcreator/templates/wizards/projects/qtwidgetsapplication/wizard.json @@ -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", diff --git a/share/qtcreator/translations/README.md b/share/qtcreator/translations/README.md index ff9caddf2a6..7261305a4b7 100644 --- a/share/qtcreator/translations/README.md +++ b/share/qtcreator/translations/README.md @@ -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_.ts $QTDIR/translations/designer_.ts > temp.ts @@ -91,6 +91,6 @@ Move the temporary file back to `qtcreator_.ts`, complete the Gradient Editor's translations and update the file, passing the additional option `-noobsolete` to `lupdate` (by temporarily modifying `/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 diff --git a/share/qtcreator/translations/qtcreator_cs.ts b/share/qtcreator/translations/qtcreator_cs.ts index 86929dc6043..23d62545e10 100644 --- a/share/qtcreator/translations/qtcreator_cs.ts +++ b/share/qtcreator/translations/qtcreator_cs.ts @@ -4278,8 +4278,8 @@ Rebuilding the project might help. Zkuste projekt vytvořit znovu. - Qt Designer Form Class - Třída formuláře programu Qt Designer + Qt Widgets Designer Form Class + Třída formuláře programu Qt Widgets Designer Form Template @@ -4326,8 +4326,8 @@ Zkuste projekt vytvořit znovu. Shift+F4 - Qt Designer Form - Formulář programu Qt Designer + Qt Widgets Designer Form + Formulář programu Qt Widgets Designer 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. @@ -4458,8 +4458,8 @@ Zkuste projekt vytvořit znovu. Alt+Shift+R - About Qt Designer Plugins... - O přídavných modulech programu Qt Designer... + About Qt Widgets Designer Plugins... + O přídavných modulech programu Qt Widgets Designer... Views @@ -10752,8 +10752,8 @@ Vybere pro sestavení programu verzi Qt pro stolní počítač, je-li dostupná. Tento průvodce vytvoří projekt konzolové aplikace v Qt4. Aplikace je odvozena z QCoreApplication a nemá žádné uživatelské rozhraní. - Qt Designer is not responding (%1). - Qt Designer neodpovídá (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer neodpovídá (%1). Unable to create server socket: %1 @@ -16025,8 +16025,8 @@ Toho se dosáhne vložením této zkratky v zadávacím poli vyhledávače, nás Editor .qmlproject - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -17504,7 +17504,7 @@ Důvod: %2 Qt Custom Designer Widget - Uživatelsky stanovený prvek pro Qt Designer + Uživatelsky stanovený prvek pro Qt Widgets Designer Creates a Qt Custom Designer Widget or a Custom Widget Collection. diff --git a/share/qtcreator/translations/qtcreator_da.ts b/share/qtcreator/translations/qtcreator_da.ts index b3ed8b9063c..0181add66bb 100644 --- a/share/qtcreator/translations/qtcreator_da.ts +++ b/share/qtcreator/translations/qtcreator_da.ts @@ -13547,8 +13547,8 @@ Det hjælper måske at genbygge projektet. Designer - Qt Designer Form Class - Qt Designer-udformningsklasse + Qt Widgets Designer Form Class + Qt Widgets Designer-udformningsklasse Choose a Class Name @@ -13571,8 +13571,8 @@ Det hjælper måske at genbygge projektet. Skift kilde/udformning - 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. - 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. + 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. + 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. For&m Editor @@ -14990,8 +14990,8 @@ når de ikke kræves, hvilket i de fleste tilfælde vil forbedre ydelsen.Alt+Skift+R - About Qt Designer Plugins... - Om Qt Designer-plugins... + About Qt Widgets Designer Plugins... + Om Qt Widgets Designer-plugins... Preview in @@ -19970,8 +19970,8 @@ Fejl: %5 Python-redigering - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -23386,12 +23386,12 @@ til projektet "%2". Udformningsskabelon - 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. - 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. + 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. + 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. - Qt Designer Form - Qt Designer-udformning + Qt Widgets Designer Form + Qt Widgets Designer-udformning Creates a Java file with boilerplate code. @@ -26266,12 +26266,12 @@ Opdater venligst dit kit eller vælg en mkspec for qmake som matcher dit mål-mi Opretter et Qt brugerdefineret Designer-widget eller en brugerdefineret widget-samling. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - Denne assistent genererer en Qt Designer brugerdefineret widget eller et Qt Designer brugerdefineret widget-samling-projekt. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + Denne assistent genererer en Qt Widgets Designer brugerdefineret widget eller et Qt Widgets Designer brugerdefineret widget-samling-projekt. - Qt Designer is not responding (%1). - Qt Designer svarer ikke (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer svarer ikke (%1). Unable to create server socket: %1 @@ -26342,10 +26342,10 @@ Opdater venligst dit kit eller vælg en mkspec for qmake som matcher dit mål-mi Qt widgets-program - Creates a Qt application for the desktop. Includes a Qt Designer-based main window. + 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. - Opretter et Qt-program til desktop. Inkluderer et Qt Designer-baseret hovedvindue. + 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. diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts index ae81271da8c..3e0dfbc782a 100644 --- a/share/qtcreator/translations/qtcreator_de.ts +++ b/share/qtcreator/translations/qtcreator_de.ts @@ -19523,8 +19523,8 @@ Wenn die Systemzeiger für das Verändern der Größe von Ansichten nicht korrek QMLJS-Editor - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -28977,8 +28977,8 @@ Rebuilding the project might help. Versuchen Sie, das Projekt neu zu erstellen. - Qt Designer Form Class - Qt-Designer-Formularklasse + Qt Widgets Designer Form Class + Qt-Widgets-Designer-Formularklasse Class Details @@ -29009,8 +29009,8 @@ Versuchen Sie, das Projekt neu zu erstellen. Shift+F4 - 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. - 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. + 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. + 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. Choose a Form Template @@ -29161,8 +29161,8 @@ Versuchen Sie, das Projekt neu zu erstellen. Alt+Shift+R - About Qt Designer Plugins... - Über Qt Designer-Plugins... + About Qt Widgets Designer Plugins... + Über Qt Widgets Designer-Plugins... Preview in @@ -41285,10 +41285,10 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen. Pfad - 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. + 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. - Erstellt eine Widget-basierte Qt-Anwendung mit einem Qt Designer-basierten Hauptfenster und C++-Quell- und Headerdateien zur Implementierung der Applikationslogik. + 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. @@ -41381,11 +41381,11 @@ Wahlweise können Sie ein Projekt erstellen, das in Qt Design Studio geöffnet w Formularvorlage - 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. - 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. + 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. + 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. - Qt Designer Form + Qt Widgets Designer Form Qt-Designer-Formular @@ -41899,8 +41899,8 @@ Sie sollten nicht mehrere Test-Frameworks im selben Projekt mischen.Leeres Fenster - Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion. - Erstellt eine Qt for Python-Anwendung, die ein Qt Designer-basiertes Widget (ui-Datei) enthält. Erfordert Umwandlung von .ui nach Python. + Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file). Requires .ui to Python conversion. + Erstellt eine Qt for Python-Anwendung, die ein Qt Widgets Designer-basiertes Widget (ui-Datei) enthält. Erfordert Umwandlung von .ui nach Python. Window UI @@ -45526,15 +45526,15 @@ Weder der Pfad zur Bibliothek noch der Pfad zu den Headerdateien wird zur .pro-D Qt Custom Designer Widget - Benutzerdefiniertes Widget für Qt Designer + Benutzerdefiniertes Widget für Qt Widgets Designer Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Erstellt ein oder mehrere benutzerdefinierte Widgets für Qt Designer. + Erstellt ein oder mehrere benutzerdefinierte Widgets für Qt Widgets Designer. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - Dieser Assistent erstellt ein Projekt mit einem oder mehreren benutzerdefinierten Widgets für Qt Designer. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + Dieser Assistent erstellt ein Projekt mit einem oder mehreren benutzerdefinierten Widgets für Qt Widgets Designer. Creating multiple widget libraries (%1, %2) in one project (%3) is not supported. @@ -45553,8 +45553,8 @@ Weder der Pfad zur Bibliothek noch der Pfad zu den Headerdateien wird zur .pro-D Die Anwendung "%1" konnte nicht gefunden werden. - Qt Designer is not responding (%1). - Qt Designer antwortet nicht (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer antwortet nicht (%1). Unable to create server socket: %1 diff --git a/share/qtcreator/translations/qtcreator_es.ts b/share/qtcreator/translations/qtcreator_es.ts index 623ffc7e0ae..d9de9393a9b 100644 --- a/share/qtcreator/translations/qtcreator_es.ts +++ b/share/qtcreator/translations/qtcreator_es.ts @@ -3777,8 +3777,8 @@ Es recomendado usar gdb 6.7 o posterior. Editor de signals/slots - Qt Designer Form Class - Clase del formulario Qt Designer + Qt Widgets Designer Form Class + Clase del formulario Qt Widgets Designer %1 - Error @@ -3825,20 +3825,20 @@ Es recomendado usar gdb 6.7 o posterior. - Qt Designer Form + Qt Widgets Designer Form Diseñador de formularios de Qt - Creates a Qt Designer form file (.ui). - Crea un archivo de formulario de Qt Designer (.ui). + Creates a Qt Widgets Designer form file (.ui). + Crea un archivo de formulario de Qt Widgets Designer (.ui). - Creates a Qt Designer form file (.ui) with a matching class. - Crea un archivo de formulario de Qt Designer (.ui) para una clase. + Creates a Qt Widgets Designer form file (.ui) with a matching class. + Crea un archivo de formulario de Qt Widgets Designer (.ui) para una clase. - Qt Designer Form Class - Clase del formulario de Qt Designer + Qt Widgets Designer Form Class + Clase del formulario de Qt Widgets Designer Object inspector @@ -3953,8 +3953,8 @@ Es recomendado usar gdb 6.7 o posterior. - About Qt Designer plugins.... - Acerca de los plugins de Qt Designer... + About Qt Widgets Designer plugins.... + Acerca de los plugins de Qt Widgets Designer... Preview in @@ -3989,8 +3989,8 @@ Es recomendado usar gdb 6.7 o posterior. Imposible escribir a %1: %2 - Qt Designer Form - Formulario de Qt Designer + Qt Widgets Designer Form + Formulario de Qt Widgets Designer The class definition of '%1' could not be found in %2. @@ -7459,8 +7459,8 @@ al control de versiones (%2)? 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. - Qt Designer is not responding (%1). - Qt Designer no está respondiendo (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer no está respondiendo (%1). Unable to create server socket: %1 diff --git a/share/qtcreator/translations/qtcreator_fr.ts b/share/qtcreator/translations/qtcreator_fr.ts index 98aab98285b..f6ccb41d7c2 100644 --- a/share/qtcreator/translations/qtcreator_fr.ts +++ b/share/qtcreator/translations/qtcreator_fr.ts @@ -20440,8 +20440,8 @@ To do this, you type this shortcut and a space in the Locator entry field, and t Éditeur QMLJS - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -28811,8 +28811,8 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par Éditeur d’interface graphique - Qt Designer Form Class - Classe d’interface graphique Qt Designer + Qt Widgets Designer Form Class + Classe d’interface graphique Qt Widgets Designer Form Template @@ -28835,12 +28835,12 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par Sélectionner un nom de classe - 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. - 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. + 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. + 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. Widget Box - this translation must coherent with the translation of Qt Designer + this translation must coherent with the translation of Qt Widgets Designer Boite de widget @@ -28937,8 +28937,8 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par Maj+F4 - About Qt Designer Plugins... - À propos des greffons de Qt Designer… + About Qt Widgets Designer Plugins... + À propos des greffons de Qt Widgets Designer… Signals && Slots Editor @@ -40386,8 +40386,8 @@ Présélectionne un Qt optimisé pour le bureau pour compiler l'application Définir l'interpréteur Python - Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion. - 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. + Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file). Requires .ui to Python conversion. + 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. Creates a Qt Quick UI project for previewing and prototyping designs. @@ -40910,10 +40910,10 @@ Utilisez cette version « de compatibilité » si vous souhaitez utili Application Qt Quick (compatibilité) - 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. + 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. - 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'entêtes et de sources C++ pour implémenter la logique de l'application. + 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'entêtes et de sources C++ pour implémenter la logique de l'application. Sélectionne un Qt optimisé pour bureaux pour compiler l'application, si disponible. @@ -41254,12 +41254,12 @@ Sélectionne un Qt optimisé pour bureaux pour compiler l'application, si d Modèle d’interface graphique - 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. - Crée un formulaire Qt Designer que l’on peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de l’interface. + 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. + Crée un formulaire Qt Widgets Designer que l’on peut ajouter à un projet Qt Widget. Ceci est utile si vous utilisez déjà une classe pour la logique métier de l’interface. - Qt Designer Form - Interface graphique Qt Designer + Qt Widgets Designer Form + Interface graphique Qt Widgets Designer Creates a source file that you can add to a C/C++ project. @@ -45032,8 +45032,8 @@ Les fichiers affectés sont : QtC::QmakeProjectManager - Qt Designer is not responding (%1). - Qt Designer ne répond pas (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer ne répond pas (%1). Unable to create server socket: %1 @@ -45404,9 +45404,9 @@ Les fichiers affectés sont : Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Designer" ? - Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Designer. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Widgets Designer" ? + Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Widgets Designer. Custom Widgets diff --git a/share/qtcreator/translations/qtcreator_hr.ts b/share/qtcreator/translations/qtcreator_hr.ts index 1ac507c4f33..3d7506de4a1 100644 --- a/share/qtcreator/translations/qtcreator_hr.ts +++ b/share/qtcreator/translations/qtcreator_hr.ts @@ -15304,8 +15304,8 @@ Check the test environment. Python uređivač - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -20900,8 +20900,8 @@ Rebuilding the project might help. Alt+Shift+R - About Qt Designer Plugins... - O Qt Designer dodacima … + About Qt Widgets Designer Plugins... + O Qt Widgets Designer dodacima … Preview in diff --git a/share/qtcreator/translations/qtcreator_hu.ts b/share/qtcreator/translations/qtcreator_hu.ts index 9f29949c84d..23c59c4d416 100644 --- a/share/qtcreator/translations/qtcreator_hu.ts +++ b/share/qtcreator/translations/qtcreator_hu.ts @@ -5235,8 +5235,8 @@ A projekt újraépítése talán segít. Qt modulnevek használata az #include irányelvekben - Qt Designer Form Class - Qt Designer forma osztály + Qt Widgets Designer Form Class + Qt Widgets Designer forma osztály Choose a class name @@ -5259,16 +5259,16 @@ A projekt újraépítése talán segít. Qt - Qt Designer Form - Qt Designer forma + Qt Widgets Designer Form + Qt Widgets Designer forma - Creates a Qt Designer form file (.ui). - Qt Designer forma fájl (.ui) létrehozása. + Creates a Qt Widgets Designer form file (.ui). + Qt Widgets Designer forma fájl (.ui) létrehozása. - Creates a Qt Designer form file (.ui) with a matching class. - Qt Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal. + Creates a Qt Widgets Designer form file (.ui) with a matching class. + Qt Widgets Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal. Widget Box @@ -5371,8 +5371,8 @@ A projekt újraépítése talán segít. Ctrl+Alt+R - About Qt Designer plugins.... - Névjegy a Qt Designer beépülő moduljairól... + About Qt Widgets Designer plugins.... + Névjegy a Qt Widgets Designer beépülő moduljairól... Preview in @@ -8651,8 +8651,8 @@ SOURCES *= .../ide/main/bin/dumper/dumper.cpp(new line) CVS feltöltési sablon - Qt Designer file - Qt Designer fájl + Qt Widgets Designer file + Qt Widgets Designer fájl Generic Qt Creator Project file @@ -12834,8 +12834,8 @@ p, li { white-space: pre-wrap; } Ez a varázsló egy Qt4 Designer szokásos Widget-t vagy Qt4 Designer szokásos Widget gyűjtemény projektet generál. - Qt Designer is not responding (%1). - A Qt Designer nem válaszol (%1). + Qt Widgets Designer is not responding (%1). + A Qt Widgets Designer nem válaszol (%1). Unable to create server socket: %1 diff --git a/share/qtcreator/translations/qtcreator_it.ts b/share/qtcreator/translations/qtcreator_it.ts index 549bf8f77b7..211f4099556 100644 --- a/share/qtcreator/translations/qtcreator_it.ts +++ b/share/qtcreator/translations/qtcreator_it.ts @@ -3652,8 +3652,8 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato. Editor di segnali e slot - Qt Designer Form Class - Classe Form di Qt Designer + Qt Widgets Designer Form Class + Classe Form di Qt Widgets Designer Choose a class name @@ -3700,16 +3700,16 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato. Qt - Qt Designer Form - Form di Qt Designer + Qt Widgets Designer Form + Form di Qt Widgets Designer - Creates a Qt Designer form file (.ui). - Crea un file form Qt Designer (.ui). + Creates a Qt Widgets Designer form file (.ui). + Crea un file form Qt Widgets Designer (.ui). - Creates a Qt Designer form file (.ui) with a matching class. - Crea un file form Qt Designer (.ui) e la relativa classe. + Creates a Qt Widgets Designer form file (.ui) with a matching class. + Crea un file form Qt Widgets Designer (.ui) e la relativa classe. Designer widgetbox @@ -3824,8 +3824,8 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato. - About Qt Designer plugins.... - Informazioni sui plugin Qt Designer... + About Qt Widgets Designer plugins.... + Informazioni sui plugin Qt Widgets Designer... Preview in @@ -7309,8 +7309,8 @@ al VCS (%2)? Questa procedura guidata genera un progetto per applicazione console Qt4. L'applicazione deriva da QCoreApplication e non include una GUI. - Qt Designer is not responding (%1). - Qt Designer non risponde (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer non risponde (%1). Unable to create server socket: %1 diff --git a/share/qtcreator/translations/qtcreator_ja.ts b/share/qtcreator/translations/qtcreator_ja.ts index ad48c4e5386..df339ad5b27 100644 --- a/share/qtcreator/translations/qtcreator_ja.ts +++ b/share/qtcreator/translations/qtcreator_ja.ts @@ -12152,8 +12152,8 @@ in the system's browser for manual download. Python エディタ - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -18978,8 +18978,8 @@ Rebuilding the project might help. プロジェクトのリビルドをお奨めします。 - Qt Designer Form Class - Qt Designer フォームクラス + Qt Widgets Designer Form Class + Qt Widgets Designer フォームクラス Switch Source/Form @@ -18994,8 +18994,8 @@ Rebuilding the project might help. Shift+F4 - 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. - 既存の Qt ウィジェットプロジェクトに追加可能な Qt Designer フォームとそれに対応したクラス (C++ ヘッダとソースファイル) を作成します。 + 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. + 既存の Qt ウィジェットプロジェクトに追加可能な Qt Widgets Designer フォームとそれに対応したクラス (C++ ヘッダとソースファイル) を作成します。 Choose a Form Template @@ -25088,8 +25088,8 @@ Neither the path to the library nor the path to its includes is added to the .pr Qt カスタム Designer ウィジェットかカスタムウィジェットコレクションを作成します。 - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - このウィザードは Qt Designer カスタムウィジェットあるいは Qt Designer カスタムウィジェットコレクションプロジェクトを生成します。 + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + このウィザードは Qt Widgets Designer カスタムウィジェットあるいは Qt Widgets Designer カスタムウィジェットコレクションプロジェクトを生成します。 Creating multiple widget libraries (%1, %2) in one project (%3) is not supported. @@ -25140,8 +25140,8 @@ Neither the path to the library nor the path to its includes is added to the .pr アプリケーション "%1" が見つかりませんでした。 - Qt Designer is not responding (%1). - Qt Designer が無応答です(%1)。 + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer が無応答です(%1)。 Unable to create server socket: %1 @@ -25612,10 +25612,10 @@ Neither the path to the library nor the path to its includes is added to the .pr Qt ウィジェットアプリケーション - Creates a Qt application for the desktop. Includes a Qt Designer-based main window. + 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. - Qt Designer ベースのメインウィンドウを持つデスクトップ用 Qt アプリケーションを作成します。 + Qt Widgets Designer ベースのメインウィンドウを持つデスクトップ用 Qt アプリケーションを作成します。 デスクトップ用 Qt が存在する場合、アプリケーションのビルド用に選択します。 @@ -37181,8 +37181,8 @@ Affected are breakpoints %1 Alt+Shift+R - About Qt Designer Plugins... - Qt Designer プラグインについて... + About Qt Widgets Designer Plugins... + Qt Widgets Designer プラグインについて... Preview in @@ -37506,12 +37506,12 @@ Affected are breakpoints %1 フォームテンプレート - 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. - Qt ウィジェットプロジェクトに追加可能な Qt Designer フォームを作成します。これは既に UI ビジネスロジックを実装したクラスを持っている場合に役立ちます。 + 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. + Qt ウィジェットプロジェクトに追加可能な Qt Widgets Designer フォームを作成します。これは既に UI ビジネスロジックを実装したクラスを持っている場合に役立ちます。 - Qt Designer Form - Qt Designer フォーム + Qt Widgets Designer Form + Qt Widgets Designer フォーム Creates a Java file with boilerplate code. diff --git a/share/qtcreator/translations/qtcreator_pl.ts b/share/qtcreator/translations/qtcreator_pl.ts index d976700365c..e3581fd9e83 100644 --- a/share/qtcreator/translations/qtcreator_pl.ts +++ b/share/qtcreator/translations/qtcreator_pl.ts @@ -17866,8 +17866,8 @@ Otherwise you need to specify the path to the %2 file from the Copilot neovim pl Edytor QMLJS - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -27865,8 +27865,8 @@ Please select a 64 bit Debugger in the kit settings for this kit. Podaj nazwę klasy - Qt Designer Form Class - Klasa formularza Qt Designer + Qt Widgets Designer Form Class + Klasa formularza Qt Widgets Designer Designer @@ -27901,8 +27901,8 @@ Spróbuj ponownie przebudować projekt. Shift+F4 - 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. - 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. + 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. + 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. Choose a Form Template @@ -28053,8 +28053,8 @@ Przebudowanie projektu może pomóc w ich odnalezieniu. Alt+Shift+R - About Qt Designer Plugins... - Informacje o wtyczkach Qt Designera... + About Qt Widgets Designer Plugins... + Informacje o wtyczkach Qt Widgets Designera... Preview in @@ -40741,10 +40741,10 @@ You can select an option to create a project that you can open in Qt Design Stud Informacje o klasie - 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. + 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. - 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. + 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. @@ -41115,12 +41115,12 @@ You should not mix multiple test frameworks in a project. Szablon formularza - 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. - 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. + 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. + 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. - Qt Designer Form - Formularz Qt Designer + Qt Widgets Designer Form + Formularz Qt Widgets Designer Creates a Java file with boilerplate code. @@ -43958,15 +43958,15 @@ The affected files are: Qt Custom Designer Widget - Własny widżet Qt Designera + Własny widżet Qt Widgets Designera Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Tworzy własny widżet Qt Designera lub kolekcję własnych widżetów. + Tworzy własny widżet Qt Widgets Designera lub kolekcję własnych widżetów. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - Ten kreator generuje projekt własnego widżetu Qt Designera lub projekt kolekcji własnych widżetów Qt4 Designera. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + Ten kreator generuje projekt własnego widżetu Qt Widgets Designera lub projekt kolekcji własnych widżetów Qt4 Widget Designera. Creating multiple widget libraries (%1, %2) in one project (%3) is not supported. @@ -43985,8 +43985,8 @@ The affected files are: Nie można odnaleźć aplikacji "%1". - Qt Designer is not responding (%1). - Qt Designer nie odpowiada (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer nie odpowiada (%1). Unable to create server socket: %1 diff --git a/share/qtcreator/translations/qtcreator_ru.ts b/share/qtcreator/translations/qtcreator_ru.ts index 944bb021419..7a37785bba1 100644 --- a/share/qtcreator/translations/qtcreator_ru.ts +++ b/share/qtcreator/translations/qtcreator_ru.ts @@ -16950,8 +16950,8 @@ Rebuilding the project might help. Пересборка проекта может помочь. - Qt Designer Form Class - Класс формы Qt Designer + Qt Widgets Designer Form Class + Класс формы Qt Widgets Designer Class Details @@ -16982,7 +16982,7 @@ Rebuilding the project might help. Shift+F4 - 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. + 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. Создание формы дизайнера Qt и соответствующего класса (исходный и заголовочный файлы C++) для реализации. Их можно будет добавить к существующему проекту Qt Widget. @@ -18681,8 +18681,8 @@ when they are not required, which will improve performance in most cases.Alt+Shift+R - About Qt Designer Plugins... - О модулях Qt Designer... + About Qt Widgets Designer Plugins... + О модулях Qt Widgets Designer... Preview in @@ -25534,8 +25534,8 @@ If set to false, the target will be moved straight to the current mouse position Редактор QMLJS - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -29867,12 +29867,12 @@ Enable this if you plan to create 32-bit x86 binaries without using a dedicated Шаблон формы - 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. - Создание формы Qt Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой. + 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. + Создание формы Qt Widgets Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой. - Qt Designer Form - Форма Qt Designer + Qt Widgets Designer Form + Форма Qt Widgets Designer Creates a Java file with boilerplate code. @@ -30627,7 +30627,7 @@ Use this only if you are prototyping. You cannot create a full application with Информация о классе - Creates a Qt application for the desktop. Includes a Qt Designer-based main window. + 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. Создание приложения Qt для настольных компьютеров. Включает основное окно в виде формы дизайнера Qt. @@ -30707,8 +30707,8 @@ Preselects a desktop Qt for building the application if available. Qt для Python - Приложение Qt Quick - Пустое - Creates a Qt for Python application that includes a Qt Designer-based widget (ui file) - Создание приложения на Qt для Python, включающее виджет Qt Designer (файл ui) + Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file) + Создание приложения на Qt для Python, включающее виджет Qt Widgets Designer (файл ui) Qt for Python - Window (UI file) @@ -33657,19 +33657,19 @@ Please update your kit (%3) or choose a mkspec for qmake that matches your targe Qt Custom Designer Widget - Пользовательский виджет Qt Designer + Пользовательский виджет Qt Widgets Designer Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Создание пользовательского виджета Qt Designer или набора пользовательских виджетов. + Создание пользовательского виджета Qt Widgets Designer или набора пользовательских виджетов. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Designer. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Widgets Designer. - Qt Designer is not responding (%1). - Qt Designer не отвечает (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer не отвечает (%1). Unable to create server socket: %1 @@ -35211,7 +35211,7 @@ Neither the path to the library nor the path to its includes is added to the .pr Warn about unsupported features of Qt Quick Designer in the code editor - Предупреждать о неподдерживаемых особенностях Qt Designer в редакторе кода + Предупреждать о неподдерживаемых особенностях Qt Quick Designer в редакторе кода Debugging diff --git a/share/qtcreator/translations/qtcreator_sl.ts b/share/qtcreator/translations/qtcreator_sl.ts index 9dba0e365ae..837f8267ded 100644 --- a/share/qtcreator/translations/qtcreator_sl.ts +++ b/share/qtcreator/translations/qtcreator_sl.ts @@ -3532,8 +3532,8 @@ Morda lahko pomaga ponovna gradnja projekta. Urejevalnik XML - Qt Designer Form Class - Razred obrazca Qt Designer + Qt Widgets Designer Form Class + Razred obrazca Qt Widgets Designer Form Template @@ -3560,8 +3560,8 @@ Morda lahko pomaga ponovna gradnja projekta. Nastavitve … - Qt Designer Form - Obrazec Qt Designer + Qt Widgets Designer Form + Obrazec Qt Widgets Designer 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. @@ -3676,8 +3676,8 @@ Morda lahko pomaga ponovna gradnja projekta. Urejevalnik signalov in rež - About Qt Designer plugins.... - O vstavkih za Qt Designer … + About Qt Widgets Designer plugins.... + O vstavkih za Qt Widgets Designer … Preview in @@ -10725,8 +10725,8 @@ Za uporabo v polje Iskalnika vtipkajte to bližnjico in presledek ter nato iskan Urejevalniku QMLJS - Qt Designer - Qt Designerju + Qt Widgets Designer + Qt Widgets Designerju Qt Linguist @@ -11571,15 +11571,15 @@ Razlog: %2 Qt Custom Designer Widget - Gradnik za Qt Designer po meri + Gradnik za Qt Widgets Designer po meri Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Ustvari gradnik za Qt Designer po meri ali pa zbirko gradnikov po meri + Ustvari gradnik za Qt Widgets Designer po meri ali pa zbirko gradnikov po meri This wizard generates a Qt4 Designer Custom Widget or a Qt4 Designer Custom Widget Collection project. - Ta čarovnik ustvari projekt gradnika po meri za Qt Designer ali pa projekt zbirke gradnikov po meri za Qt Designer. + Ta čarovnik ustvari projekt gradnika po meri za Qt Widgets Designer ali pa projekt zbirke gradnikov po meri za Qt Widgets Designer. Custom Widgets @@ -11610,8 +11610,8 @@ Razlog: %2 Programa »%1« ni bilo moč najti. - Qt Designer is not responding (%1). - Qt Designer se ne odziva (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer se ne odziva (%1). Unable to create server socket: %1 @@ -16004,8 +16004,8 @@ Projekte programov QML izvede pregledovalnik QML in jih ni potrebno zgraditi.Predloga pošiljanja za CVS - Qt Designer file - Datoteka za Qt Designer + Qt Widgets Designer file + Datoteka za Qt Widgets Designer Generic Qt Creator Project file diff --git a/share/qtcreator/translations/qtcreator_uk.ts b/share/qtcreator/translations/qtcreator_uk.ts index 808afd64880..d3da748f62e 100644 --- a/share/qtcreator/translations/qtcreator_uk.ts +++ b/share/qtcreator/translations/qtcreator_uk.ts @@ -6843,8 +6843,8 @@ Rebuilding the project might help. Додавати версію Qt в #ifdef для імен модулів - Qt Designer Form Class - Клас форми Qt Designer + Qt Widgets Designer Form Class + Клас форми Qt Widgets Designer Choose a Class Name @@ -6883,8 +6883,8 @@ Rebuilding the project might help. Створює форму Qt Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI. - 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. - Створює форму Qt Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget. + 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. + Створює форму Qt Widgets Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget. Location @@ -11142,8 +11142,8 @@ Ids must begin with a lowercase letter. Редактор QMLJS - Qt Designer - Qt Designer + Qt Widgets Designer + Qt Widgets Designer Qt Linguist @@ -15626,19 +15626,19 @@ Preselects a desktop Qt for building the application if available. Qt Custom Designer Widget - Користувацький віджет Qt Designer + Користувацький віджет Qt Widgets Designer Creates a Qt Custom Designer Widget or a Custom Widget Collection. - Створює користувацький віджет Qt Designer або колекцію користувацьких віджетів. + Створює користувацький віджет Qt Widgets Designer або колекцію користувацьких віджетів. - This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project. - Цей майстер генерує проект користувацького віджета Qt Designer або колекції користувацьких віджетів Qt Designer. + This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project. + Цей майстер генерує проект користувацького віджета Qt Widgets Designer або колекції користувацьких віджетів Qt Widgets Designer. - Qt Designer is not responding (%1). - Qt Designer не відповідає (%1). + Qt Widgets Designer is not responding (%1). + Qt Widgets Designer не відповідає (%1). Unable to create server socket: %1 @@ -15717,10 +15717,10 @@ Preselects a desktop Qt for building the application if available. Програма Qt Widgets - Creates a Qt application for the desktop. Includes a Qt Designer-based main window. + 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. - Створює програму Qt для стаціонарного комп'ютера. Включає головне вікно на основі Qt Designer. + Створює програму Qt для стаціонарного комп'ютера. Включає головне вікно на основі Qt Widgets Designer. Обирає Qt для стільниці для збірки програми, якщо доступно. @@ -37378,8 +37378,8 @@ The statements may not contain '{' nor '}' characters.Alt+Shift+R - About Qt Designer Plugins... - Про додатки Qt Designer.... + About Qt Widgets Designer Plugins... + Про додатки Qt Widgets Designer.... Preview in @@ -37719,12 +37719,12 @@ The statements may not contain '{' nor '}' characters.Шаблон форми - 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. - Створює форму Qt Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI. + 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. + Створює форму Qt Widgets Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI. - Qt Designer Form - Форма Qt Designer + Qt Widgets Designer Form + Форма Qt Widgets Designer Creates a Java file with boilerplate code. diff --git a/src/plugins/coreplugin/designmode.cpp b/src/plugins/coreplugin/designmode.cpp index cb5a6129df5..f69e3d0e030 100644 --- a/src/plugins/coreplugin/designmode.cpp +++ b/src/plugins/coreplugin/designmode.cpp @@ -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 diff --git a/src/plugins/coreplugin/designmode.h b/src/plugins/coreplugin/designmode.h index 1f90d08dc5a..7a656353e40 100644 --- a/src/plugins/coreplugin/designmode.h +++ b/src/plugins/coreplugin/designmode.h @@ -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 diff --git a/src/plugins/coreplugin/editortoolbar.h b/src/plugins/coreplugin/editortoolbar.h index 2e882227312..72925c0fd63 100644 --- a/src/plugins/coreplugin/editortoolbar.h +++ b/src/plugins/coreplugin/editortoolbar.h @@ -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 diff --git a/src/plugins/cppeditor/cppcodegen_test.cpp b/src/plugins/cppeditor/cppcodegen_test.cpp index 468e7039303..b48ffa77bad 100644 --- a/src/plugins/cppeditor/cppcodegen_test.cpp +++ b/src/plugins/cppeditor/cppcodegen_test.cpp @@ -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() diff --git a/src/plugins/designer/CMakeLists.txt b/src/plugins/designer/CMakeLists.txt index c7b3cdac0d1..d9da4cfaf4d 100644 --- a/src/plugins/designer/CMakeLists.txt +++ b/src/plugins/designer/CMakeLists.txt @@ -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() diff --git a/src/plugins/designer/Designer.json.in b/src/plugins/designer/Designer.json.in index 2d03527c30a..ac6c02cfe7b 100644 --- a/src/plugins/designer/Designer.json.in +++ b/src/plugins/designer/Designer.json.in @@ -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} diff --git a/src/plugins/designer/cpp/formclasswizarddialog.cpp b/src/plugins/designer/cpp/formclasswizarddialog.cpp index cc912683f69..765bf470a0e 100644 --- a/src/plugins/designer/cpp/formclasswizarddialog.cpp +++ b/src/plugins/designer/cpp/formclasswizarddialog.cpp @@ -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); diff --git a/src/plugins/designer/designer.qbs b/src/plugins/designer/designer.qbs index 7fb484226be..38cfa5aa0de 100644 --- a/src/plugins/designer/designer.qbs +++ b/src/plugins/designer/designer.qbs @@ -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\ ],"}) diff --git a/src/plugins/designer/designerplugin.cpp b/src/plugins/designer/designerplugin.cpp index e355379727b..cc7b43a0a68 100644 --- a/src/plugins/designer/designerplugin.cpp +++ b/src/plugins/designer/designerplugin.cpp @@ -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; }); diff --git a/src/plugins/designer/formeditor.cpp b/src/plugins/designer/formeditor.cpp index 46afe017d02..aaf4a921dde 100644 --- a/src/plugins/designer/formeditor.cpp +++ b/src/plugins/designer/formeditor.cpp @@ -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, diff --git a/src/plugins/designer/formeditor.h b/src/plugins/designer/formeditor.h index e3bf9c8ebf3..0419789f5d8 100644 --- a/src/plugins/designer/formeditor.h +++ b/src/plugins/designer/formeditor.h @@ -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 { diff --git a/src/plugins/designer/formeditorstack.cpp b/src/plugins/designer/formeditorstack.cpp index 1bccd341784..6631de9a4cc 100644 --- a/src/plugins/designer/formeditorstack.cpp +++ b/src/plugins/designer/formeditorstack.cpp @@ -24,6 +24,19 @@ #include #include +/*! + \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 { diff --git a/src/plugins/designer/formeditorstack.h b/src/plugins/designer/formeditorstack.h index 0f6425e96b6..125ae2940c5 100644 --- a/src/plugins/designer/formeditorstack.h +++ b/src/plugins/designer/formeditorstack.h @@ -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 diff --git a/src/plugins/designer/formtemplatewizardpage.h b/src/plugins/designer/formtemplatewizardpage.h index 96bcb2c74e4..40f04342214 100644 --- a/src/plugins/designer/formtemplatewizardpage.h +++ b/src/plugins/designer/formtemplatewizardpage.h @@ -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. diff --git a/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizarddialog.cpp b/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizarddialog.cpp index d8d742267c1..49ff339f45a 100644 --- a/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizarddialog.cpp +++ b/src/plugins/qmakeprojectmanager/customwidgetwizard/customwidgetwizarddialog.cpp @@ -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(); diff --git a/src/plugins/qtsupport/externaleditors.cpp b/src/plugins/qtsupport/externaleditors.cpp index 4009025b8dc..371623f6cf7 100644 --- a/src/plugins/qtsupport/externaleditors.cpp +++ b/src/plugins/qtsupport/externaleditors.cpp @@ -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; diff --git a/src/plugins/qtsupport/qtcreator_tutorials.xml b/src/plugins/qtsupport/qtcreator_tutorials.xml index af657454432..b17b0def6a0 100644 --- a/src/plugins/qtsupport/qtcreator_tutorials.xml +++ b/src/plugins/qtsupport/qtcreator_tutorials.xml @@ -16,14 +16,14 @@ - qt creator,qt designer,widgets,c++,text,help + qt creator,qt widgets designer,widgets,c++,text,help Help - qt,qt creator,qt designer,widgets,c++,help + qt,qt creator,qt widgets designer,widgets,c++,help Help @@ -66,7 +66,7 @@ - qt creator,learning,qt designer,coding,2023 + qt creator,learning,qt widgets designer,coding,2023 Learning @@ -276,9 +276,9 @@ Talk - - - qt designer,widgets,ui,talk,2019 + + + qt widgets designer,widgets,ui,talk,2019 Talk