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
buddyeditor.cpp File Reference

(94a41d036d53b28e8638d13eae40875869af6123)

#include "buddyeditor.h"
#include <QtDesigner/abstractformwindow.h>
#include <QtDesigner/propertysheet.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/qextensionmanager.h>
#include <qdesigner_command_p.h>
#include <qdesigner_propertycommand_p.h>
#include <qdesigner_utils_p.h>
#include <qlayout_widget_p.h>
#include <connectionedit_p.h>
#include <metadatabase_p.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qapplication.h>
#include <QtGui/qaction.h>
#include <QtCore/qdebug.h>
#include <QtCore/qlist.h>
#include <algorithm>
+ Include dependency graph for buddyeditor.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static bool canBeBuddy (QWidget *w, QDesignerFormWindowInterface *form)
 
static QString buddy (QLabel *label, QDesignerFormEditorInterface *core)
 
static QUndoCommandqdesigner_internal::createBuddyCommand (QDesignerFormWindowInterface *fw, QLabel *label, QWidget *buddy)
 

Variables

static constexpr auto buddyPropertyC = "buddy"_L1
 

Function Documentation

◆ buddy()

static QString buddy ( QLabel * label,
QDesignerFormEditorInterface * core )
static

Definition at line 55 of file buddyeditor.cpp.

◆ canBeBuddy()

static bool canBeBuddy ( QWidget * w,
QDesignerFormWindowInterface * form )
static

Definition at line 35 of file buddyeditor.cpp.

Variable Documentation

◆ buddyPropertyC

static constexpr auto buddyPropertyC = "buddy"_L1
staticconstexpr

Definition at line 33 of file buddyeditor.cpp.