![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| WidgetBoxResource (QDesignerFormEditorInterface *core) | |
| QWidget * | createUI (DomUI *ui, QWidget *parents) |
| WidgetBoxResource (QDesignerFormEditorInterface *core) | |
| QWidget * | createUI (DomUI *ui, QWidget *parents) |
| Public Member Functions inherited from qdesigner_internal::QDesignerFormBuilder | |
| QDesignerFormBuilder (QDesignerFormEditorInterface *core, const DeviceProfile &deviceProfile=DeviceProfile()) | |
| virtual QWidget * | createWidget (DomWidget *ui_widget, QWidget *parentWidget=nullptr) |
| QDesignerFormEditorInterface * | core () const |
| QString | systemStyle () const |
| Public Member Functions inherited from QFormBuilder | |
| QFormBuilder () | |
| Constructs a new form builder. | |
| ~QFormBuilder () override | |
| Destroys the form builder. | |
| QStringList | pluginPaths () const |
| Returns the list of paths the form builder searches for plugins. | |
| void | clearPluginPaths () |
| Clears the list of paths that the form builder uses to search for custom widget plugins. | |
| void | addPluginPath (const QString &pluginPath) |
| Adds a new plugin path specified by pluginPath to the list of paths that will be searched by the form builder when loading a custom widget plugin. | |
| void | setPluginPath (const QStringList &pluginPaths) |
| Sets the list of plugin paths to the list specified by pluginPaths. | |
| QList< QDesignerCustomWidgetInterface * > | customWidgets () const |
| Returns a list of the available plugins. | |
| Public Member Functions inherited from QAbstractFormBuilder | |
| QAbstractFormBuilder () | |
| Constructs a new form builder. | |
| virtual | ~QAbstractFormBuilder () |
| Destroys the form builder. | |
| QDir | workingDirectory () const |
| Returns the current working directory of the form builder. | |
| void | setWorkingDirectory (const QDir &directory) |
| Sets the current working directory of the form builder to the specified directory. | |
| virtual QWidget * | load (QIODevice *dev, QWidget *parentWidget=nullptr) |
| Loads an XML representation of a widget from the given device, and constructs a new widget with the specified parent. | |
| virtual void | save (QIODevice *dev, QWidget *widget) |
| Saves an XML representation of the given widget to the specified device in the standard UI file format. | |
| QString | errorString () const |
| Returns a human-readable description of the last error occurred in load(). | |
Definition at line 40 of file widgetbox_dnditem.cpp.
| qdesigner_internal::WidgetBoxResource::WidgetBoxResource | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 55 of file widgetbox_dnditem.cpp.
References WidgetBoxResource().
Referenced by WidgetBoxResource(), and qdesigner_internal::decorationFromDomWidget().
| qdesigner_internal::WidgetBoxResource::WidgetBoxResource | ( | QDesignerFormEditorInterface * | core | ) |
|
overrideprotectedvirtual |
Reimplemented from qdesigner_internal::QDesignerFormBuilder.
Definition at line 72 of file widgetbox_dnditem.cpp.
References QPainter::QWidget.
|
overrideprotectedvirtual |
Reimplemented from qdesigner_internal::QDesignerFormBuilder.
|
overrideprotectedvirtual |
Reimplemented from QAbstractFormBuilder.
Definition at line 89 of file widgetbox_dnditem.cpp.
|
overrideprotectedvirtual |
Reimplemented from QAbstractFormBuilder.
Definition at line 46 of file widgetbox_dnditem.cpp.
Referenced by qdesigner_internal::decorationFromDomWidget().
Definition at line 46 of file widgetbox_dnditem.cpp.
|
overrideprotectedvirtual |
Reimplemented from qdesigner_internal::QDesignerFormBuilder.
Definition at line 61 of file widgetbox_dnditem.cpp.
|
overrideprotectedvirtual |
Reimplemented from qdesigner_internal::QDesignerFormBuilder.