(0ff34018a90aaac7d703272c08884a38558535c6)
#include "pluginmanager_p.h"
#include "qdesigner_utils_p.h"
#include "qdesigner_qsettings_p.h"
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractlanguage.h>
#include <QtUiPlugin/customwidget.h>
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qset.h>
#include <QtCore/qpluginloader.h>
#include <QtCore/qlibrary.h>
#include <QtCore/qlibraryinfo.h>
#include <QtCore/qdebug.h>
#include <QtCore/qmap.h>
#include <QtCore/qsettings.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qxmlstream.h>
Go to the source code of this file.
◆ anonymous enum [1/2]
| Enumerator |
|---|
| debugPluginManager | |
| debugPluginManager | |
Definition at line 46 of file pluginmanager.cpp.
◆ anonymous enum [2/2]
| Enumerator |
|---|
| debugPluginManager | |
| debugPluginManager | |
Definition at line 46 of file pluginmanager.cpp.
◆ FindResult [1/2]
| Enumerator |
|---|
| FindError | |
| ElementNotFound | |
| FindError | |
| ElementNotFound | |
Definition at line 204 of file pluginmanager.cpp.
◆ FindResult [2/2]
| Enumerator |
|---|
| FindError | |
| ElementNotFound | |
| FindError | |
| ElementNotFound | |
Definition at line 204 of file pluginmanager.cpp.
◆ findElement()
| int findElement |
( |
const QStringList & | desiredElts, |
|
|
QXmlStreamReader & | sr ) |
|
static |
◆ getDesignerLanguage()
◆ msgAttributeMissing()
◆ msgXmlError()
◆ parsePropertySpecs()
◆ typeStringToType()
◆ unique()
◆ addPageMethodC
| constexpr auto addPageMethodC = "addpagemethod"_L1 |
|
staticconstexpr |
◆ classAttributeC
| constexpr auto classAttributeC = "class"_L1 |
|
staticconstexpr |
◆ customwidgetElementC
| constexpr auto customwidgetElementC = "customwidget"_L1 |
|
staticconstexpr |
◆ displayNameAttributeC
| constexpr auto displayNameAttributeC = "displayname"_L1 |
|
staticconstexpr |
◆ extendsElementC
| constexpr auto extendsElementC = "extends"_L1 |
|
staticconstexpr |
◆ jambiLanguageC
| constexpr auto jambiLanguageC = "jambi"_L1 |
|
staticconstexpr |
◆ languageAttributeC
| constexpr auto languageAttributeC = "language"_L1 |
|
staticconstexpr |
◆ propertySpecsC
| constexpr auto propertySpecsC = "propertyspecifications"_L1 |
|
staticconstexpr |
◆ propertyToolTipC
| constexpr auto propertyToolTipC = "tooltip"_L1 |
|
staticconstexpr |
◆ stringPropertyNameAttrC
| constexpr auto stringPropertyNameAttrC = "name"_L1 |
|
staticconstexpr |
◆ stringPropertyNoTrAttrC
| constexpr auto stringPropertyNoTrAttrC = "notr"_L1 |
|
staticconstexpr |
◆ stringPropertySpecC
| constexpr auto stringPropertySpecC = "stringpropertyspecification"_L1 |
|
staticconstexpr |
◆ stringPropertyTypeAttrC
| constexpr auto stringPropertyTypeAttrC = "type"_L1 |
|
staticconstexpr |
◆ uiElementC
| constexpr auto uiElementC = "ui"_L1 |
|
staticconstexpr |
◆ widgetElementC
| constexpr auto widgetElementC = "widget"_L1 |
|
staticconstexpr |