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

(182e2b3c0683be7e3ee2babeeec7f62e9e165b0b)

#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)
 

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

static constexpr auto ColorKeyC = "Colored"_L1
staticconstexpr

Definition at line 57 of file propertyeditor.cpp.

◆ ExpansionKeyC

static constexpr auto ExpansionKeyC = "ExpandedItems"_L1
staticconstexpr

Definition at line 59 of file propertyeditor.cpp.

◆ SettingsGroupC

static constexpr auto SettingsGroupC = "PropertyEditor"_L1
staticconstexpr

Definition at line 55 of file propertyeditor.cpp.

◆ SortedKeyC

static constexpr auto SortedKeyC = "Sorted"_L1
staticconstexpr

Definition at line 58 of file propertyeditor.cpp.

◆ SplitterPositionKeyC

static constexpr auto SplitterPositionKeyC = "SplitterPosition"_L1
staticconstexpr

Definition at line 60 of file propertyeditor.cpp.

◆ ViewKeyC

static constexpr auto ViewKeyC = "View"_L1
staticconstexpr

Definition at line 56 of file propertyeditor.cpp.