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

(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>
+ Include dependency graph for actioneditor.cpp:

Go to the source code of this file.

Classes

class  qdesigner_internal::ActionGroupDelegate
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Enumerations

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
}
 

Functions

static void qdesigner_internal::refreshIconPropertyChanged (const QAction *action, QDesignerPropertySheetExtension *sheet)
 
static void qdesigner_internal::setInitialProperty (QDesignerPropertySheetExtension *sheet, const QString &name, const QVariant &value)
 
static QDesignerFormWindowCommandqdesigner_internal::setIconPropertyCommand (const PropertySheetIconValue &newIcon, QAction *action, QDesignerFormWindowInterface *fw)
 
static QDesignerFormWindowCommandqdesigner_internal::setKeySequencePropertyCommand (const PropertySheetKeySequenceValue &ks, QAction *action, QDesignerFormWindowInterface *fw)
 
template<class T >
QDesignerFormWindowCommandqdesigner_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)
 

Variables

static constexpr auto actionEditorViewModeKey = "ActionEditorViewMode"_L1
 
static constexpr auto iconPropertyC = "icon"_L1
 
static constexpr auto shortcutPropertyC = "shortcut"_L1
 
static constexpr auto menuRolePropertyC = "menuRole"_L1
 
static constexpr auto toolTipPropertyC = "toolTip"_L1
 
static constexpr auto checkablePropertyC = "checkable"_L1
 
static constexpr auto objectNamePropertyC = "objectName"_L1
 
static constexpr auto textPropertyC = "text"_L1
 

Variable Documentation

◆ actionEditorViewModeKey

static constexpr auto actionEditorViewModeKey = "ActionEditorViewMode"_L1
staticconstexpr

Definition at line 52 of file actioneditor.cpp.

◆ checkablePropertyC

static constexpr auto checkablePropertyC = "checkable"_L1
staticconstexpr

Definition at line 58 of file actioneditor.cpp.

◆ iconPropertyC

static constexpr auto iconPropertyC = "icon"_L1
staticconstexpr

Definition at line 54 of file actioneditor.cpp.

◆ menuRolePropertyC

static constexpr auto menuRolePropertyC = "menuRole"_L1
staticconstexpr

Definition at line 56 of file actioneditor.cpp.

◆ objectNamePropertyC

static constexpr auto objectNamePropertyC = "objectName"_L1
staticconstexpr

Definition at line 59 of file actioneditor.cpp.

◆ shortcutPropertyC

static constexpr auto shortcutPropertyC = "shortcut"_L1
staticconstexpr

Definition at line 55 of file actioneditor.cpp.

◆ textPropertyC

static constexpr auto textPropertyC = "text"_L1
staticconstexpr

Definition at line 60 of file actioneditor.cpp.

◆ toolTipPropertyC

static constexpr auto toolTipPropertyC = "toolTip"_L1
staticconstexpr

Definition at line 57 of file actioneditor.cpp.