Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_toolwindow.cpp File Reference

(6aa71e6259dbf88d8d236f72020d265ddd48adfd)

#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>
+ Include dependency graph for qdesigner_toolwindow.cpp:

Go to the source code of this file.

Classes

class  PropertyEditorToolWindow
 
class  ActionEditorToolWindow
 
class  ObjectInspectorToolWindow
 
class  ResourceEditorToolWindow
 
class  SignalSlotEditorToolWindow
 
class  WidgetBoxToolWindow
 

Functions

static QWidgetcreatePropertyEditor (QDesignerFormEditorInterface *core, QWidget *parent=nullptr)
 
static QWidgetcreateActionEditor (QDesignerFormEditorInterface *core, QWidget *parent=nullptr)
 
static QWidgetcreateObjectInspector (QDesignerFormEditorInterface *core, QWidget *parent=nullptr)
 
static QWidgetcreateWidgetBox (QDesignerFormEditorInterface *core, QWidget *parent=nullptr)
 

Variables

static constexpr bool debugToolWindow = false
 
static constexpr int margin = 20
 

Function Documentation

◆ createActionEditor()

static QWidget * createActionEditor ( QDesignerFormEditorInterface * core,
QWidget * parent = nullptr )
inlinestatic

Definition at line 165 of file qdesigner_toolwindow.cpp.

◆ createObjectInspector()

static QWidget * createObjectInspector ( QDesignerFormEditorInterface * core,
QWidget * parent = nullptr )
inlinestatic

Definition at line 204 of file qdesigner_toolwindow.cpp.

◆ createPropertyEditor()

static QWidget * createPropertyEditor ( QDesignerFormEditorInterface * core,
QWidget * parent = nullptr )
inlinestatic

Definition at line 110 of file qdesigner_toolwindow.cpp.

◆ createWidgetBox()

static QWidget * createWidgetBox ( QDesignerFormEditorInterface * core,
QWidget * parent = nullptr )
inlinestatic

Definition at line 305 of file qdesigner_toolwindow.cpp.

Variable Documentation

◆ debugToolWindow

static constexpr bool debugToolWindow = false
staticconstexpr

Definition at line 21 of file qdesigner_toolwindow.cpp.

◆ margin

static constexpr int margin = 20
staticconstexpr