(7b53b1080948aa2fa92bb12794e6841b07dfa700)
#include "actioneditor_p.h"
#include "actionrepository_p.h"
#include "iconloader_p.h"
#include "newactiondialog_p.h"
#include "qdesigner_menu_p.h"
#include "qdesigner_command_p.h"
#include "qdesigner_propertycommand_p.h"
#include "qdesigner_objectinspector_p.h"
#include "qdesigner_utils_p.h"
#include "qsimpleresource_p.h"
#include "formwindowbase_p.h"
#include "qdesigner_taskmenu_p.h"
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/abstractpropertyeditor.h>
#include <QtDesigner/propertysheet.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractmetadatabase.h>
#include <QtDesigner/abstractsettings.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qtoolbar.h>
#include <QtWidgets/qsplitter.h>
#include <QtWidgets/qapplication.h>
#include <QtWidgets/qitemdelegate.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qlineedit.h>
#include <QtWidgets/qlabel.h>
#include <QtWidgets/qpushbutton.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtGui/qaction.h>
#include <QtGui/qactiongroup.h>
#include <QtGui/qevent.h>
#include <QtGui/qpainter.h>
#include <QtCore/qitemselectionmodel.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qdebug.h>
#include <QtCore/qbuffer.h>
Go to the source code of this file.
|
enum | qdesigner_internal::CharacterCategory {
qdesigner_internal::OtherCharacter
, qdesigner_internal::DigitOrAsciiLetter
, qdesigner_internal::NonAsciiLetter
, qdesigner_internal::OtherCharacter
,
qdesigner_internal::DigitOrAsciiLetter
, qdesigner_internal::NonAsciiLetter
} |
enum | qdesigner_internal::CharacterCategory {
qdesigner_internal::OtherCharacter
, qdesigner_internal::DigitOrAsciiLetter
, qdesigner_internal::NonAsciiLetter
, qdesigner_internal::OtherCharacter
,
qdesigner_internal::DigitOrAsciiLetter
, qdesigner_internal::NonAsciiLetter
} |
|
static void | qdesigner_internal::refreshIconPropertyChanged (const QAction *action, QDesignerPropertySheetExtension *sheet) |
static void | qdesigner_internal::setInitialProperty (QDesignerPropertySheetExtension *sheet, const QString &name, const QVariant &value) |
static QDesignerFormWindowCommand * | qdesigner_internal::setIconPropertyCommand (const PropertySheetIconValue &newIcon, QAction *action, QDesignerFormWindowInterface *fw) |
static QDesignerFormWindowCommand * | qdesigner_internal::setKeySequencePropertyCommand (const PropertySheetKeySequenceValue &ks, QAction *action, QDesignerFormWindowInterface *fw) |
template<class T> |
QDesignerFormWindowCommand * | qdesigner_internal::setPropertyCommand (const QString &name, T value, T defaultValue, QObject *o, QDesignerFormWindowInterface *fw) |
static QString | qdesigner_internal::textPropertyValue (const QDesignerPropertySheetExtension *sheet, const QString &name) |
static QString | qdesigner_internal::underscore (QString text) |
static CharacterCategory | qdesigner_internal::category (QChar c) |
static QString | qdesigner_internal::camelCase (const QString &text) |
◆ actionEditorViewModeKey
constexpr auto actionEditorViewModeKey = "ActionEditorViewMode"_L1 |
|
staticconstexpr |
◆ checkablePropertyC
constexpr auto checkablePropertyC = "checkable"_L1 |
|
staticconstexpr |
◆ iconPropertyC
constexpr auto iconPropertyC = "icon"_L1 |
|
staticconstexpr |
◆ menuRolePropertyC
constexpr auto menuRolePropertyC = "menuRole"_L1 |
|
staticconstexpr |
◆ objectNamePropertyC
constexpr auto objectNamePropertyC = "objectName"_L1 |
|
staticconstexpr |
◆ shortcutPropertyC
constexpr auto shortcutPropertyC = "shortcut"_L1 |
|
staticconstexpr |
◆ textPropertyC
constexpr auto textPropertyC = "text"_L1 |
|
staticconstexpr |
◆ toolTipPropertyC
constexpr auto toolTipPropertyC = "toolTip"_L1 |
|
staticconstexpr |