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

(7d5a65041bf50c259395bcbdcbca8892b9c16a50)

#include "propertyeditor.h"
#include "qttreepropertybrowser_p.h"
#include "qtbuttonpropertybrowser_p.h"
#include "qtvariantproperty_p.h"
#include "designerpropertymanager.h"
#include "qdesigner_propertysheet_p.h"
#include "formwindowbase_p.h"
#include "newdynamicpropertydialog.h"
#include "dynamicpropertysheet.h"
#include "shared_enums_p.h"
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractformwindowmanager.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/propertysheet.h>
#include <QtDesigner/abstractwidgetdatabase.h>
#include <QtDesigner/abstractsettings.h>
#include <qdesigner_utils_p.h>
#include <qdesigner_propertycommand_p.h>
#include <metadatabase_p.h>
#include <iconloader_p.h>
#include <widgetfactory_p.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qlineedit.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qscrollarea.h>
#include <QtWidgets/qstackedwidget.h>
#include <QtWidgets/qtoolbar.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtGui/qaction.h>
#include <QtGui/qactiongroup.h>
#include <QtGui/qpainter.h>
#include <QtCore/qdebug.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qtimezone.h>
Include dependency graph for propertyeditor.cpp:

Go to the source code of this file.

Classes

class  qdesigner_internal::ElidingLabel

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.

Enumerations

enum  SettingsView { TreeView , ButtonView , TreeView , ButtonView }
enum  SettingsView { TreeView , ButtonView , TreeView , ButtonView }

Functions

static QToolButtonqdesigner_internal::createDropDownButton (QAction *defaultAction, QWidget *parent=nullptr)
static QLayoutqdesigner_internal::layoutOfQLayoutWidget (QObject *o)
static const char * qdesigner_internal::typeName (int type)
static QString qdesigner_internal::msgUnsupportedType (const QString &propertyName, int type)
static QString qdesigner_internal::msgDeprecatedProperty (const QLatin1StringView version, const QString &baseTip)
static QString qdesigner_internal::basePropertyToolTip (const QString &propertyName, int type)
static QString qdesigner_internal::propertyToolTip (const QDesignerFormEditorInterface *core, const QString &className, const QString &propertyName, int type)

Variables

static constexpr auto SettingsGroupC = "PropertyEditor"_L1
static constexpr auto ViewKeyC = "View"_L1
static constexpr auto ColorKeyC = "Colored"_L1
static constexpr auto SortedKeyC = "Sorted"_L1
static constexpr auto ExpansionKeyC = "ExpandedItems"_L1
static constexpr auto SplitterPositionKeyC = "SplitterPosition"_L1

Enumeration Type Documentation

◆ SettingsView [1/2]

Enumerator
TreeView 
ButtonView 
TreeView 
ButtonView 

Definition at line 49 of file propertyeditor.cpp.

◆ SettingsView [2/2]

Enumerator
TreeView 
ButtonView 
TreeView 
ButtonView 

Definition at line 49 of file propertyeditor.cpp.

Variable Documentation

◆ ColorKeyC

constexpr auto ColorKeyC = "Colored"_L1
staticconstexpr

Definition at line 57 of file propertyeditor.cpp.

◆ ExpansionKeyC

constexpr auto ExpansionKeyC = "ExpandedItems"_L1
staticconstexpr

Definition at line 59 of file propertyeditor.cpp.

◆ SettingsGroupC

constexpr auto SettingsGroupC = "PropertyEditor"_L1
staticconstexpr

Definition at line 55 of file propertyeditor.cpp.

◆ SortedKeyC

constexpr auto SortedKeyC = "Sorted"_L1
staticconstexpr

Definition at line 58 of file propertyeditor.cpp.

◆ SplitterPositionKeyC

constexpr auto SplitterPositionKeyC = "SplitterPosition"_L1
staticconstexpr

Definition at line 60 of file propertyeditor.cpp.

◆ ViewKeyC

constexpr auto ViewKeyC = "View"_L1
staticconstexpr

Definition at line 56 of file propertyeditor.cpp.