Rename Qt Designer -> Qt Widgets Designer

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

View File

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