summaryrefslogtreecommitdiffstats
path: root/src/designer
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-15 09:17:44 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-19 15:54:57 +0100
commitbd6cfe6a5637f2fac2ffebefe4e693e57817ae1c (patch)
tree71ab6623c781125238a46ce67a3fed965ba71e13 /src/designer
parent4ceaf31682039b3a354f5064befa75ce7fc9d6d3 (diff)
Rename 'Qt Designer' to 'Qt Widgets Designer'
Task-number: QTBUG-122253 Change-Id: I64b4b1deb758b716355159c4abb8f7ba914a3e1a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/designer')
-rw-r--r--src/designer/data/generate_header.xsl2
-rw-r--r--[-rwxr-xr-x]src/designer/data/generate_ui2
-rw-r--r--src/designer/src/components/formeditor/qdesigner_resource.cpp2
-rw-r--r--src/designer/src/components/lib/qdesigner_components.cpp2
-rw-r--r--src/designer/src/designer/CMakeLists.txt2
-rw-r--r--src/designer/src/designer/assistantclient.h2
-rw-r--r--src/designer/src/designer/doc/qtdesigner.qdocconf14
-rw-r--r--src/designer/src/designer/doc/src/designer-custom-widgets.qdoc4
-rw-r--r--src/designer/src/designer/doc/src/designer-examples.qdoc2
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc182
-rw-r--r--src/designer/src/designer/doc/src/qtdesigner-index.qdoc8
-rw-r--r--src/designer/src/designer/doc/src/qtdesigner-module.qdoc2
-rw-r--r--src/designer/src/designer/mainwindow.cpp2
-rw-r--r--src/designer/src/designer/qdesigner.cpp4
-rw-r--r--src/designer/src/designer/qdesigner_actions.cpp8
-rw-r--r--src/designer/src/designer/versiondialog.cpp4
-rw-r--r--src/designer/src/lib/sdk/abstractformeditor.cpp2
-rw-r--r--src/designer/src/lib/sdk/abstractformwindow.cpp4
-rw-r--r--src/designer/src/lib/sdk/abstractmetadatabase.cpp2
-rw-r--r--src/designer/src/lib/sdk/abstractpropertyeditor.cpp2
-rw-r--r--src/designer/src/lib/sdk/extrainfo.cpp2
-rw-r--r--src/designer/src/lib/shared/plugindialog.cpp4
-rw-r--r--src/designer/src/lib/shared/qdesigner_propertysheet.cpp2
23 files changed, 130 insertions, 130 deletions
diff --git a/src/designer/data/generate_header.xsl b/src/designer/data/generate_header.xsl
index af39044be..c2b12dfa8 100644
--- a/src/designer/data/generate_header.xsl
+++ b/src/designer/data/generate_header.xsl
@@ -407,7 +407,7 @@
// -------------
//
// This file is not part of the Qt API. It exists for the convenience
-// of Qt Designer. This header
+// of Qt Widgets Designer. This header
// file may change from version to version without notice, or even be removed.
//
// We mean it.
diff --git a/src/designer/data/generate_ui b/src/designer/data/generate_ui
index ba8a2c86b..c5cfb76df 100755..100644
--- a/src/designer/data/generate_ui
+++ b/src/designer/data/generate_ui
@@ -15,7 +15,7 @@ DESCRIPTION = """
Usage: generate_ui
Generates the source files ui4.cpp, ui4.h used in the uic tool, the QtUiTools library and
-Qt Designer from the XML schema used for .ui files.
+Qt Widgets Designer from the XML schema used for .ui files.
Requires xalan.
"""
diff --git a/src/designer/src/components/formeditor/qdesigner_resource.cpp b/src/designer/src/components/formeditor/qdesigner_resource.cpp
index 4c2c6cace..0c673549b 100644
--- a/src/designer/src/components/formeditor/qdesigner_resource.cpp
+++ b/src/designer/src/components/formeditor/qdesigner_resource.cpp
@@ -447,7 +447,7 @@ DomUI *QDesignerResource::readUi(QIODevice *dev)
static inline QString messageBoxTitle()
{
- return QApplication::translate("Designer", "Qt Designer");
+ return QApplication::translate("Designer", "Qt Widgets Designer");
}
void QDesignerResource::save(QIODevice *dev, QWidget *widget)
diff --git a/src/designer/src/components/lib/qdesigner_components.cpp b/src/designer/src/components/lib/qdesigner_components.cpp
index 1d5ac0a39..02e38a24b 100644
--- a/src/designer/src/components/lib/qdesigner_components.cpp
+++ b/src/designer/src/components/lib/qdesigner_components.cpp
@@ -241,7 +241,7 @@ QWidget *QDesignerComponents::createSignalSlotEditor(QDesignerFormEditorInterfac
}
/*!
- Returns the default plugin paths of Qt Designer's plugin manager.
+ Returns the default plugin paths of Qt Widgets Designer's plugin manager.
\return Plugin paths
\since 6.7
diff --git a/src/designer/src/designer/CMakeLists.txt b/src/designer/src/designer/CMakeLists.txt
index 7c9334c33..41ee89302 100644
--- a/src/designer/src/designer/CMakeLists.txt
+++ b/src/designer/src/designer/CMakeLists.txt
@@ -81,7 +81,7 @@ qt_internal_add_resource(designer "qttoolbardialog"
)
set_target_properties(designer PROPERTIES
- QT_TARGET_DESCRIPTION "Qt Designer"
+ QT_TARGET_DESCRIPTION "Qt Widgets Designer"
)
## Scopes:
diff --git a/src/designer/src/designer/assistantclient.h b/src/designer/src/designer/assistantclient.h
index 664c046aa..b1ee033d5 100644
--- a/src/designer/src/designer/assistantclient.h
+++ b/src/designer/src/designer/assistantclient.h
@@ -25,7 +25,7 @@ public:
bool isRunning() const;
static QString documentUrl(const QString &prefix, int qtVersion = 0);
- // Root of the Qt Designer documentation
+ // Root of the Qt Widgets Designer documentation
static QString designerManualUrl(int qtVersion = 0);
// Root of the Qt Reference documentation
static QString qtReferenceManualUrl(int qtVersion = 0);
diff --git a/src/designer/src/designer/doc/qtdesigner.qdocconf b/src/designer/src/designer/doc/qtdesigner.qdocconf
index 91775cba7..fb0a67e8d 100644
--- a/src/designer/src/designer/doc/qtdesigner.qdocconf
+++ b/src/designer/src/designer/doc/qtdesigner.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qttools.qdocconf)
project = QtDesigner
-description = Qt Designer Manual
+description = Qt Widgets Designer Manual
examplesinstallpath = designer
qhp.projects = QtDesigner
@@ -10,18 +10,18 @@ qhp.projects = QtDesigner
qhp.QtDesigner.file = qtdesigner.qhp
qhp.QtDesigner.namespace = org.qt-project.qtdesigner.$QT_VERSION_TAG
qhp.QtDesigner.virtualFolder = qtdesigner
-qhp.QtDesigner.indexTitle = Qt Designer Manual
+qhp.QtDesigner.indexTitle = Qt Widgets Designer Manual
qhp.QtDesigner.subprojects = manual examples classes
qhp.QtDesigner.subprojects.manual.title = Manual
-qhp.QtDesigner.subprojects.manual.indexTitle = Qt Designer Manual
+qhp.QtDesigner.subprojects.manual.indexTitle = Qt Widgets Designer Manual
qhp.QtDesigner.subprojects.manual.selectors = fake:page
qhp.QtDesigner.subprojects.examples.title = Examples
-qhp.QtDesigner.subprojects.examples.indexTitle = Qt Designer Examples
+qhp.QtDesigner.subprojects.examples.indexTitle = Qt Widgets Designer Examples
qhp.QtDesigner.subprojects.examples.selectors = fake:example
qhp.QtDesigner.subprojects.examples.sortPages = true
qhp.QtDesigner.subprojects.classes.title = C++ Classes
-qhp.QtDesigner.subprojects.classes.indexTitle = Qt Designer C++ Classes
+qhp.QtDesigner.subprojects.classes.indexTitle = Qt Widgets Designer C++ Classes
qhp.QtDesigner.subprojects.classes.selectors = class fake:headerfile
qhp.QtDesigner.subprojects.classes.sortPages = true
@@ -38,6 +38,6 @@ imagedirs = images
depends += qtdoc qtgui qtwidgets qtcore qtuitools qtquick qtcmake qmake
-navigation.landingpage = "Qt Designer Manual"
-navigation.cppclassespage = "Qt Designer C++ Classes"
+navigation.landingpage = "Qt Widgets Designer Manual"
+navigation.cppclassespage = "Qt Widgets Designer C++ Classes"
diff --git a/src/designer/src/designer/doc/src/designer-custom-widgets.qdoc b/src/designer/src/designer/doc/src/designer-custom-widgets.qdoc
index 4599c9fa3..d7cc6a0fa 100644
--- a/src/designer/src/designer/doc/src/designer-custom-widgets.qdoc
+++ b/src/designer/src/designer/doc/src/designer-custom-widgets.qdoc
@@ -3,7 +3,7 @@
/*!
\page qtdesigner-components.html
- \title Creating and Using Components for Qt Designer
+ \title Creating and Using Components for Qt Widgets Designer
\brief How to create and use custom widget plugins.
\ingroup best-practices
@@ -103,5 +103,5 @@
For a complete example using QUiLoader, see
the \l {calculatorbuilder}{Calculator Builder example}.
- \sa {Qt Designer Manual}, {Qt UI Tools}
+ \sa {Qt Widgets Designer Manual}, {Qt UI Tools}
*/
diff --git a/src/designer/src/designer/doc/src/designer-examples.qdoc b/src/designer/src/designer/doc/src/designer-examples.qdoc
index 733492357..6eb9dc8a0 100644
--- a/src/designer/src/designer/doc/src/designer-examples.qdoc
+++ b/src/designer/src/designer/doc/src/designer-examples.qdoc
@@ -4,7 +4,7 @@
/*!
\group examples-designer
\ingroup all-examples
- \title Qt Designer Examples
+ \title Qt Widgets Designer Examples
\brief Using \QD to build your UI.
\QD is a capable graphical user interface designer that lets you
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index fd0d7fd50..402c786ce 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -4,9 +4,9 @@
/*!
\page qtdesigner-manual.html
- \title Qt Designer Manual
+ \title Qt Widgets Designer Manual
\ingroup qttools
- \keyword Qt Designer
+ \keyword Qt Widgets Designer
\QD is the Qt tool for designing and building graphical user
interfaces (GUIs) with \l {Qt Widgets}. For user interface design with
@@ -29,40 +29,40 @@
of hardware acceleration.
If you are new to \QD, you can take a look at the
- \l{Getting To Know Qt Designer} document. For a quick tutorial on how to
- use \QD, refer to \l{A Quick Start to Qt Designer}.
+ \l{Getting To Know Qt Widgets Designer} document. For a quick tutorial on how to
+ use \QD, refer to \l{A Quick Start to Qt Widgets Designer}.
\image designer-multiple-screenshot.png
\section1 Table of Contents
\list
- \li \l{A Quick Start to Qt Designer}
- \li \l{Qt Designer's Editing Modes}
+ \li \l{A Quick Start to Qt Widgets Designer}
+ \li \l{Qt Widgets Designer's Editing Modes}
\list
- \li \l{Qt Designer's Widget Editing Mode}{Widget Editing Mode}
- \li \l{Qt Designer's Signals and Slots Editing Mode}
+ \li \l{Qt Widgets Designer's Widget Editing Mode}{Widget Editing Mode}
+ \li \l{Qt Widgets Designer's Signals and Slots Editing Mode}
{Signals and Slots Editing Mode}
- \li \l{Qt Designer's Buddy Editing Mode}
+ \li \l{Qt Widgets Designer's Buddy Editing Mode}
{Buddy Editing Mode}
- \li \l{Qt Designer's Tab Order Editing Mode}
+ \li \l{Qt Widgets Designer's Tab Order Editing Mode}
{Tab Order Editing Mode}
\endlist
- \li \l{Using Layouts in Qt Designer}
- \li \l{Saving, Previewing and Printing Forms in Qt Designer}
- \li \l{Using Containers in Qt Designer}
- \li \l{Creating Main Windows in Qt Designer}
- \li \l{Editing Resources with Qt Designer}
- \li \l{Using Stylesheets with Qt Designer}
+ \li \l{Using Layouts in Qt Widgets Designer}
+ \li \l{Saving, Previewing and Printing Forms in Qt Widgets Designer}
+ \li \l{Using Containers in Qt Widgets Designer}
+ \li \l{Creating Main Windows in Qt Widgets Designer}
+ \li \l{Editing Resources with Qt Widgets Designer}
+ \li \l{Using Stylesheets with Qt Widgets Designer}
\li \l{Using a Designer UI File in Your C++ Application}
\li \l{Using a Designer UI File in Your Qt for Python Application}
\li Advanced Use
\list
- \li \l{Customizing Qt Designer Forms}
- \li \l{Using Custom Widgets with Qt Designer}
- \li \l{Creating Custom Widgets for Qt Designer}
+ \li \l{Customizing Qt Widgets Designer Forms}
+ \li \l{Using Custom Widgets with Qt Widgets Designer}
+ \li \l{Creating Custom Widgets for Qt Widgets Designer}
\li \l{Creating Custom Widget Extensions}
- \li \l{Qt Designer's UI File Format}
+ \li \l{Qt Widgets Designer's UI File Format}
\endlist
\endlist
*/
@@ -72,7 +72,7 @@
\page designer-to-know.html
- \title Getting to Know Qt Designer
+ \title Getting to Know Qt Widgets Designer
\image designer-screenshot.png
@@ -108,7 +108,7 @@
\table
\row
\li \inlineimage designer-main-window.png
- \li \b{Qt Designer's Main Window}
+ \li \b{Qt Widgets Designer's Main Window}
The menu bar provides all the standard actions for managing forms,
using the clipboard, and accessing application-specific help.
@@ -132,7 +132,7 @@
\table
\row
\li \inlineimage designer-widget-box.png
- \li \b{Qt Designer's Widget Box}
+ \li \b{Qt Widgets Designer's Widget Box}
The widget box provides a selection of standard Qt widgets, layouts,
and other objects that can be used to create user interfaces on forms.
@@ -141,7 +141,7 @@
You can display all of the available objects in a category by clicking
on the handle next to the category label. When in
- \l{Qt Designer's Widget Editing Mode}{Widget Editing
+ \l{Qt Widgets Designer's Widget Editing Mode}{Widget Editing
Mode}, you can add objects to a form by dragging the appropriate items
from the widget box onto the form, and dropping them in the required
locations.
@@ -239,7 +239,7 @@
\page designer-quick-start.html
- \title A Quick Start to Qt Designer
+ \title A Quick Start to Qt Widgets Designer
Using \QD involves \b four basic steps:
@@ -375,15 +375,15 @@
/*!
\page designer-editing-mode.html
- \previouspage Getting to Know Qt Designer
- \nextpage Using Layouts in Qt Designer
+ \previouspage Getting to Know Qt Widgets Designer
+ \nextpage Using Layouts in Qt Widgets Designer
- \title Qt Designer's Editing Modes
+ \title Qt Widgets Designer's Editing Modes
- \QD provides four editing modes: \l{Qt Designer's Widget Editing Mode}
- {Widget Editing Mode}, \l{Qt Designer's Signals and Slots Editing Mode}
- {Signals and Slots Editing Mode}, \l{Qt Designer's Buddy Editing Mode}
- {Buddy Editing Mode} and \l{Qt Designer's Tab Order Editing Mode}
+ \QD provides four editing modes: \l{Qt Widgets Designer's Widget Editing Mode}
+ {Widget Editing Mode}, \l{Qt Widgets Designer's Signals and Slots Editing Mode}
+ {Signals and Slots Editing Mode}, \l{Qt Widgets Designer's Buddy Editing Mode}
+ {Buddy Editing Mode} and \l{Qt Widgets Designer's Tab Order Editing Mode}
{Tab Order Editing Mode}. When working with \QD, you will always be in one
of these four modes. To switch between modes, simply select it from the
\gui{Edit} menu or the toolbar. The table below describes these modes in
@@ -393,27 +393,27 @@
\header \li \li \b{Editing Modes}
\row
\li \inlineimage designer-widget-tool.png
- \li In \l{Qt Designer's Widget Editing Mode}{Edit} mode, we can
+ \li In \l{Qt Widgets Designer's Widget Editing Mode}{Edit} mode, we can
change the appearance of the form, add layouts, and edit the
properties of each widget. To switch to this mode, press
\key{F3}. This is \QD's default mode.
\row
\li \inlineimage designer-connection-tool.png
- \li In \l{Qt Designer's Signals and Slots Editing Mode}
+ \li In \l{Qt Widgets Designer's Signals and Slots Editing Mode}
{Signals and Slots} mode, we can connect widgets together using
Qt's signals and slots mechanism. To switch to this mode, press
\key{F4}.
\row
\li \inlineimage designer-buddy-tool.png
- \li In \l{Qt Designer's Buddy Editing Mode}{Buddy Editing Mode},
+ \li In \l{Qt Widgets Designer's Buddy Editing Mode}{Buddy Editing Mode},
buddy widgets can be assigned to label widgets to help them
handle keyboard focus correctly.
\row
\li \inlineimage designer-tab-order-tool.png
- \li In \l{Qt Designer's Tab Order Editing Mode}
+ \li In \l{Qt Widgets Designer's Tab Order Editing Mode}
{Tab Order Editing Mode}, we can set the order in which widgets
receive the keyboard focus.
\endtable
@@ -423,10 +423,10 @@
/*!
\page designer-widget-mode.html
- \previouspage Qt Designer's Editing Modes
- \nextpage Qt Designer's Signals and Slots Editing Mode
+ \previouspage Qt Widgets Designer's Editing Modes
+ \nextpage Qt Widgets Designer's Signals and Slots Editing Mode
- \title Qt Designer's Widget Editing Mode
+ \title Qt Widgets Designer's Widget Editing Mode
\image designer-editing-mode.png
@@ -469,7 +469,7 @@
The widget box contains objects in a number of different categories, all of
which can be placed on the form as required. The only objects that require
a little more preparation are the \gui Container widgets. These are
- described in further detail in the \l{Using Containers in Qt Designer}
+ described in further detail in the \l{Using Containers in Qt Widgets Designer}
chapter.
@@ -662,10 +662,10 @@
/*!
\page designer-layouts.html
- \previouspage Qt Designer's Widget Editing Mode
- \nextpage Qt Designer's Signals and Slots Editing Mode
+ \previouspage Qt Widgets Designer's Widget Editing Mode
+ \nextpage Qt Widgets Designer's Signals and Slots Editing Mode
- \title Using Layouts in Qt Designer
+ \title Using Layouts in Qt Widgets Designer
Before a form can be used, the objects on the form need to be placed into
layouts. This ensures that the objects will be displayed properly when the
@@ -808,7 +808,7 @@
Although QSplitter is a container widget, \QD treats splitter objects as
layouts that are applied to existing widgets. To place a group of widgets
into a splitter, select them
- \l{Qt Designer's Widget Editing Mode#SelectingObjects}{as described here}
+ \l{Qt Widgets Designer's Widget Editing Mode#SelectingObjects}{as described here}
then apply the splitter layout by using the appropriate toolbar button,
keyboard shortcut, or \gui{Lay out} context menu entry.
@@ -865,9 +865,9 @@
/*!
\page designer-preview.html
- \previouspage Using Layouts in Qt Designer
- \nextpage Qt Designer's Buddy Editing Mode
- \title Saving, Previewing and Printing Forms in Qt Designer
+ \previouspage Using Layouts in Qt Widgets Designer
+ \nextpage Qt Widgets Designer's Buddy Editing Mode
+ \title Saving, Previewing and Printing Forms in Qt Widgets Designer
Although \QD's forms are accurate representations of the components being
edited, it is useful to preview the final appearance while editing. This
@@ -945,11 +945,11 @@
/*!
\page designer-connection-mode.html
- \previouspage Using Layouts in Qt Designer
- \nextpage Qt Designer's Buddy Editing Mode
+ \previouspage Using Layouts in Qt Widgets Designer
+ \nextpage Qt Widgets Designer's Buddy Editing Mode
- \title Qt Designer's Signals and Slots Editing Mode
+ \title Qt Widgets Designer's Signals and Slots Editing Mode
\image designer-connection-mode.png
@@ -1078,10 +1078,10 @@
/*!
\page designer-buddy-mode.html
- \previouspage Qt Designer's Signals and Slots Editing Mode
- \nextpage Qt Designer's Tab Order Editing Mode
+ \previouspage Qt Widgets Designer's Signals and Slots Editing Mode
+ \nextpage Qt Widgets Designer's Tab Order Editing Mode
- \title Qt Designer's Buddy Editing Mode
+ \title Qt Widgets Designer's Buddy Editing Mode
\image designer-buddy-mode.png
@@ -1095,7 +1095,7 @@
To enter buddy editing mode, open the \gui Edit menu and select
\gui{Edit Buddies}. This mode presents the widgets on the form in a similar
- way to \l{Qt Designer's Signals and Slots Editing Mode}{signals and slots
+ way to \l{Qt Widgets Designer's Signals and Slots Editing Mode}{signals and slots
editing mode} but in this mode, connections must start at label widgets.
Ideally, you should connect each label widget that provides a shortcut with
a suitable input widget, such as a QLineEdit.
@@ -1131,10 +1131,10 @@
/*!
\page designer-tab-order.html
- \previouspage Qt Designer's Buddy Editing Mode
- \nextpage Using Containers in Qt Designer
+ \previouspage Qt Widgets Designer's Buddy Editing Mode
+ \nextpage Using Containers in Qt Widgets Designer
- \title Qt Designer's Tab Order Editing Mode
+ \title Qt Widgets Designer's Tab Order Editing Mode
\image designer-tab-order-mode.png
@@ -1179,11 +1179,11 @@
/*!
\page designer-using-containers.html
- \previouspage Qt Designer's Tab Order Editing Mode
- \nextpage Creating Main Windows in Qt Designer
+ \previouspage Qt Widgets Designer's Tab Order Editing Mode
+ \nextpage Creating Main Windows in Qt Widgets Designer
- \title Using Containers in Qt Designer
+ \title Using Containers in Qt Widgets Designer
Container widgets provide high level control over groups of objects on a
form. They can be used to perform a variety of functions, such as managing
@@ -1308,7 +1308,7 @@
Although dock widgets can be added to any type of form, they are
typically used with forms created from the
- \l{Creating Main Windows in Qt Designer}{main window template}.
+ \l{Creating Main Windows in Qt Widgets Designer}{main window template}.
\endtable
*/
@@ -1316,10 +1316,10 @@
/*!
\page designer-creating-mainwindows.html
- \previouspage Using Containers in Qt Designer
- \nextpage Editing Resources with Qt Designer
+ \previouspage Using Containers in Qt Widgets Designer
+ \nextpage Editing Resources with Qt Widgets Designer
- \title Creating Main Windows in Qt Designer
+ \title Creating Main Windows in Qt Widgets Designer
\QD can be used to create user interfaces for different purposes, and
it provides different kinds of form templates for each user interface. The
@@ -1351,9 +1351,9 @@
will not be displayed in the preview or in the finished window.
Once created, the properties of a menu can be accessed using the
- \l{Qt Designer's Widget Editing Mode#The Property Editor}{Property Editor},
+ \l{Qt Widgets Designer's Widget Editing Mode#The Property Editor}{Property Editor},
and each menu can be accessed for this purpose via the
- \l{Qt Designer's Widget Editing Mode#The Object Inspector}{The Object Inspector}.
+ \l{Qt Widgets Designer's Widget Editing Mode#The Object Inspector}{The Object Inspector}.
Existing menus can be removed by opening a context menu over the label in
the menu bar, and selecting \gui{Remove Menu 'menu_name'}.
@@ -1534,7 +1534,7 @@
\section1 Dock Widgets
- Dock widgets are \l{Using Containers in Qt Designer}{container widgets}
+ Dock widgets are \l{Using Containers in Qt Widgets Designer}{container widgets}
as well. They can be added to a form by dropping them onto the desired
dock area.
@@ -1568,10 +1568,10 @@
/*!
\page designer-resources.html
- \previouspage Creating Main Windows in Qt Designer
- \nextpage Using Stylesheets with Qt Designer
+ \previouspage Creating Main Windows in Qt Widgets Designer
+ \nextpage Using Stylesheets with Qt Widgets Designer
- \title Editing Resources with Qt Designer
+ \title Editing Resources with Qt Widgets Designer
\image designer-resources-editing.png
@@ -1672,10 +1672,10 @@ pixmap property in the property editor.
/*!
\page designer-stylesheet.html
- \previouspage Editing Resources with Qt Designer
+ \previouspage Editing Resources with Qt Widgets Designer
\nextpage Using a Designer UI File in Your C++ Application
- \title Using Stylesheets with Qt Designer
+ \title Using Stylesheets with Qt Widgets Designer
Since Qt 4.2, it is possible to edit stylesheets in \QD with the stylesheet
editor.
@@ -1698,13 +1698,13 @@ pixmap property in the property editor.
/*!
\page designer-using-a-ui-file.html
- \previouspage Using Stylesheets with Qt Designer
+ \previouspage Using Stylesheets with Qt Widgets Designer
\nextpage Using a Designer UI File in Your Qt for Python Application
\keyword Using a Designer UI File in Your Application
\title Using a Designer UI File in Your C++ Application
- Qt Designer UI files represent the widget tree of the form in XML format. The
+ Qt Widgets Designer UI files represent the widget tree of the form in XML format. The
forms can be processed:
\list
@@ -2111,7 +2111,7 @@ pixmap property in the property editor.
/*!
\page designer-using-a-ui-file-python.html
\previouspage Using a Designer UI File in Your C++ Application
- \nextpage Using Custom Widgets with Qt Designer
+ \nextpage Using Custom Widgets with Qt Widgets Designer
\title Using a Designer UI File in Your Qt for Python Application
@@ -2262,9 +2262,9 @@ pixmap property in the property editor.
/*!
\page designer-customizing-forms.html
\previouspage Using a Designer UI File in Your Qt for Python Application
- \nextpage Using Custom Widgets with Qt Designer
+ \nextpage Using Custom Widgets with Qt Widgets Designer
- \title Customizing Qt Designer Forms
+ \title Customizing Qt Widgets Designer Forms
\image designer-form-settings.png
@@ -2317,10 +2317,10 @@ pixmap property in the property editor.
/*!
\page designer-using-custom-widgets.html
- \previouspage Customizing Qt Designer Forms
- \nextpage Creating Custom Widgets for Qt Designer
+ \previouspage Customizing Qt Widgets Designer Forms
+ \nextpage Creating Custom Widgets for Qt Widgets Designer
- \title Using Custom Widgets with Qt Designer
+ \title Using Custom Widgets with Qt Widgets Designer
\QD can display custom widgets through its extensible plugin mechanism,
allowing the range of designable widgets to be extended by the user and
@@ -2395,13 +2395,13 @@ pixmap property in the property editor.
opportunity to configure the user interface using the actual widgets that
will be used in an application rather than placeholder widgets. The process
of creating a custom widget plugin is described in the
- \l{Creating Custom Widgets for Qt Designer} chapter of this manual.
+ \l{Creating Custom Widgets for Qt Widgets Designer} chapter of this manual.
To use a plugin created in this way, it is necessary to ensure that the
plugin is located on a path that \QD searches for plugins. Generally,
plugins stored in \c{$QTDIR/plugins/designer} will be loaded when \QD
starts. Further information on building and installing plugins can be found
- \l{Creating Custom Widgets for Qt Designer#BuildingandInstallingthePlugin}
+ \l{Creating Custom Widgets for Qt Widgets Designer#BuildingandInstallingthePlugin}
{here}. You can also refer to the \l{How to Create Qt Plugins}
{Plugins HOWTO} document for information about creating plugins.
*/
@@ -2409,10 +2409,10 @@ pixmap property in the property editor.
/*!
\page designer-creating-custom-widgets.html
- \previouspage Using Custom Widgets with Qt Designer
+ \previouspage Using Custom Widgets with Qt Widgets Designer
\nextpage Creating Custom Widget Extensions
- \title Creating Custom Widgets for Qt Designer
+ \title Creating Custom Widgets for Qt Widgets Designer
\QD's plugin-based architecture allows user-defined and third party custom
widgets to be edited just like you do with standard Qt widgets. All of the
@@ -2770,7 +2770,7 @@ pixmap property in the property editor.
(see QUiLoader::pluginPaths() and related functions). To avoid having
to deploy the \QD libraries onto the target device, those plugins should
have no linkage to the \QD libraries (\c {QT = uiplugin}, see
- \l{Creating Custom Widgets for Qt Designer#BuildingandInstallingthePlugin}).
+ \l{Creating Custom Widgets for Qt Widgets Designer#BuildingandInstallingthePlugin}).
\section1 Related Examples
@@ -2785,8 +2785,8 @@ pixmap property in the property editor.
/*!
\page designer-creating-custom-widgets-extensions.html
- \previouspage Creating Custom Widgets for Qt Designer
- \nextpage Qt Designer's UI File Format
+ \previouspage Creating Custom Widgets for Qt Widgets Designer
+ \nextpage Qt Widgets Designer's UI File Format
\title Creating Custom Widget Extensions
@@ -2887,7 +2887,7 @@ pixmap property in the property editor.
interfaces using a QObject pointer only.
- \section1 Exposing an Extension to Qt Designer
+ \section1 Exposing an Extension to Qt Widgets Designer
In \QD the extensions are not created until they are required. For this
reason, when implementing extensions, you must subclass QExtensionFactory
@@ -2925,12 +2925,12 @@ pixmap property in the property editor.
\snippet manual/doc_src_designer-manual.cpp 9
- \section2 Accessing Qt Designer's Extension Manager
+ \section2 Accessing Qt Widgets Designer's Extension Manager
When implementing a custom widget plugin, you must subclass the
QDesignerCustomWidgetInterface to expose your plugin to \QD. This is
covered in more detail in the
- \l{Creating Custom Widgets for Qt Designer} section. The registration of
+ \l{Creating Custom Widgets for Qt Widgets Designer} section. The registration of
an extension factory is typically made in the
QDesignerCustomWidgetInterface::initialize() function:
@@ -2957,7 +2957,7 @@ pixmap property in the property editor.
\page designer-ui-file-format.html
\previouspage Creating Custom Widget Extensions
- \title Qt Designer's UI File Format
+ \title Qt Widgets Designer's UI File Format
The \c UI file format used by \QD is described by the
\l{http://www.w3.org/XML/Schema}{XML schema} presented below,
diff --git a/src/designer/src/designer/doc/src/qtdesigner-index.qdoc b/src/designer/src/designer/doc/src/qtdesigner-index.qdoc
index 3dc250e12..469cb587f 100644
--- a/src/designer/src/designer/doc/src/qtdesigner-index.qdoc
+++ b/src/designer/src/designer/doc/src/qtdesigner-index.qdoc
@@ -3,7 +3,7 @@
/*!
\page qtdesigner-index.html
- \title Qt Designer
+ \title Qt Widgets Designer
\brief Provides classes to create your own custom widget plugins for
\QD and classes to access \QD components.
@@ -37,9 +37,9 @@
These articles contain information about \QD.
\list
- \li \l{Creating and Using Components for Qt Designer} - Creating and using
+ \li \l{Creating and Using Components for Qt Widgets Designer} - Creating and using
custom widget plugins
- \li \l{Qt Designer Manual} - Using Qt Designer
+ \li \l{Qt Widgets Designer Manual} - Using Qt Widgets Designer
\endlist
\section1 API Reference
@@ -47,7 +47,7 @@
These are links to the API reference material.
\list
- \li \l{Qt Designer C++ Classes}{C++ Classes}
+ \li \l{Qt Widgets Designer C++ Classes}{C++ Classes}
\endlist
*/
diff --git a/src/designer/src/designer/doc/src/qtdesigner-module.qdoc b/src/designer/src/designer/doc/src/qtdesigner-module.qdoc
index f0ebaf8eb..1e545de8b 100644
--- a/src/designer/src/designer/doc/src/qtdesigner-module.qdoc
+++ b/src/designer/src/designer/doc/src/qtdesigner-module.qdoc
@@ -3,7 +3,7 @@
/*!
\module QtDesigner
- \title Qt Designer C++ Classes
+ \title Qt Widgets Designer C++ Classes
\ingroup modules
\qtcmakepackage Designer
\qtvariable designer
diff --git a/src/designer/src/designer/mainwindow.cpp b/src/designer/src/designer/mainwindow.cpp
index 08898cafb..44dbfd25e 100644
--- a/src/designer/src/designer/mainwindow.cpp
+++ b/src/designer/src/designer/mainwindow.cpp
@@ -105,7 +105,7 @@ QList<QToolBar *> MainWindowBase::createToolBars(const QDesignerActions *actions
QString MainWindowBase::mainWindowTitle()
{
- return tr("Qt Designer");
+ return tr("Qt Widgets Designer");
}
// Use the minor Qt version as settings versions to avoid conflicts
diff --git a/src/designer/src/designer/qdesigner.cpp b/src/designer/src/designer/qdesigner.cpp
index 2fbc25b87..0ec87e2b0 100644
--- a/src/designer/src/designer/qdesigner.cpp
+++ b/src/designer/src/designer/qdesigner.cpp
@@ -35,7 +35,7 @@ QT_BEGIN_NAMESPACE
using namespace Qt::StringLiterals;
static constexpr auto designerApplicationName = "Designer"_L1;
-static constexpr auto designerDisplayName = "Qt Designer"_L1;
+static constexpr auto designerDisplayName = "Qt Widgets Designer"_L1;
static constexpr auto designerWarningPrefix = "Designer: "_L1;
static QtMessageHandler previousMessageHandler = nullptr;
@@ -146,7 +146,7 @@ static inline QDesigner::ParseArgumentsResult
parseDesignerCommandLineArguments(QCommandLineParser &parser, Options *options,
QString *errorMessage)
{
- parser.setApplicationDescription(u"Qt Designer " QT_VERSION_STR "\n\nUI designer for QWidget-based applications."_s);
+ parser.setApplicationDescription(u"Qt Widgets Designer " QT_VERSION_STR "\n\nUI designer for QWidget-based applications."_s);
const QCommandLineOption helpOption = parser.addHelpOption();
parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions);
const QCommandLineOption serverOption(u"server"_s,
diff --git a/src/designer/src/designer/qdesigner_actions.cpp b/src/designer/src/designer/qdesigner_actions.cpp
index 67f920a2b..598eb1b4d 100644
--- a/src/designer/src/designer/qdesigner_actions.cpp
+++ b/src/designer/src/designer/qdesigner_actions.cpp
@@ -430,7 +430,7 @@ QActionGroup *QDesignerActions::createHelpActions()
QActionGroup *helpActions = createActionGroup(this);
#ifndef QT_JAMBI_BUILD
- QAction *mainHelpAction = new QAction(tr("Qt Designer &Help"), this);
+ QAction *mainHelpAction = new QAction(tr("Qt Widgets Designer &Help"), this);
mainHelpAction->setObjectName(u"__qt_designer_help_action"_s);
connect(mainHelpAction, &QAction::triggered, this, &QDesignerActions::showDesignerHelp);
mainHelpAction->setShortcut(Qt::CTRL | Qt::Key_Question);
@@ -453,7 +453,7 @@ QActionGroup *QDesignerActions::createHelpActions()
m_core->formWindowManager(), &QDesignerFormWindowManagerInterface::showPluginDialog);
helpActions->addAction(aboutPluginsAction);
- QAction *aboutDesignerAction = new QAction(tr("About Qt Designer"), this);
+ QAction *aboutDesignerAction = new QAction(tr("About Qt Widgets Designer"), this);
aboutDesignerAction->setMenuRole(QAction::AboutRole);
aboutDesignerAction->setObjectName(u"__qt_about_designer_action"_s);
connect(aboutDesignerAction, &QAction::triggered, this, &QDesignerActions::aboutDesigner);
@@ -798,7 +798,7 @@ bool QDesignerActions::writeOutForm(QDesignerFormWindowInterface *fw, const QStr
if (check) {
const QStringList problems = fw->checkContents();
if (!problems.isEmpty())
- QMessageBox::information(fw->window(), tr("Qt Designer"), problems.join("<br>"_L1));
+ QMessageBox::information(fw->window(), tr("Qt Widgets Designer"), problems.join("<br>"_L1));
}
QString contents = fw->contents();
@@ -989,7 +989,7 @@ void QDesignerActions::showHelp(const QString &url)
void QDesignerActions::aboutDesigner()
{
VersionDialog mb(core()->topLevel());
- mb.setWindowTitle(tr("About Qt Designer"));
+ mb.setWindowTitle(tr("About Qt Widgets Designer"));
if (mb.exec()) {
QMessageBox messageBox(QMessageBox::Information, u"Easter Egg"_s,
u"Easter Egg"_s, QMessageBox::Ok, core()->topLevel());
diff --git a/src/designer/src/designer/versiondialog.cpp b/src/designer/src/designer/versiondialog.cpp
index d2d0d32be..7660de46c 100644
--- a/src/designer/src/designer/versiondialog.cpp
+++ b/src/designer/src/designer/versiondialog.cpp
@@ -137,8 +137,8 @@ VersionDialog::VersionDialog(QWidget *parent)
VersionLabel *label = new VersionLabel(this);
QLabel *lbl = new QLabel(this);
QString version = tr("<h3>%1</h3><br/><br/>Version %2");
- version = version.arg(tr("Qt Designer")).arg(QLatin1StringView(QT_VERSION_STR));
- version.append(tr("<br/>Qt Designer is a graphical user interface designer for Qt applications.<br/>"));
+ version = version.arg(tr("Qt Widgets Designer")).arg(QLatin1StringView(QT_VERSION_STR));
+ version.append(tr("<br/>Qt Widgets Designer is a graphical user interface designer for Qt applications.<br/>"));
lbl->setText(tr("%1"
"<br/>Copyright (C) %2 The Qt Company Ltd."
diff --git a/src/designer/src/lib/sdk/abstractformeditor.cpp b/src/designer/src/lib/sdk/abstractformeditor.cpp
index 58e55cbba..d66872ea7 100644
--- a/src/designer/src/lib/sdk/abstractformeditor.cpp
+++ b/src/designer/src/lib/sdk/abstractformeditor.cpp
@@ -93,7 +93,7 @@ QDesignerFormEditorInterfacePrivate::~QDesignerFormEditorInterfacePrivate()
\class QDesignerFormEditorInterface
\brief The QDesignerFormEditorInterface class allows you to access
- Qt Designer's various components.
+ Qt Widgets Designer's various components.
\inmodule QtDesigner
diff --git a/src/designer/src/lib/sdk/abstractformwindow.cpp b/src/designer/src/lib/sdk/abstractformwindow.cpp
index a2763f3be..1835f81ea 100644
--- a/src/designer/src/lib/sdk/abstractformwindow.cpp
+++ b/src/designer/src/lib/sdk/abstractformwindow.cpp
@@ -412,7 +412,7 @@ void QDesignerFormWindowInterface::activateResourceFilePaths(const QStringList &
displayed in the window. The export macro is used when the form
is compiled to create a widget plugin.
- \sa {Creating Custom Widgets for Qt Designer}
+ \sa {Creating Custom Widgets for Qt Widgets Designer}
*/
/*!
@@ -722,7 +722,7 @@ void QDesignerFormWindowInterface::activateResourceFilePaths(const QStringList &
Switches the form window into editing mode.
- \sa {Qt Designer's Form Editing Mode}
+ \sa {Qt Widgets Designer's Form Editing Mode}
\internal
*/
diff --git a/src/designer/src/lib/sdk/abstractmetadatabase.cpp b/src/designer/src/lib/sdk/abstractmetadatabase.cpp
index 1cbf6f31d..46b0d967c 100644
--- a/src/designer/src/lib/sdk/abstractmetadatabase.cpp
+++ b/src/designer/src/lib/sdk/abstractmetadatabase.cpp
@@ -8,7 +8,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDesignerMetaDataBaseInterface
- \brief The QDesignerMetaDataBaseInterface class provides an interface to Qt Designer's
+ \brief The QDesignerMetaDataBaseInterface class provides an interface to Qt Widgets Designer's
object meta database.
\inmodule QtDesigner
\internal
diff --git a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
index 8ec5c7eac..c9e011e15 100644
--- a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
+++ b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
@@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE
\class QDesignerPropertyEditorInterface
\brief The QDesignerPropertyEditorInterface class allows you to
- query and manipulate the current state of Qt Designer's property
+ query and manipulate the current state of Qt Widgets Designer's property
editor.
\inmodule QtDesigner
diff --git a/src/designer/src/lib/sdk/extrainfo.cpp b/src/designer/src/lib/sdk/extrainfo.cpp
index ef1c65d98..1b161c3b9 100644
--- a/src/designer/src/lib/sdk/extrainfo.cpp
+++ b/src/designer/src/lib/sdk/extrainfo.cpp
@@ -8,7 +8,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDesignerExtraInfoExtension
\brief The QDesignerExtraInfoExtension class provides extra information about a widget in
- Qt Designer.
+ Qt Widgets Designer.
\inmodule QtDesigner
\internal
*/
diff --git a/src/designer/src/lib/shared/plugindialog.cpp b/src/designer/src/lib/shared/plugindialog.cpp
index c3f2093d1..fb4ec4e6a 100644
--- a/src/designer/src/lib/shared/plugindialog.cpp
+++ b/src/designer/src/lib/shared/plugindialog.cpp
@@ -119,10 +119,10 @@ void PluginDialog::populateTreeWidget()
}
if (ui.treeWidget->topLevelItemCount() == 0) {
- ui.label->setText(tr("Qt Designer couldn't find any plugins"));
+ ui.label->setText(tr("Qt Widgets Designer couldn't find any plugins"));
ui.treeWidget->hide();
} else {
- ui.label->setText(tr("Qt Designer found the following plugins"));
+ ui.label->setText(tr("Qt Widgets Designer found the following plugins"));
}
}
diff --git a/src/designer/src/lib/shared/qdesigner_propertysheet.cpp b/src/designer/src/lib/shared/qdesigner_propertysheet.cpp
index 954c1c35f..b246600d6 100644
--- a/src/designer/src/lib/shared/qdesigner_propertysheet.cpp
+++ b/src/designer/src/lib/shared/qdesigner_propertysheet.cpp
@@ -1447,7 +1447,7 @@ bool QDesignerPropertySheet::isFakeLayoutProperty(int index) const
}
// Visible vs. Enabled: In Qt 5, it was possible to define a boolean function
-// for the DESIGNABLE attribute of Q_PROPERTY. Qt Designer would use that to
+// for the DESIGNABLE attribute of Q_PROPERTY. Qt Widgets Designer would use that to
// determine isEnabled() for the property and return isVisible() = false
// for properties that specified 'false' for DESIGNABLE.
// This was used for example for the "checked" property of QAbstractButton,