forked from qt-creator/qt-creator
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:
@@ -26,7 +26,7 @@ macro.QBSK = "Qt Bridge for Sketch"
|
|||||||
macro.QBF = "Qt Bridge for Figma"
|
macro.QBF = "Qt Bridge for Figma"
|
||||||
macro.QC = "$IDE_DISPLAY_NAME"
|
macro.QC = "$IDE_DISPLAY_NAME"
|
||||||
macro.QCE = "$IDE_DISPLAY_NAME Enterprise"
|
macro.QCE = "$IDE_DISPLAY_NAME Enterprise"
|
||||||
macro.QD = "Qt Designer"
|
macro.QD = "Qt Widgets Designer"
|
||||||
macro.QDS = "Qt Design Studio"
|
macro.QDS = "Qt Design Studio"
|
||||||
macro.QQEM = "Qt Quick Effect Maker"
|
macro.QQEM = "Qt Quick Effect Maker"
|
||||||
macro.QDV = "Qt Design Viewer"
|
macro.QDV = "Qt Design Viewer"
|
||||||
|
|||||||
@@ -5,6 +5,14 @@
|
|||||||
\externalpage https://www.perforce.com/manuals/cmdref/Content/CmdRef/P4CONFIG.html
|
\externalpage https://www.perforce.com/manuals/cmdref/Content/CmdRef/P4CONFIG.html
|
||||||
\title Perforce: P4CONFIG
|
\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
|
\externalpage https://doc.qt.io/Boot2Qt/index.html
|
||||||
\title \B2Q: Documentation
|
\title \B2Q: Documentation
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
settings are stored locally.
|
settings are stored locally.
|
||||||
|
|
||||||
\li The Okteta KDE custom widget plugin might be installed as part of
|
\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:
|
more information, see:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
/*!
|
/*!
|
||||||
//! [qt designer faq]
|
//! [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
|
\b {Why are custom widgets not loaded in the \uicontrol Design mode even though
|
||||||
it works in standalone \QD?}
|
it works in standalone \QD?}
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
that match its build key. The locations are different for standalone and
|
that match its build key. The locations are different for standalone and
|
||||||
integrated \QD.
|
integrated \QD.
|
||||||
|
|
||||||
For more information, see \l{Adding Qt Designer Plugins}.
|
For more information, see \l{Adding \QD Plugins}.
|
||||||
|
|
||||||
//! [qt designer faq]
|
//! [qt designer faq]
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -197,7 +197,7 @@
|
|||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
For more information about designing forms with \QD, see the
|
For more information about designing forms with \QD, see the
|
||||||
\l{Qt Designer Manual}.
|
\l{\QD Manual}.
|
||||||
|
|
||||||
\section2 Completing the Header File
|
\section2 Completing the Header File
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
Furthermore, features such as widget promotion and custom plugins
|
Furthermore, features such as widget promotion and custom plugins
|
||||||
allow you to use your own widgets with \QD.
|
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
|
Generally, the integrated \QD has the same functions as the standalone
|
||||||
\QD. The following sections describe the differences.
|
\QD. The following sections describe the differences.
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
\uicontrol {Follow Symbol Under Cursor} in the context menu
|
\uicontrol {Follow Symbol Under Cursor} in the context menu
|
||||||
or press \key F2 when the cursor is over a string literal.
|
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.
|
You can drag and drop the views in \QD to new positions on the screen.
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li \preferences > \uicontrol Designer.
|
\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
|
\li In \uicontrol {Embedded Design}, select \inlineimage icons/plus.png
|
||||||
to open the \uicontrol {Add Profile} dialog.
|
to open the \uicontrol {Add Profile} dialog.
|
||||||
\image qtdesigner-add-profile.png "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
|
To import device profiles from .qdp files, select \uicontrol Open. To save
|
||||||
them as .qdp files, select \uicontrol 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}
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
and to change the default plugin path, see \l{How to Create Qt Plugins}.
|
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
|
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
|
\section1 Locating \QD Plugins
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
To check which plugins were loaded successfully and which failed, choose
|
To check which plugins were loaded successfully and which failed, choose
|
||||||
\uicontrol Tools > \uicontrol {Form Editor} >
|
\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,
|
The standalone \QD is part of the Qt library used for building projects,
|
||||||
located in \c {<Qt_version>\<compiler>\bin} in the Qt installation
|
located in \c {<Qt_version>\<compiler>\bin} in the Qt installation
|
||||||
|
|||||||
@@ -158,11 +158,11 @@
|
|||||||
|
|
||||||
\section3 Writing Tooltips in Design Mode
|
\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:
|
short, canonical HTML in the source tab of the rich text editor:
|
||||||
\c {<html><head/><body><b>Note:</b> text.}
|
\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.
|
but still, you should verify by looking at the \uicontrol Source tab.
|
||||||
|
|
||||||
\section2 Writing Messages
|
\section2 Writing Messages
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"supportedProjectTypes": [ ],
|
"supportedProjectTypes": [ ],
|
||||||
"id": "D.Form",
|
"id": "D.Form",
|
||||||
"category": "R.Qt",
|
"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.",
|
"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 Designer Form",
|
"trDisplayName": "Qt Widgets Designer Form",
|
||||||
"trDisplayCategory": "Qt",
|
"trDisplayCategory": "Qt",
|
||||||
"iconText": "ui",
|
"iconText": "ui",
|
||||||
"enabled": "%{JS: value('Plugins').indexOf('Designer') >= 0}",
|
"enabled": "%{JS: value('Plugins').indexOf('Designer') >= 0}",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"supportedProjectTypes": [ "PythonProject" ],
|
"supportedProjectTypes": [ "PythonProject" ],
|
||||||
"id": "F.QtForPythonApplicationWindowWidget",
|
"id": "F.QtForPythonApplicationWindowWidget",
|
||||||
"category": "F.ApplicationPySide",
|
"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",
|
"trDisplayName": "Window UI",
|
||||||
"trDisplayCategory": "Application (Qt for Python)",
|
"trDisplayCategory": "Application (Qt for Python)",
|
||||||
"icon": "../icons/icon.png",
|
"icon": "../icons/icon.png",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"supportedProjectTypes": [ "MesonProjectManager.MesonProject","CMakeProjectManager.CMakeProject", "Qt4ProjectManager.Qt4Project", "Qbs.QbsProject" ],
|
"supportedProjectTypes": [ "MesonProjectManager.MesonProject","CMakeProjectManager.CMakeProject", "Qt4ProjectManager.Qt4Project", "Qbs.QbsProject" ],
|
||||||
"id": "C.QtWidgets",
|
"id": "C.QtWidgets",
|
||||||
"category": "D.ApplicationQt",
|
"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",
|
"trDisplayName": "Qt Widgets Application",
|
||||||
"trDisplayCategory": "Application (Qt)",
|
"trDisplayCategory": "Application (Qt)",
|
||||||
"icon": "../../global/guiapplication.png",
|
"icon": "../../global/guiapplication.png",
|
||||||
|
|||||||
@@ -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
|
*Note:* `.qm` files are generated as part of the regular build. They are not
|
||||||
submitted to the repository.
|
submitted to the repository.
|
||||||
|
|
||||||
*Note:* QmlDesigner contains code from the Gradient Editor of Qt Designer. If an
|
*Note:* QmlDesigner contains code from the Gradient Editor of Qt Widgets Designer.
|
||||||
official translation of Qt for your language exists, you can re-use the
|
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
|
translation of those messages by merging Qt Creator's and Qt Widgets Designer's
|
||||||
translation using `lconvert`:
|
translation using `lconvert`:
|
||||||
|
|
||||||
lconvert qtcreator_<LANG>.ts $QTDIR/translations/designer_<LANG>.ts > temp.ts
|
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
|
Editor's translations and update the file, passing the additional option
|
||||||
`-noobsolete` to `lupdate` (by temporarily modifying
|
`-noobsolete` to `lupdate` (by temporarily modifying
|
||||||
`<qtcreator>/cmake/QtCreatorTranslations.cmake`). This will remove the now
|
`<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
|
[1]: https://lists.qt-project.org/listinfo/localization
|
||||||
|
|||||||
@@ -4278,8 +4278,8 @@ Rebuilding the project might help.</source>
|
|||||||
Zkuste projekt vytvořit znovu.</translation>
|
Zkuste projekt vytvořit znovu.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Třída formuláře programu Qt Designer</translation>
|
<translation>Třída formuláře programu Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Form Template</source>
|
<source>Form Template</source>
|
||||||
@@ -4326,8 +4326,8 @@ Zkuste projekt vytvořit znovu.</translation>
|
|||||||
<translation>Shift+F4</translation>
|
<translation>Shift+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Formulář programu Qt Designer</translation>
|
<translation>Formulář programu Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>O přídavných modulech programu Qt Designer...</translation>
|
<translation>O přídavných modulech programu Qt Widgets Designer...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Views</source>
|
<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>
|
<translation>Tento průvodce vytvoří projekt konzolové aplikace v Qt4. Aplikace je odvozena z QCoreApplication a nemá žádné uživatelské rozhraní.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer neodpovídá (%1).</translation>
|
<translation>Qt Widgets Designer neodpovídá (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation type="obsolete">Editor .qmlproject</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -17504,7 +17504,7 @@ Důvod: %2</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
||||||
|
|||||||
@@ -13547,8 +13547,8 @@ Det hjælper måske at genbygge projektet.</translation>
|
|||||||
<translation>Designer</translation>
|
<translation>Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Qt Designer-udformningsklasse</translation>
|
<translation>Qt Widgets Designer-udformningsklasse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a Class Name</source>
|
<source>Choose a Class Name</source>
|
||||||
@@ -13571,8 +13571,8 @@ Det hjælper måske at genbygge projektet.</translation>
|
|||||||
<translation>Skift kilde/udformning</translation>
|
<translation>Skift kilde/udformning</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>For&m Editor</source>
|
<source>For&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>
|
<translation>Alt+Skift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>Om Qt Designer-plugins...</translation>
|
<translation>Om Qt Widgets Designer-plugins...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -19970,8 +19970,8 @@ Fejl: %5</translation>
|
|||||||
<translation>Python-redigering</translation>
|
<translation>Python-redigering</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -23386,12 +23386,12 @@ til projektet "%2".</translation>
|
|||||||
<translation>Udformningsskabelon</translation>
|
<translation>Udformningsskabelon</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Qt Designer-udformning</translation>
|
<translation>Qt Widgets Designer-udformning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Java file with boilerplate code.</source>
|
<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>
|
<translation>Opretter et Qt brugerdefineret Designer-widget eller en brugerdefineret widget-samling.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<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 Designer brugerdefineret widget eller et Qt Designer brugerdefineret widget-samling-projekt.</translation>
|
<translation>Denne assistent genererer en Qt Widgets Designer brugerdefineret widget eller et Qt Widgets Designer brugerdefineret widget-samling-projekt.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer svarer ikke (%1).</translation>
|
<translation>Qt Widgets Designer svarer ikke (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation>Qt widgets-program</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
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>
|
Prævælger en desktop Qt til bygning af programmet, hvis tilgængeligt.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|||||||
@@ -19523,8 +19523,8 @@ Wenn die Systemzeiger für das Verändern der Größe von Ansichten nicht korrek
|
|||||||
<translation>QMLJS-Editor</translation>
|
<translation>QMLJS-Editor</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -28977,8 +28977,8 @@ Rebuilding the project might help.</source>
|
|||||||
Versuchen Sie, das Projekt neu zu erstellen.</translation>
|
Versuchen Sie, das Projekt neu zu erstellen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Qt-Designer-Formularklasse</translation>
|
<translation>Qt-Widgets-Designer-Formularklasse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Class Details</source>
|
<source>Class Details</source>
|
||||||
@@ -29009,8 +29009,8 @@ Versuchen Sie, das Projekt neu zu erstellen.</translation>
|
|||||||
<translation>Shift+F4</translation>
|
<translation>Shift+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a Form Template</source>
|
<source>Choose a Form Template</source>
|
||||||
@@ -29161,8 +29161,8 @@ Versuchen Sie, das Projekt neu zu erstellen.</translation>
|
|||||||
<translation>Alt+Shift+R</translation>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>Über Qt Designer-Plugins...</translation>
|
<translation>Über Qt Widgets Designer-Plugins...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -41285,10 +41285,10 @@ Bitte schließen Sie alle laufenden Instanzen Ihrer Anwendung vor dem Erstellen.
|
|||||||
<translation>Pfad</translation>
|
<translation>Pfad</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
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>
|
Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern verfügbar.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -41381,11 +41381,11 @@ Wahlweise können Sie ein Projekt erstellen, das in Qt Design Studio geöffnet w
|
|||||||
<translation>Formularvorlage</translation>
|
<translation>Formularvorlage</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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-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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Qt-Designer-Formular</translation>
|
<translation>Qt-Designer-Formular</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -41899,8 +41899,8 @@ Sie sollten nicht mehrere Test-Frameworks im selben Projekt mischen.</translatio
|
|||||||
<translation>Leeres Fenster</translation>
|
<translation>Leeres Fenster</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion.</source>
|
<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 Designer-basiertes Widget (ui-Datei) enthält. Erfordert Umwandlung von .ui nach Python.</translation>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Window UI</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<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 Designer.</translation>
|
<translation>Dieser Assistent erstellt ein Projekt mit einem oder mehreren benutzerdefinierten Widgets für Qt Widgets Designer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
|
<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 "%1" konnte nicht gefunden werden.</translation>
|
<translation>Die Anwendung "%1" konnte nicht gefunden werden.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer antwortet nicht (%1).</translation>
|
<translation>Qt Widgets Designer antwortet nicht (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<source>Unable to create server socket: %1</source>
|
||||||
|
|||||||
@@ -3777,8 +3777,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
|
|||||||
<translation type="obsolete">Editor de signals/slots</translation>
|
<translation type="obsolete">Editor de signals/slots</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Clase del formulario Qt Designer</translation>
|
<translation>Clase del formulario Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>%1 - Error</source>
|
<source>%1 - Error</source>
|
||||||
@@ -3825,20 +3825,20 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
|
|||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Diseñador de formularios de Qt</translation>
|
<translation>Diseñador de formularios de Qt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui).</source>
|
<source>Creates a Qt Widgets Designer form file (.ui).</source>
|
||||||
<translation>Crea un archivo de formulario de Qt Designer (.ui).</translation>
|
<translation>Crea un archivo de formulario de Qt Widgets Designer (.ui).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
|
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
|
||||||
<translation>Crea un archivo de formulario de Qt Designer (.ui) para una clase.</translation>
|
<translation>Crea un archivo de formulario de Qt Widgets Designer (.ui) para una clase.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Clase del formulario de Qt Designer</translation>
|
<translation>Clase del formulario de Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Object inspector</source>
|
<source>Object inspector</source>
|
||||||
@@ -3953,8 +3953,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer plugins....</source>
|
<source>About Qt Widgets Designer plugins....</source>
|
||||||
<translation>Acerca de los plugins de Qt Designer...</translation>
|
<translation>Acerca de los plugins de Qt Widgets Designer...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -3989,8 +3989,8 @@ Es recomendado usar gdb 6.7 o posterior.</translation>
|
|||||||
<translation>Imposible escribir a %1: %2</translation>
|
<translation>Imposible escribir a %1: %2</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Formulario de Qt Designer</translation>
|
<translation>Formulario de Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>The class definition of '%1' could not be found in %2.</source>
|
<source>The class definition of '%1' 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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer no está respondiendo (%1).</translation>
|
<translation>Qt Widgets Designer no está respondiendo (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<source>Unable to create server socket: %1</source>
|
||||||
|
|||||||
@@ -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>
|
<translation>Éditeur QMLJS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -28811,8 +28811,8 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par
|
|||||||
<translation>Éditeur d’interface graphique</translation>
|
<translation>Éditeur d’interface graphique</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Classe d’interface graphique Qt Designer</translation>
|
<translation>Classe d’interface graphique Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Form Template</source>
|
<source>Form Template</source>
|
||||||
@@ -28835,12 +28835,12 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par
|
|||||||
<translation>Sélectionner un nom de classe</translation>
|
<translation>Sélectionner un nom de classe</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Widget Box</source>
|
<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>
|
<translation>Boite de widget</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -28937,8 +28937,8 @@ L’accès au module ou la mise en place de points d’arrêt par fichier et par
|
|||||||
<translation>Maj+F4</translation>
|
<translation>Maj+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>À propos des greffons de Qt Designer…</translation>
|
<translation>À propos des greffons de Qt Widgets Designer…</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Signals && Slots Editor</source>
|
<source>Signals && Slots Editor</source>
|
||||||
@@ -40386,8 +40386,8 @@ Présélectionne un Qt optimisé pour le bureau pour compiler l'application
|
|||||||
<translation>Définir l'interpréteur Python</translation>
|
<translation>Définir l'interpréteur Python</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file). Requires .ui to Python conversion.</source>
|
<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 Designer (fichier ui). Nécessite une conversion de .ui vers Python.</translation>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Quick UI project for previewing and prototyping designs.
|
<source>Creates a Qt Quick UI project for previewing and prototyping designs.
|
||||||
@@ -40910,10 +40910,10 @@ Utilisez cette version « de compatibilité » si vous souhaitez utili
|
|||||||
<translation>Application Qt Quick (compatibilité)</translation>
|
<translation>Application Qt Quick (compatibilité)</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
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'entêtes et de sources C++ pour implémenter la logique de l'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'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.</translation>
|
Sélectionne un Qt optimisé pour bureaux pour compiler l'application, si disponible.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -41254,12 +41254,12 @@ Sélectionne un Qt optimisé pour bureaux pour compiler l'application, si d
|
|||||||
<translation>Modèle d’interface graphique</translation>
|
<translation>Modèle d’interface graphique</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 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.</translation>
|
<translation>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.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Interface graphique Qt Designer</translation>
|
<translation>Interface graphique Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a source file that you can add to a C/C++ project.</source>
|
<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>
|
<context>
|
||||||
<name>QtC::QmakeProjectManager</name>
|
<name>QtC::QmakeProjectManager</name>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer ne répond pas (%1).</translation>
|
<translation>Qt Widgets Designer ne répond pas (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation>Crée un widget personnalisé ou une collection de widgets personnalisés pour Qt4 Designer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
|
||||||
<translatorcomment>lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Designer" ?</translatorcomment>
|
<translatorcomment>lourd ? "contenant un widget ou une collection de widgets, personnalisé pour Qt Widgets Designer" ?</translatorcomment>
|
||||||
<translation>Cet assistant génère un projet contenant un widget ou une collection de widgets personnalisés pour Qt Designer.</translation>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Custom Widgets</source>
|
<source>Custom Widgets</source>
|
||||||
|
|||||||
@@ -15304,8 +15304,8 @@ Check the test environment.</source>
|
|||||||
<translation>Python uređivač</translation>
|
<translation>Python uređivač</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -20900,8 +20900,8 @@ Rebuilding the project might help.</source>
|
|||||||
<translation>Alt+Shift+R</translation>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>O Qt Designer dodacima …</translation>
|
<translation>O Qt Widgets Designer dodacima …</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
|
|||||||
@@ -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>
|
<translation>Qt modulnevek használata az #include irányelvekben</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Qt Designer forma osztály</translation>
|
<translation>Qt Widgets Designer forma osztály</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a class name</source>
|
<source>Choose a class name</source>
|
||||||
@@ -5259,16 +5259,16 @@ A projekt újraépítése talán segít.</translation>
|
|||||||
<translation>Qt</translation>
|
<translation>Qt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Qt Designer forma</translation>
|
<translation>Qt Widgets Designer forma</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui).</source>
|
<source>Creates a Qt Widgets Designer form file (.ui).</source>
|
||||||
<translation>Qt Designer forma fájl (.ui) létrehozása.</translation>
|
<translation>Qt Widgets Designer forma fájl (.ui) létrehozása.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
|
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
|
||||||
<translation>Qt Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal.</translation>
|
<translation>Qt Widgets Designer forma fájl(.ui) létrehozása illeszkedő osztályokkal.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Widget Box</source>
|
<source>Widget Box</source>
|
||||||
@@ -5371,8 +5371,8 @@ A projekt újraépítése talán segít.</translation>
|
|||||||
<translation>Ctrl+Alt+R</translation>
|
<translation>Ctrl+Alt+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer plugins....</source>
|
<source>About Qt Widgets Designer plugins....</source>
|
||||||
<translation>Névjegy a Qt Designer beépülő moduljairól...</translation>
|
<translation>Névjegy a Qt Widgets Designer beépülő moduljairól...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -8651,8 +8651,8 @@ SOURCES *= .../ide/main/bin/dumper/dumper.cpp(new line)
|
|||||||
<translation>CVS feltöltési sablon</translation>
|
<translation>CVS feltöltési sablon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer file</source>
|
<source>Qt Widgets Designer file</source>
|
||||||
<translation>Qt Designer fájl</translation>
|
<translation>Qt Widgets Designer fájl</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Generic Qt Creator Project file</source>
|
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>A Qt Designer nem válaszol (%1).</translation>
|
<translation>A Qt Widgets Designer nem válaszol (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<source>Unable to create server socket: %1</source>
|
||||||
|
|||||||
@@ -3652,8 +3652,8 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
|
|||||||
<translation type="obsolete">Editor di segnali e slot</translation>
|
<translation type="obsolete">Editor di segnali e slot</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Classe Form di Qt Designer</translation>
|
<translation>Classe Form di Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a class name</source>
|
<source>Choose a class name</source>
|
||||||
@@ -3700,16 +3700,16 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
|
|||||||
<translation>Qt</translation>
|
<translation>Qt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Form di Qt Designer</translation>
|
<translation>Form di Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui).</source>
|
<source>Creates a Qt Widgets Designer form file (.ui).</source>
|
||||||
<translation>Crea un file form Qt Designer (.ui).</translation>
|
<translation>Crea un file form Qt Widgets Designer (.ui).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Designer form file (.ui) with a matching class.</source>
|
<source>Creates a Qt Widgets Designer form file (.ui) with a matching class.</source>
|
||||||
<translation>Crea un file form Qt Designer (.ui) e la relativa classe.</translation>
|
<translation>Crea un file form Qt Widgets Designer (.ui) e la relativa classe.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Designer widgetbox</source>
|
<source>Designer widgetbox</source>
|
||||||
@@ -3824,8 +3824,8 @@ L'utilizzo di gdb 6.7 o successivi è fortemente consigliato.</translation>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer plugins....</source>
|
<source>About Qt Widgets Designer plugins....</source>
|
||||||
<translation>Informazioni sui plugin Qt Designer...</translation>
|
<translation>Informazioni sui plugin Qt Widgets Designer...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -7309,8 +7309,8 @@ al VCS (%2)?</translation>
|
|||||||
<translation>Questa procedura guidata genera un progetto per applicazione console Qt4. L'applicazione deriva da QCoreApplication e non include una GUI.</translation>
|
<translation>Questa procedura guidata genera un progetto per applicazione console Qt4. L'applicazione deriva da QCoreApplication e non include una GUI.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer non risponde (%1).</translation>
|
<translation>Qt Widgets Designer non risponde (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<source>Unable to create server socket: %1</source>
|
||||||
|
|||||||
@@ -12152,8 +12152,8 @@ in the system's browser for manual download.</source>
|
|||||||
<translation>Python エディタ</translation>
|
<translation>Python エディタ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -18978,8 +18978,8 @@ Rebuilding the project might help.</source>
|
|||||||
プロジェクトのリビルドをお奨めします。</translation>
|
プロジェクトのリビルドをお奨めします。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Qt Designer フォームクラス</translation>
|
<translation>Qt Widgets Designer フォームクラス</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Switch Source/Form</source>
|
<source>Switch Source/Form</source>
|
||||||
@@ -18994,8 +18994,8 @@ Rebuilding the project might help.</source>
|
|||||||
<translation>Shift+F4</translation>
|
<translation>Shift+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<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 ウィジェットプロジェクトに追加可能な Qt Designer フォームとそれに対応したクラス (C++ ヘッダとソースファイル) を作成します。</translation>
|
<translation>既存の Qt ウィジェットプロジェクトに追加可能な Qt Widgets Designer フォームとそれに対応したクラス (C++ ヘッダとソースファイル) を作成します。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a Form Template</source>
|
<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>
|
<translation>Qt カスタム Designer ウィジェットかカスタムウィジェットコレクションを作成します。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
|
||||||
<translation>このウィザードは Qt Designer カスタムウィジェットあるいは Qt Designer カスタムウィジェットコレクションプロジェクトを生成します。</translation>
|
<translation>このウィザードは Qt Widgets Designer カスタムウィジェットあるいは Qt Widgets Designer カスタムウィジェットコレクションプロジェクトを生成します。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
|
<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>アプリケーション "%1" が見つかりませんでした。</translation>
|
<translation>アプリケーション "%1" が見つかりませんでした。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer が無応答です(%1)。</translation>
|
<translation>Qt Widgets Designer が無応答です(%1)。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation>Qt ウィジェットアプリケーション</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
Preselects a desktop Qt for building the application if available.</source>
|
||||||
<translation>Qt Designer ベースのメインウィンドウを持つデスクトップ用 Qt アプリケーションを作成します。
|
<translation>Qt Widgets Designer ベースのメインウィンドウを持つデスクトップ用 Qt アプリケーションを作成します。
|
||||||
|
|
||||||
デスクトップ用 Qt が存在する場合、アプリケーションのビルド用に選択します。</translation>
|
デスクトップ用 Qt が存在する場合、アプリケーションのビルド用に選択します。</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -37181,8 +37181,8 @@ Affected are breakpoints %1</source>
|
|||||||
<translation>Alt+Shift+R</translation>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>Qt Designer プラグインについて...</translation>
|
<translation>Qt Widgets Designer プラグインについて...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -37506,12 +37506,12 @@ Affected are breakpoints %1</source>
|
|||||||
<translation>フォームテンプレート</translation>
|
<translation>フォームテンプレート</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 Designer フォームを作成します。これは既に UI ビジネスロジックを実装したクラスを持っている場合に役立ちます。</translation>
|
<translation>Qt ウィジェットプロジェクトに追加可能な Qt Widgets Designer フォームを作成します。これは既に UI ビジネスロジックを実装したクラスを持っている場合に役立ちます。</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Qt Designer フォーム</translation>
|
<translation>Qt Widgets Designer フォーム</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Java file with boilerplate code.</source>
|
<source>Creates a Java file with boilerplate code.</source>
|
||||||
|
|||||||
@@ -17866,8 +17866,8 @@ Otherwise you need to specify the path to the %2 file from the Copilot neovim pl
|
|||||||
<translation>Edytor QMLJS</translation>
|
<translation>Edytor QMLJS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<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>
|
<translation>Podaj nazwę klasy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Klasa formularza Qt Designer</translation>
|
<translation>Klasa formularza Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Designer</source>
|
<source>Designer</source>
|
||||||
@@ -27901,8 +27901,8 @@ Spróbuj ponownie przebudować projekt.</translation>
|
|||||||
<translation>Shift+F4</translation>
|
<translation>Shift+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a Form Template</source>
|
<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>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>Informacje o wtyczkach Qt Designera...</translation>
|
<translation>Informacje o wtyczkach Qt Widgets Designera...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<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>
|
<translation>Informacje o klasie</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
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>
|
Wstępnie wybiera platformę desktopową Qt do budowania aplikacji, jeśli jest ona dostępna.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -41115,12 +41115,12 @@ You should not mix multiple test frameworks in a project.</source>
|
|||||||
<translation>Szablon formularza</translation>
|
<translation>Szablon formularza</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Formularz Qt Designer</translation>
|
<translation>Formularz Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Java file with boilerplate code.</source>
|
<source>Creates a Java file with boilerplate code.</source>
|
||||||
@@ -43958,15 +43958,15 @@ The affected files are:
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<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 Designera lub projekt kolekcji własnych widżetów Qt4 Designera.</translation>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creating multiple widget libraries (%1, %2) in one project (%3) is not supported.</source>
|
<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 "%1".</translation>
|
<translation>Nie można odnaleźć aplikacji "%1".</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer nie odpowiada (%1).</translation>
|
<translation>Qt Widgets Designer nie odpowiada (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<source>Unable to create server socket: %1</source>
|
||||||
|
|||||||
@@ -16950,8 +16950,8 @@ Rebuilding the project might help.</source>
|
|||||||
Пересборка проекта может помочь.</translation>
|
Пересборка проекта может помочь.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Класс формы Qt Designer</translation>
|
<translation>Класс формы Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Class Details</source>
|
<source>Class Details</source>
|
||||||
@@ -16982,7 +16982,7 @@ Rebuilding the project might help.</source>
|
|||||||
<translation>Shift+F4</translation>
|
<translation>Shift+F4</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<translation>Создание формы дизайнера Qt и соответствующего класса (исходный и заголовочный файлы C++) для реализации. Их можно будет добавить к существующему проекту Qt Widget.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -18681,8 +18681,8 @@ when they are not required, which will improve performance in most cases.</sourc
|
|||||||
<translation>Alt+Shift+R</translation>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>О модулях Qt Designer...</translation>
|
<translation>О модулях Qt Widgets Designer...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<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>
|
<translation>Редактор QMLJS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<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>
|
<translation>Шаблон формы</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой.</translation>
|
<translation>Создание формы Qt Widgets Designer, которую можно добавить в проект Qt Widget. Имеет смысл, если у вас уже есть класс с бизнес-логикой.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Форма Qt Designer</translation>
|
<translation>Форма Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Java file with boilerplate code.</source>
|
<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>
|
<translation>Информация о классе</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
Preselects a desktop Qt for building the application if available.</source>
|
||||||
<translation>Создание приложения Qt для настольных компьютеров. Включает основное окно в виде формы дизайнера Qt.
|
<translation>Создание приложения Qt для настольных компьютеров. Включает основное окно в виде формы дизайнера Qt.
|
||||||
@@ -30707,8 +30707,8 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
<translation>Qt для Python - Приложение Qt Quick - Пустое</translation>
|
<translation>Qt для Python - Приложение Qt Quick - Пустое</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt for Python application that includes a Qt Designer-based widget (ui file)</source>
|
<source>Creates a Qt for Python application that includes a Qt Widgets Designer-based widget (ui file)</source>
|
||||||
<translation>Создание приложения на Qt для Python, включающее виджет Qt Designer (файл ui)</translation>
|
<translation>Создание приложения на Qt для Python, включающее виджет Qt Widgets Designer (файл ui)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt for Python - Window (UI file)</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<source>Qt Custom Designer Widget</source>
|
||||||
<translation>Пользовательский виджет Qt Designer</translation>
|
<translation>Пользовательский виджет Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
||||||
<translation>Создание пользовательского виджета Qt Designer или набора пользовательских виджетов.</translation>
|
<translation>Создание пользовательского виджета Qt Widgets Designer или набора пользовательских виджетов.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
|
||||||
<translation>Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Designer.</translation>
|
<translation>Этот мастер создаст пользовательский виджет или набор пользовательских виджетов для Qt Widgets Designer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer не отвечает (%1).</translation>
|
<translation>Qt Widgets Designer не отвечает (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Warn about unsupported features of Qt Quick Designer in the code editor</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Debugging</source>
|
<source>Debugging</source>
|
||||||
|
|||||||
@@ -3532,8 +3532,8 @@ Morda lahko pomaga ponovna gradnja projekta.</translation>
|
|||||||
<translation type="obsolete">Urejevalnik XML</translation>
|
<translation type="obsolete">Urejevalnik XML</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Razred obrazca Qt Designer</translation>
|
<translation>Razred obrazca Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Form Template</source>
|
<source>Form Template</source>
|
||||||
@@ -3560,8 +3560,8 @@ Morda lahko pomaga ponovna gradnja projekta.</translation>
|
|||||||
<translation type="obsolete">Nastavitve …</translation>
|
<translation type="obsolete">Nastavitve …</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Obrazec Qt Designer</translation>
|
<translation>Obrazec Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
<translation>Urejevalnik signalov in rež</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer plugins....</source>
|
<source>About Qt Widgets Designer plugins....</source>
|
||||||
<translation>O vstavkih za Qt Designer …</translation>
|
<translation>O vstavkih za Qt Widgets Designer …</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<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>
|
<translation>Urejevalniku QMLJS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designerju</translation>
|
<translation>Qt Widgets Designerju</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -11571,15 +11571,15 @@ Razlog: %2</translation>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt4 Designer Custom Widget or a Qt4 Designer Custom Widget Collection project.</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Custom Widgets</source>
|
<source>Custom Widgets</source>
|
||||||
@@ -11610,8 +11610,8 @@ Razlog: %2</translation>
|
|||||||
<translation>Programa »%1« ni bilo moč najti.</translation>
|
<translation>Programa »%1« ni bilo moč najti.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer se ne odziva (%1).</translation>
|
<translation>Qt Widgets Designer se ne odziva (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation>Predloga pošiljanja za CVS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer file</source>
|
<source>Qt Widgets Designer file</source>
|
||||||
<translation>Datoteka za Qt Designer</translation>
|
<translation>Datoteka za Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Generic Qt Creator Project file</source>
|
<source>Generic Qt Creator Project file</source>
|
||||||
|
|||||||
@@ -6843,8 +6843,8 @@ Rebuilding the project might help.</source>
|
|||||||
<translation type="vanished">Додавати версію Qt в #ifdef для імен модулів</translation>
|
<translation type="vanished">Додавати версію Qt в #ifdef для імен модулів</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form Class</source>
|
<source>Qt Widgets Designer Form Class</source>
|
||||||
<translation>Клас форми Qt Designer</translation>
|
<translation>Клас форми Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Choose a Class Name</source>
|
<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>
|
<translation type="vanished">Створює форму Qt Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
|
||||||
</message>
|
</message>
|
||||||
<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 Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget.</translation>
|
<translation>Створює форму Qt Widgets Designer разом з відповідним класом (файли заголовку та коду C++) з метою реалізації.. Ви можете додати форму та клас до існуючого проекту Qt Widget.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Location</source>
|
<source>Location</source>
|
||||||
@@ -11142,8 +11142,8 @@ Ids must begin with a lowercase letter.</source>
|
|||||||
<translation>Редактор QMLJS</translation>
|
<translation>Редактор QMLJS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer</source>
|
<source>Qt Widgets Designer</source>
|
||||||
<translation>Qt Designer</translation>
|
<translation>Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Linguist</source>
|
<source>Qt Linguist</source>
|
||||||
@@ -15626,19 +15626,19 @@ Preselects a desktop Qt for building the application if available.</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Custom Designer Widget</source>
|
<source>Qt Custom Designer Widget</source>
|
||||||
<translation>Користувацький віджет Qt Designer</translation>
|
<translation>Користувацький віджет Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
<source>Creates a Qt Custom Designer Widget or a Custom Widget Collection.</source>
|
||||||
<translation>Створює користувацький віджет Qt Designer або колекцію користувацьких віджетів.</translation>
|
<translation>Створює користувацький віджет Qt Widgets Designer або колекцію користувацьких віджетів.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>This wizard generates a Qt Designer Custom Widget or a Qt Designer Custom Widget Collection project.</source>
|
<source>This wizard generates a Qt Widgets Designer Custom Widget or a Qt Widgets Designer Custom Widget Collection project.</source>
|
||||||
<translation>Цей майстер генерує проект користувацького віджета Qt Designer або колекції користувацьких віджетів Qt Designer.</translation>
|
<translation>Цей майстер генерує проект користувацького віджета Qt Widgets Designer або колекції користувацьких віджетів Qt Widgets Designer.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer is not responding (%1).</source>
|
<source>Qt Widgets Designer is not responding (%1).</source>
|
||||||
<translation>Qt Designer не відповідає (%1).</translation>
|
<translation>Qt Widgets Designer не відповідає (%1).</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Unable to create server socket: %1</source>
|
<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>
|
<translation>Програма Qt Widgets</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
Preselects a desktop Qt for building the application if available.</source>
|
||||||
<translation>Створює програму Qt для стаціонарного комп'ютера. Включає головне вікно на основі Qt Designer.
|
<translation>Створює програму Qt для стаціонарного комп'ютера. Включає головне вікно на основі Qt Widgets Designer.
|
||||||
|
|
||||||
Обирає Qt для стільниці для збірки програми, якщо доступно.</translation>
|
Обирає Qt для стільниці для збірки програми, якщо доступно.</translation>
|
||||||
</message>
|
</message>
|
||||||
@@ -37378,8 +37378,8 @@ The statements may not contain '{' nor '}' characters.</sour
|
|||||||
<translation>Alt+Shift+R</translation>
|
<translation>Alt+Shift+R</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>About Qt Designer Plugins...</source>
|
<source>About Qt Widgets Designer Plugins...</source>
|
||||||
<translation>Про додатки Qt Designer....</translation>
|
<translation>Про додатки Qt Widgets Designer....</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Preview in</source>
|
<source>Preview in</source>
|
||||||
@@ -37719,12 +37719,12 @@ The statements may not contain '{' nor '}' characters.</sour
|
|||||||
<translation>Шаблон форми</translation>
|
<translation>Шаблон форми</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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 Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
|
<translation>Створює форму Qt Widgets Designer, яку ви можете додати до проекту Qt Widget. Це корисно, якщо ви вже маєте існуючий клас для бізнес-логіки UI.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Qt Designer Form</source>
|
<source>Qt Widgets Designer Form</source>
|
||||||
<translation>Форма Qt Designer</translation>
|
<translation>Форма Qt Widgets Designer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Creates a Java file with boilerplate code.</source>
|
<source>Creates a Java file with boilerplate code.</source>
|
||||||
|
|||||||
@@ -25,6 +25,18 @@
|
|||||||
|
|
||||||
using namespace Utils;
|
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 {
|
namespace Core {
|
||||||
|
|
||||||
struct DesignEditorInfo
|
struct DesignEditorInfo
|
||||||
|
|||||||
@@ -12,13 +12,6 @@ class FancyMainWindow;
|
|||||||
namespace Core {
|
namespace Core {
|
||||||
class IEditor;
|
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
|
class CORE_EXPORT DesignMode final : public IMode
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -19,9 +19,12 @@ class IDocument;
|
|||||||
|
|
||||||
struct EditorToolBarPrivate;
|
struct EditorToolBarPrivate;
|
||||||
|
|
||||||
/**
|
/*!
|
||||||
* Fakes an IEditor-like toolbar for design mode widgets such as Qt Designer and Bauhaus.
|
\class Core::EditorToolBar
|
||||||
* Creates a combobox for open files and lock and close buttons on the right.
|
\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
|
class CORE_EXPORT EditorToolBar : public Utils::StyledBar
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ void CodegenTest::testProtectedBetweenPublicAndPrivate()
|
|||||||
Should insert at line 18, column 1, with "private slots:\n" as prefix and "\n"
|
Should insert at line 18, column 1, with "private slots:\n" as prefix and "\n"
|
||||||
as suffix.
|
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.
|
generates.
|
||||||
*/
|
*/
|
||||||
void CodegenTest::testQtdesignerIntegration()
|
void CodegenTest::testQtdesignerIntegration()
|
||||||
|
|||||||
@@ -5,12 +5,12 @@ if(Qt6_VERSION VERSION_GREATER_EQUAL 6.7.0)
|
|||||||
{
|
{
|
||||||
\"Name\" : \"-designer-qt-pluginpath\",
|
\"Name\" : \"-designer-qt-pluginpath\",
|
||||||
\"Parameter\" : \"path\",
|
\"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\",
|
\"Name\" : \"-designer-pluginpath\",
|
||||||
\"Parameter\" : \"path\",
|
\"Parameter\" : \"path\",
|
||||||
\"Description\" : \"Add a custom search path for Qt Designer plugins\"
|
\"Description\" : \"Add a custom search path for Qt Widgets Designer plugins\"
|
||||||
}
|
}
|
||||||
],")
|
],")
|
||||||
else()
|
else()
|
||||||
@@ -19,7 +19,7 @@ else()
|
|||||||
{
|
{
|
||||||
\"Name\" : \"-designer-qt-pluginpath\",
|
\"Name\" : \"-designer-qt-pluginpath\",
|
||||||
\"Parameter\" : \"path\",
|
\"Parameter\" : \"path\",
|
||||||
\"Description\" : \"Override the default search path for Qt Designer plugins\"
|
\"Description\" : \"Override the default search path for Qt Widgets Designer plugins\"
|
||||||
}
|
}
|
||||||
],")
|
],")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@@ -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."
|
"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",
|
"Category" : "Qt Creator",
|
||||||
"Description" : "Qt Designer integration.",
|
"Description" : "Qt Widgets Designer integration.",
|
||||||
"Url" : "http://www.qt.io",
|
"Url" : "http://www.qt.io",
|
||||||
${DESIGNER_PLUGIN_ARGUMENTS}
|
${DESIGNER_PLUGIN_ARGUMENTS}
|
||||||
${IDE_PLUGIN_DEPENDENCIES}
|
${IDE_PLUGIN_DEPENDENCIES}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ FormClassWizardDialog::FormClassWizardDialog(const Core::BaseFileWizardFactory *
|
|||||||
m_formPage(new FormTemplateWizardPage),
|
m_formPage(new FormTemplateWizardPage),
|
||||||
m_classPage(new FormClassWizardPage)
|
m_classPage(new FormClassWizardPage)
|
||||||
{
|
{
|
||||||
setWindowTitle(Tr::tr("Qt Designer Form Class"));
|
setWindowTitle(Tr::tr("Qt Widgets Designer Form Class"));
|
||||||
|
|
||||||
setPage(FormPageId, m_formPage);
|
setPage(FormPageId, m_formPage);
|
||||||
setPage(ClassPageId, m_classPage);
|
setPage(ClassPageId, m_classPage);
|
||||||
|
|||||||
@@ -32,12 +32,12 @@ QtcPlugin {
|
|||||||
{\n\
|
{\n\
|
||||||
\"Name\" : \"-designer-qt-pluginpath\",\n\
|
\"Name\" : \"-designer-qt-pluginpath\",\n\
|
||||||
\"Parameter\" : \"path\",\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\
|
||||||
{\n\
|
{\n\
|
||||||
\"Name\" : \"-designer-pluginpath\",\n\
|
\"Name\" : \"-designer-pluginpath\",\n\
|
||||||
\"Parameter\" : \"path\",\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\
|
}\n\
|
||||||
],"})
|
],"})
|
||||||
|
|
||||||
|
|||||||
@@ -139,11 +139,13 @@ class DesignerPlugin final : public ExtensionSystem::IPlugin
|
|||||||
IWizardFactory *wizard = new FormClassWizard;
|
IWizardFactory *wizard = new FormClassWizard;
|
||||||
wizard->setCategory(Core::Constants::WIZARD_CATEGORY_QT);
|
wizard->setCategory(Core::Constants::WIZARD_CATEGORY_QT);
|
||||||
wizard->setDisplayCategory(::Core::Tr::tr(Core::Constants::WIZARD_TR_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->setIcon({}, "ui/h");
|
||||||
wizard->setId("C.FormClass");
|
wizard->setId("C.FormClass");
|
||||||
wizard->setDescription(Tr::tr("Creates a Qt Designer form along with a matching class (C++ header and source file) "
|
wizard->setDescription(Tr::tr("Creates a Qt Widgets Designer form along with a matching "
|
||||||
"for implementation purposes. You can add the form and class to an existing Qt Widget Project."));
|
"class (C++ header and source file) "
|
||||||
|
"for implementation purposes. You can add the form and "
|
||||||
|
"class to an existing Qt Widget Project."));
|
||||||
|
|
||||||
return wizard;
|
return wizard;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ void FormEditorData::fullInit()
|
|||||||
initDesignerSubWindows();
|
initDesignerSubWindows();
|
||||||
m_integration = new QtCreatorIntegration(m_formeditor, this);
|
m_integration = new QtCreatorIntegration(m_formeditor, this);
|
||||||
m_formeditor->setIntegration(m_integration);
|
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,
|
QObject::connect(m_integration, &QtCreatorIntegration::creatorHelpRequested,
|
||||||
HelpManager::Signals::instance(),
|
HelpManager::Signals::instance(),
|
||||||
[](const QUrl &url) { HelpManager::showHelpUrl(url, HelpManager::HelpModeAlways); });
|
[](const QUrl &url) { HelpManager::showHelpUrl(url, HelpManager::HelpModeAlways); });
|
||||||
@@ -657,7 +657,7 @@ void FormEditorData::setupActions()
|
|||||||
QString(), Core::Constants::G_DEFAULT_THREE);
|
QString(), Core::Constants::G_DEFAULT_THREE);
|
||||||
|
|
||||||
mformtools->addSeparator(m_contexts, 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,
|
addToolAction(m_actionAboutPlugins, m_contexts, "FormEditor.AboutPlugins", mformtools,
|
||||||
QString(), Core::Constants::G_DEFAULT_THREE);
|
QString(), Core::Constants::G_DEFAULT_THREE);
|
||||||
QObject::connect(m_actionAboutPlugins, &QAction::triggered,
|
QObject::connect(m_actionAboutPlugins, &QAction::triggered,
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ namespace Internal {
|
|||||||
* This is based on the assumption that the Designer settings work with
|
* This is based on the assumption that the Designer settings work with
|
||||||
* no plugins loaded.
|
* 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. */
|
* in Design mode. */
|
||||||
|
|
||||||
enum InitializationStage {
|
enum InitializationStage {
|
||||||
|
|||||||
@@ -24,6 +24,19 @@
|
|||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QRect>
|
#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 Designer {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,6 @@ namespace Core { class IEditor; }
|
|||||||
namespace Designer {
|
namespace Designer {
|
||||||
namespace Internal {
|
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
|
class FormEditorStack : public QStackedWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public:
|
|||||||
bool validateData(Utils::Id typeId, const QVariant &data, QString *errorMessage) override;
|
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.
|
// widget.
|
||||||
|
|
||||||
// Sets FormContents property.
|
// Sets FormContents property.
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ CustomWidgetWizardDialog::CustomWidgetWizardDialog(const Core::BaseFileWizardFac
|
|||||||
setWindowIcon(icon);
|
setWindowIcon(icon);
|
||||||
setWindowTitle(templateName);
|
setWindowTitle(templateName);
|
||||||
|
|
||||||
setIntroDescription(Tr::tr("This wizard generates a Qt Designer Custom Widget "
|
setIntroDescription(Tr::tr("This wizard generates a Qt Widgets Designer Custom Widget "
|
||||||
"or a Qt Designer Custom Widget Collection project."));
|
"or a Qt Widgets Designer Custom Widget Collection project."));
|
||||||
|
|
||||||
if (!parameters.extraValues().contains(QLatin1String(ProjectExplorer::Constants::PROJECT_KIT_IDS)))
|
if (!parameters.extraValues().contains(QLatin1String(ProjectExplorer::Constants::PROJECT_KIT_IDS)))
|
||||||
addTargetSetupPage();
|
addTargetSetupPage();
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ public:
|
|||||||
explicit ExternalDesignerFactory(QObject *guard)
|
explicit ExternalDesignerFactory(QObject *guard)
|
||||||
{
|
{
|
||||||
setId("Qt.Designer");
|
setId("Qt.Designer");
|
||||||
setDisplayName(::Core::Tr::tr("Qt Designer"));
|
setDisplayName(::Core::Tr::tr("Qt Widgets Designer"));
|
||||||
setMimeTypes({Utils::Constants::FORM_MIMETYPE});
|
setMimeTypes({Utils::Constants::FORM_MIMETYPE});
|
||||||
|
|
||||||
setEditorStarter([guard](const FilePath &filePath, QString *errorMessage) {
|
setEditorStarter([guard](const FilePath &filePath, QString *errorMessage) {
|
||||||
@@ -276,7 +276,7 @@ public:
|
|||||||
if (HostOsInfo::isMacHost())
|
if (HostOsInfo::isMacHost())
|
||||||
return startEditorProcess(data, errorMessage);
|
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
|
* Tcp-based communication mechanism to ensure all files are opened
|
||||||
* in one instance (per version). */
|
* in one instance (per version). */
|
||||||
|
|
||||||
@@ -288,7 +288,8 @@ public:
|
|||||||
qDebug() << Q_FUNC_INFO << "\nWriting to socket:" << data.binary << filePath;
|
qDebug() << Q_FUNC_INFO << "\nWriting to socket:" << data.binary << filePath;
|
||||||
QTcpSocket *socket = it.value();
|
QTcpSocket *socket = it.value();
|
||||||
if (!socket->write(filePath.toString().toUtf8() + '\n')) {
|
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 false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
</tutorial>
|
</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">
|
<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>
|
<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>
|
<meta>
|
||||||
<entry name="category">Help</entry>
|
<entry name="category">Help</entry>
|
||||||
</meta>
|
</meta>
|
||||||
</tutorial>
|
</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">
|
<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>
|
<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>
|
<meta>
|
||||||
<entry name="category">Help</entry>
|
<entry name="category">Help</entry>
|
||||||
</meta>
|
</meta>
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</tutorial>
|
</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">
|
<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>
|
<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>
|
<meta>
|
||||||
<entry name="category">Learning</entry>
|
<entry name="category">Learning</entry>
|
||||||
</meta>
|
</meta>
|
||||||
@@ -276,9 +276,9 @@
|
|||||||
<entry name="category">Talk</entry>
|
<entry name="category">Talk</entry>
|
||||||
</meta>
|
</meta>
|
||||||
</tutorial>
|
</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">
|
<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 Designer.]]></description>
|
<description><![CDATA[Integrating custom widgets into Qt Widgets Designer.]]></description>
|
||||||
<tags>qt designer,widgets,ui,talk,2019</tags>
|
<tags>qt widgets designer,widgets,ui,talk,2019</tags>
|
||||||
<meta>
|
<meta>
|
||||||
<entry name="category">Talk</entry>
|
<entry name="category">Talk</entry>
|
||||||
</meta>
|
</meta>
|
||||||
|
|||||||
Reference in New Issue
Block a user