Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdesigner.h"
#include "qdesigner_toolwindow.h"
#include "qdesigner_settings.h"
#include "qdesigner_workbench.h"
#include <QtDesigner/abstractpropertyeditor.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractactioneditor.h>
#include <QtDesigner/abstractobjectinspector.h>
#include <QtDesigner/abstractwidgetbox.h>
#include <QtDesigner/QDesignerComponents>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
Classes | |
class | PropertyEditorToolWindow |
class | ActionEditorToolWindow |
class | ObjectInspectorToolWindow |
class | ResourceEditorToolWindow |
class | SignalSlotEditorToolWindow |
class | WidgetBoxToolWindow |
Functions | |
static QWidget * | createPropertyEditor (QDesignerFormEditorInterface *core, QWidget *parent=nullptr) |
static QWidget * | createActionEditor (QDesignerFormEditorInterface *core, QWidget *parent=nullptr) |
static QWidget * | createObjectInspector (QDesignerFormEditorInterface *core, QWidget *parent=nullptr) |
static QWidget * | createWidgetBox (QDesignerFormEditorInterface *core, QWidget *parent=nullptr) |
Variables | |
static constexpr bool | debugToolWindow = false |
static constexpr int | margin = 20 |
|
inlinestatic |
Definition at line 165 of file qdesigner_toolwindow.cpp.
|
inlinestatic |
Definition at line 204 of file qdesigner_toolwindow.cpp.
|
inlinestatic |
Definition at line 110 of file qdesigner_toolwindow.cpp.
|
inlinestatic |
Definition at line 305 of file qdesigner_toolwindow.cpp.
|
staticconstexpr |
Definition at line 21 of file qdesigner_toolwindow.cpp.
|
staticconstexpr |
Definition at line 27 of file qdesigner_toolwindow.cpp.
Referenced by ResourceEditorToolWindow::geometryHint(), and SignalSlotEditorToolWindow::geometryHint().