(8fb2b5f3deb6b0ef5d3eb9afa76a6105eded3480)
#include "designerpropertymanager.h"
#include "qtpropertymanager_p.h"
#include "paletteeditorbutton.h"
#include "pixmapeditor.h"
#include "qlonglongvalidator.h"
#include "texteditor.h"
#include "resetdecorator.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 <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>
Go to the source code of this file.
|
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> |
QtProperty * | qdesigner_internal::findPropertyForEditor (const QHash< Editor *, QtProperty * > &editorMap, const QObject *sender) |
◆ defaultResourceAttributeC
constexpr auto defaultResourceAttributeC = "defaultResource"_L1 |
|
staticconstexpr |
◆ flagsAttributeC
constexpr auto flagsAttributeC = "flags"_L1 |
|
staticconstexpr |
◆ fontAttributeC
constexpr auto fontAttributeC = "font"_L1 |
|
staticconstexpr |
◆ resettableAttributeC
constexpr auto resettableAttributeC = "resettable"_L1 |
|
staticconstexpr |
◆ superPaletteAttributeC
constexpr auto superPaletteAttributeC = "superPalette"_L1 |
|
staticconstexpr |
◆ themeAttributeC
constexpr auto themeAttributeC = "theme"_L1 |
|
staticconstexpr |
◆ themeEnumAttributeC
constexpr auto themeEnumAttributeC = "themeEnum"_L1 |
|
staticconstexpr |
◆ validationModesAttributeC
constexpr auto validationModesAttributeC = "validationMode"_L1 |
|
staticconstexpr |