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

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#include "designerpropertymanager.h"
#include "qtpropertymanager_p.h"
#include "paletteeditorbutton.h"
#include "pixmapeditor.h"
#include "qlonglongvalidator.h"
#include "stringlisteditorbutton.h"
#include "qtresourceview_p.h"
#include "qtpropertybrowserutils_p.h"
#include <formwindowbase_p.h>
#include <formwindowmanager.h>
#include <formwindow.h>
#include <propertysheet.h>
#include <qextensionmanager.h>
#include <formwindowcursor.h>
#include <textpropertyeditor_p.h>
#include <stylesheeteditor_p.h>
#include <richtexteditor_p.h>
#include <plaintexteditor_p.h>
#include <iconloader_p.h>
#include <iconselector_p.h>
#include <abstractdialoggui_p.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qcombobox.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qlineedit.h>
#include <QtWidgets/qdialogbuttonbox.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qfiledialog.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qkeysequenceedit.h>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qurl.h>
#include "designerpropertymanager.moc"
+ Include dependency graph for designerpropertymanager.cpp:

Go to the source code of this file.

Classes

class  DesignerFlagPropertyType
 
class  DesignerAlignmentPropertyType
 
class  qdesigner_internal::TextEditor
 
class  qdesigner_internal::ResetWidget
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

template<class IntT >
static int qdesigner_internal::bitCount (IntT mask)
 
template<class EditorContainer , class Editor , class SetterParameter , class Value >
static void qdesigner_internal::applyToEditors (const EditorContainer &list, void(Editor::*setter)(SetterParameter), const Value &value)
 
template<class Editor >
bool qdesigner_internal::removeEditor (QObject *object, QHash< const QtProperty *, QList< Editor > > *propertyToEditors, QHash< Editor, QtProperty * > *editorToProperty)
 
template<class Editor >
bool qdesigner_internal::updateManager (QtVariantEditorFactory *factory, bool *changingPropertyValue, const QHash< Editor, QtProperty * > &editorToProperty, QWidget *editor, const QVariant &value)
 
template<class Editor >
QtPropertyqdesigner_internal::findPropertyForEditor (const QHash< Editor *, QtProperty * > &editorMap, const QObject *sender)
 
static bool qdesigner_internal::isModifiedInMultiSelection (const QDesignerFormEditorInterface *core, const QString &propertyName)
 

Variables

static constexpr auto resettableAttributeC = "resettable"_L1
 
static constexpr auto flagsAttributeC = "flags"_L1
 
static constexpr auto validationModesAttributeC = "validationMode"_L1
 
static constexpr auto superPaletteAttributeC = "superPalette"_L1
 
static constexpr auto defaultResourceAttributeC = "defaultResource"_L1
 
static constexpr auto fontAttributeC = "font"_L1
 
static constexpr auto themeAttributeC = "theme"_L1
 
static constexpr auto themeEnumAttributeC = "themeEnum"_L1
 

Variable Documentation

◆ defaultResourceAttributeC

static constexpr auto defaultResourceAttributeC = "defaultResource"_L1
staticconstexpr

Definition at line 54 of file designerpropertymanager.cpp.

◆ flagsAttributeC

static constexpr auto flagsAttributeC = "flags"_L1
staticconstexpr

Definition at line 51 of file designerpropertymanager.cpp.

◆ fontAttributeC

static constexpr auto fontAttributeC = "font"_L1
staticconstexpr

Definition at line 55 of file designerpropertymanager.cpp.

◆ resettableAttributeC

static constexpr auto resettableAttributeC = "resettable"_L1
staticconstexpr

Definition at line 50 of file designerpropertymanager.cpp.

◆ superPaletteAttributeC

static constexpr auto superPaletteAttributeC = "superPalette"_L1
staticconstexpr

Definition at line 53 of file designerpropertymanager.cpp.

◆ themeAttributeC

static constexpr auto themeAttributeC = "theme"_L1
staticconstexpr

Definition at line 56 of file designerpropertymanager.cpp.

◆ themeEnumAttributeC

static constexpr auto themeEnumAttributeC = "themeEnum"_L1
staticconstexpr

Definition at line 57 of file designerpropertymanager.cpp.

◆ validationModesAttributeC

static constexpr auto validationModesAttributeC = "validationMode"_L1
staticconstexpr

Definition at line 52 of file designerpropertymanager.cpp.