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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user