|
| CViewBaseProxyStyle (CViewBaseNonTemplate *view, QStyle *style=nullptr) |
| Constructor.
|
|
|
virtual void | drawPrimitive (PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const |
|
| QProxyStyle (QStyle *style) |
|
| QProxyStyle (const QString &key) |
|
virtual void | polish (QApplication *app) override |
|
virtual void | polish (QPalette &pal) override |
|
virtual void | polish (QWidget *widget) override |
|
void | setBaseStyle (QStyle *style) |
|
virtual void | unpolish (QApplication *app) override |
|
virtual void | unpolish (QWidget *widget) override |
|
virtual QIcon | standardIcon (QStyle::StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const const override |
|
virtual QPalette | standardPalette () const const override |
|
virtual QPixmap | generatedIconPixmap (QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const const override |
|
virtual QPixmap | standardPixmap (QStyle::StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget) const const override |
|
virtual QRect | itemPixmapRect (const QRect &r, int flags, const QPixmap &pixmap) const const override |
|
virtual QRect | itemTextRect (const QFontMetrics &fm, const QRect &r, int flags, bool enabled, const QString &text) const const override |
|
virtual QRect | subControlRect (QStyle::ComplexControl cc, const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *widget) const const override |
|
virtual QRect | subElementRect (QStyle::SubElement element, const QStyleOption *option, const QWidget *widget) const const override |
|
virtual QSize | sizeFromContents (QStyle::ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const const override |
|
QStyle * | baseStyle () const const |
|
virtual QStyle::SubControl | hitTestComplexControl (QStyle::ComplexControl control, const QStyleOptionComplex *option, const QPoint &pos, const QWidget *widget) const const override |
|
virtual int | layoutSpacing (QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption *option, const QWidget *widget) const const override |
|
virtual int | pixelMetric (QStyle::PixelMetric metric, const QStyleOption *option, const QWidget *widget) const const override |
|
virtual int | styleHint (QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const const override |
|
virtual void | drawComplexControl (QStyle::ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const const override |
|
virtual void | drawControl (QStyle::ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const const override |
|
virtual void | drawItemPixmap (QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const const override |
|
virtual void | drawItemText (QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole) const const override |
|
QString | name () const const |
|
const QStyle * | proxy () const const |
|
int | combinedLayoutSpacing (QSizePolicy::ControlTypes controls1, QSizePolicy::ControlTypes controls2, Qt::Orientation orientation, QStyleOption *option, QWidget *widget) const const |
|
QBindable< QString > | bindableObjectName () |
|
| QObject (QObject *parent) |
|
| QT_NO_CONTEXTLESS_CONNECT QT_NO_CONTEXTLESS_CONNECT |
|
| QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT |
|
| Q_CLASSINFO (Name, Value) |
|
| Q_EMIT Q_EMIT |
|
| Q_ENUM (...) |
|
| Q_ENUMS (...) |
|
| Q_ENUM_NS (...) |
|
| Q_FLAG (...) |
|
| Q_FLAGS (...) |
|
| Q_FLAG_NS (...) |
|
| Q_GADGET Q_GADGET |
|
| Q_GADGET_EXPORT (EXPORT_MACRO) |
|
| Q_INTERFACES (...) |
|
| Q_INVOKABLE Q_INVOKABLE |
|
| Q_MOC_INCLUDE Q_MOC_INCLUDE |
|
| Q_NAMESPACE Q_NAMESPACE |
|
| Q_NAMESPACE_EXPORT (EXPORT_MACRO) |
|
| Q_OBJECT Q_OBJECT |
|
| Q_PROPERTY (...) |
|
| Q_REVISION Q_REVISION |
|
| Q_SET_OBJECT_NAME (Object) |
|
| Q_SIGNAL Q_SIGNAL |
|
| Q_SIGNALS Q_SIGNALS |
|
| Q_SLOT Q_SLOT |
|
| Q_SLOTS Q_SLOTS |
|
T | qobject_cast (QObject *object) |
|
T | qobject_cast (const QObject *object) |
|
bool | blockSignals (bool block) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
bool | moveToThread (QThread *targetThread) |
|
bool | setProperty (const char *name, QVariant &&value) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
int | startTimer (std::chrono::nanoseconds interval, Qt::TimerType timerType) |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
void | installEventFilter (QObject *filterObj) |
|
void | killTimer (Qt::TimerId id) |
|
void | killTimer (int id) |
|
void | objectNameChanged (const QString &objectName) |
|
void | removeEventFilter (QObject *obj) |
|
void | setObjectName (QAnyStringView name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
QList< QByteArray > | dynamicPropertyNames () const const |
|
QList< T > | findChildren (QAnyStringView name, Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (Qt::FindChildOptions options) const const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
|
QObject * | parent () const const |
|
QString | objectName () const const |
|
QThread * | thread () const const |
|
QVariant | property (const char *name) const const |
|
T | findChild (QAnyStringView name, Qt::FindChildOptions options) const const |
|
T | findChild (Qt::FindChildOptions options) const const |
|
bool | disconnect (const QObject *receiver, const char *method) const const |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
|
bool | inherits (const char *className) const const |
|
bool | isQuickItemType () const const |
|
bool | isWidgetType () const const |
|
bool | isWindowType () const const |
|
bool | signalsBlocked () const const |
|
virtual const QMetaObject * | metaObject () const const |
|
const QObjectList & | children () const const |
|
void | dumpObjectInfo () const const |
|
void | dumpObjectTree () const const |
|
|
enum | ComplexControl |
|
enum | ContentsType |
|
enum | ControlElement |
|
enum | PixelMetric |
|
enum | PrimitiveElement |
|
enum | RequestSoftwareInputPanel |
|
enum | StandardPixmap |
|
enum | StateFlag |
|
enum | StyleHint |
|
enum | SubControl |
|
enum | SubElement |
|
enum | TimerId |
|
QPoint | visualPos (Qt::LayoutDirection direction, const QRect &boundingRectangle, const QPoint &logicalPosition) |
|
QRect | alignedRect (Qt::LayoutDirection direction, Qt::Alignment alignment, const QSize &size, const QRect &rectangle) |
|
QRect | visualRect (Qt::LayoutDirection direction, const QRect &boundingRectangle, const QRect &logicalRectangle) |
|
Qt::Alignment | visualAlignment (Qt::LayoutDirection direction, Qt::Alignment alignment) |
|
int | sliderPositionFromValue (int min, int max, int logicalValue, int span, bool upsideDown) |
|
int | sliderValueFromPosition (int min, int max, int position, int span, bool upsideDown) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
typedef | State |
|
typedef | SubControls |
|
| CC_SpinBox |
|
| CC_ComboBox |
|
| CC_ScrollBar |
|
| CC_Slider |
|
| CC_ToolButton |
|
| CC_TitleBar |
|
| CC_Dial |
|
| CC_GroupBox |
|
| CC_MdiControls |
|
| CC_CustomBase |
|
| CT_PushButton |
|
| CT_CheckBox |
|
| CT_RadioButton |
|
| CT_ToolButton |
|
| CT_ComboBox |
|
| CT_Splitter |
|
| CT_ProgressBar |
|
| CT_MenuItem |
|
| CT_MenuBarItem |
|
| CT_MenuBar |
|
| CT_Menu |
|
| CT_TabBarTab |
|
| CT_Slider |
|
| CT_ScrollBar |
|
| CT_LineEdit |
|
| CT_SpinBox |
|
| CT_SizeGrip |
|
| CT_TabWidget |
|
| CT_DialogButtons |
|
| CT_HeaderSection |
|
| CT_GroupBox |
|
| CT_MdiControls |
|
| CT_ItemViewItem |
|
| CT_CustomBase |
|
| CE_PushButton |
|
| CE_PushButtonBevel |
|
| CE_PushButtonLabel |
|
| CE_CheckBox |
|
| CE_CheckBoxLabel |
|
| CE_RadioButton |
|
| CE_RadioButtonLabel |
|
| CE_TabBarTab |
|
| CE_TabBarTabShape |
|
| CE_TabBarTabLabel |
|
| CE_ProgressBar |
|
| CE_ProgressBarGroove |
|
| CE_ProgressBarContents |
|
| CE_ProgressBarLabel |
|
| CE_MenuItem |
|
| CE_MenuScroller |
|
| CE_MenuVMargin |
|
| CE_MenuHMargin |
|
| CE_MenuTearoff |
|
| CE_MenuEmptyArea |
|
| CE_MenuBarItem |
|
| CE_MenuBarEmptyArea |
|
| CE_ToolButtonLabel |
|
| CE_Header |
|
| CE_HeaderSection |
|
| CE_HeaderLabel |
|
| CE_ToolBoxTab |
|
| CE_SizeGrip |
|
| CE_Splitter |
|
| CE_RubberBand |
|
| CE_DockWidgetTitle |
|
| CE_ScrollBarAddLine |
|
| CE_ScrollBarSubLine |
|
| CE_ScrollBarAddPage |
|
| CE_ScrollBarSubPage |
|
| CE_ScrollBarSlider |
|
| CE_ScrollBarFirst |
|
| CE_ScrollBarLast |
|
| CE_FocusFrame |
|
| CE_ComboBoxLabel |
|
| CE_ToolBar |
|
| CE_ToolBoxTabShape |
|
| CE_ToolBoxTabLabel |
|
| CE_HeaderEmptyArea |
|
| CE_ColumnViewGrip |
|
| CE_ItemViewItem |
|
| CE_ShapedFrame |
|
| CE_CustomBase |
|
| PM_ButtonMargin |
|
| PM_ButtonDefaultIndicator |
|
| PM_MenuButtonIndicator |
|
| PM_ButtonShiftHorizontal |
|
| PM_ButtonShiftVertical |
|
| PM_DefaultFrameWidth |
|
| PM_SpinBoxFrameWidth |
|
| PM_ComboBoxFrameWidth |
|
| PM_MaximumDragDistance |
|
| PM_ScrollBarExtent |
|
| PM_ScrollBarSliderMin |
|
| PM_SliderThickness |
|
| PM_SliderControlThickness |
|
| PM_SliderLength |
|
| PM_SliderTickmarkOffset |
|
| PM_SliderSpaceAvailable |
|
| PM_DockWidgetSeparatorExtent |
|
| PM_DockWidgetHandleExtent |
|
| PM_DockWidgetFrameWidth |
|
| PM_TabBarTabOverlap |
|
| PM_TabBarTabHSpace |
|
| PM_TabBarTabVSpace |
|
| PM_TabBarBaseHeight |
|
| PM_TabBarBaseOverlap |
|
| PM_ProgressBarChunkWidth |
|
| PM_SplitterWidth |
|
| PM_TitleBarHeight |
|
| PM_MenuScrollerHeight |
|
| PM_MenuHMargin |
|
| PM_MenuVMargin |
|
| PM_MenuPanelWidth |
|
| PM_MenuTearoffHeight |
|
| PM_MenuDesktopFrameWidth |
|
| PM_MenuBarPanelWidth |
|
| PM_MenuBarItemSpacing |
|
| PM_MenuBarVMargin |
|
| PM_MenuBarHMargin |
|
| PM_IndicatorWidth |
|
| PM_IndicatorHeight |
|
| PM_ExclusiveIndicatorWidth |
|
| PM_ExclusiveIndicatorHeight |
|
| PM_DialogButtonsSeparator |
|
| PM_DialogButtonsButtonWidth |
|
| PM_DialogButtonsButtonHeight |
|
| PM_MdiSubWindowFrameWidth |
|
| PM_MdiSubWindowMinimizedWidth |
|
| PM_HeaderMargin |
|
| PM_HeaderMarkSize |
|
| PM_HeaderGripMargin |
|
| PM_TabBarTabShiftHorizontal |
|
| PM_TabBarTabShiftVertical |
|
| PM_TabBarScrollButtonWidth |
|
| PM_ToolBarFrameWidth |
|
| PM_ToolBarHandleExtent |
|
| PM_ToolBarItemSpacing |
|
| PM_ToolBarItemMargin |
|
| PM_ToolBarSeparatorExtent |
|
| PM_ToolBarExtensionExtent |
|
| PM_SpinBoxSliderHeight |
|
| PM_ToolBarIconSize |
|
| PM_ListViewIconSize |
|
| PM_IconViewIconSize |
|
| PM_SmallIconSize |
|
| PM_LargeIconSize |
|
| PM_FocusFrameVMargin |
|
| PM_FocusFrameHMargin |
|
| PM_ToolTipLabelFrameWidth |
|
| PM_CheckBoxLabelSpacing |
|
| PM_TabBarIconSize |
|
| PM_SizeGripSize |
|
| PM_DockWidgetTitleMargin |
|
| PM_MessageBoxIconSize |
|
| PM_ButtonIconSize |
|
| PM_DockWidgetTitleBarButtonMargin |
|
| PM_RadioButtonLabelSpacing |
|
| PM_LayoutLeftMargin |
|
| PM_LayoutTopMargin |
|
| PM_LayoutRightMargin |
|
| PM_LayoutBottomMargin |
|
| PM_LayoutHorizontalSpacing |
|
| PM_LayoutVerticalSpacing |
|
| PM_TabBar_ScrollButtonOverlap |
|
| PM_TextCursorWidth |
|
| PM_TabCloseIndicatorWidth |
|
| PM_TabCloseIndicatorHeight |
|
| PM_ScrollView_ScrollBarSpacing |
|
| PM_ScrollView_ScrollBarOverlap |
|
| PM_SubMenuOverlap |
|
| PM_TreeViewIndentation |
|
| PM_HeaderDefaultSectionSizeHorizontal |
|
| PM_HeaderDefaultSectionSizeVertical |
|
| PM_TitleBarButtonIconSize |
|
| PM_TitleBarButtonSize |
|
| PM_LineEditIconSize |
|
| PM_LineEditIconMargin |
|
| PM_CustomBase |
|
| PE_Frame |
|
| PE_FrameDefaultButton |
|
| PE_FrameDockWidget |
|
| PE_FrameFocusRect |
|
| PE_FrameGroupBox |
|
| PE_FrameLineEdit |
|
| PE_FrameMenu |
|
| PE_FrameStatusBarItem |
|
| PE_FrameTabWidget |
|
| PE_FrameWindow |
|
| PE_FrameButtonBevel |
|
| PE_FrameButtonTool |
|
| PE_FrameTabBarBase |
|
| PE_PanelButtonCommand |
|
| PE_PanelButtonBevel |
|
| PE_PanelButtonTool |
|
| PE_PanelMenuBar |
|
| PE_PanelToolBar |
|
| PE_PanelLineEdit |
|
| PE_IndicatorArrowDown |
|
| PE_IndicatorArrowLeft |
|
| PE_IndicatorArrowRight |
|
| PE_IndicatorArrowUp |
|
| PE_IndicatorBranch |
|
| PE_IndicatorButtonDropDown |
|
| PE_IndicatorItemViewItemCheck |
|
| PE_IndicatorCheckBox |
|
| PE_IndicatorDockWidgetResizeHandle |
|
| PE_IndicatorHeaderArrow |
|
| PE_IndicatorMenuCheckMark |
|
| PE_IndicatorProgressChunk |
|
| PE_IndicatorRadioButton |
|
| PE_IndicatorSpinDown |
|
| PE_IndicatorSpinMinus |
|
| PE_IndicatorSpinPlus |
|
| PE_IndicatorSpinUp |
|
| PE_IndicatorToolBarHandle |
|
| PE_IndicatorToolBarSeparator |
|
| PE_PanelTipLabel |
|
| PE_IndicatorTabTear |
|
| PE_IndicatorTabTearLeft |
|
| PE_PanelScrollAreaCorner |
|
| PE_Widget |
|
| PE_IndicatorColumnViewArrow |
|
| PE_IndicatorItemViewItemDrop |
|
| PE_PanelItemViewItem |
|
| PE_PanelItemViewRow |
|
| PE_PanelStatusBar |
|
| PE_IndicatorTabClose |
|
| PE_PanelMenu |
|
| PE_IndicatorTabTearRight |
|
| PE_CustomBase |
|
| RSIP_OnMouseClickAndAlreadyFocused |
|
| RSIP_OnMouseClick |
|
| SP_TitleBarMenuButton |
|
| SP_TitleBarMinButton |
|
| SP_TitleBarMaxButton |
|
| SP_TitleBarCloseButton |
|
| SP_TitleBarNormalButton |
|
| SP_TitleBarShadeButton |
|
| SP_TitleBarUnshadeButton |
|
| SP_TitleBarContextHelpButton |
|
| SP_DockWidgetCloseButton |
|
| SP_MessageBoxInformation |
|
| SP_MessageBoxWarning |
|
| SP_MessageBoxCritical |
|
| SP_MessageBoxQuestion |
|
| SP_DesktopIcon |
|
| SP_TrashIcon |
|
| SP_ComputerIcon |
|
| SP_DriveFDIcon |
|
| SP_DriveHDIcon |
|
| SP_DriveCDIcon |
|
| SP_DriveDVDIcon |
|
| SP_DriveNetIcon |
|
| SP_DirOpenIcon |
|
| SP_DirClosedIcon |
|
| SP_DirLinkIcon |
|
| SP_DirLinkOpenIcon |
|
| SP_FileIcon |
|
| SP_FileLinkIcon |
|
| SP_ToolBarHorizontalExtensionButton |
|
| SP_ToolBarVerticalExtensionButton |
|
| SP_FileDialogStart |
|
| SP_FileDialogEnd |
|
| SP_FileDialogToParent |
|
| SP_FileDialogNewFolder |
|
| SP_FileDialogDetailedView |
|
| SP_FileDialogInfoView |
|
| SP_FileDialogContentsView |
|
| SP_FileDialogListView |
|
| SP_FileDialogBack |
|
| SP_DirIcon |
|
| SP_DialogOkButton |
|
| SP_DialogCancelButton |
|
| SP_DialogHelpButton |
|
| SP_DialogOpenButton |
|
| SP_DialogSaveButton |
|
| SP_DialogCloseButton |
|
| SP_DialogApplyButton |
|
| SP_DialogResetButton |
|
| SP_DialogDiscardButton |
|
| SP_DialogYesButton |
|
| SP_DialogNoButton |
|
| SP_ArrowUp |
|
| SP_ArrowDown |
|
| SP_ArrowLeft |
|
| SP_ArrowRight |
|
| SP_ArrowBack |
|
| SP_ArrowForward |
|
| SP_DirHomeIcon |
|
| SP_CommandLink |
|
| SP_VistaShield |
|
| SP_BrowserReload |
|
| SP_BrowserStop |
|
| SP_MediaPlay |
|
| SP_MediaStop |
|
| SP_MediaPause |
|
| SP_MediaSkipForward |
|
| SP_MediaSkipBackward |
|
| SP_MediaSeekForward |
|
| SP_MediaSeekBackward |
|
| SP_MediaVolume |
|
| SP_MediaVolumeMuted |
|
| SP_LineEditClearButton |
|
| SP_DialogYesToAllButton |
|
| SP_DialogNoToAllButton |
|
| SP_DialogSaveAllButton |
|
| SP_DialogAbortButton |
|
| SP_DialogRetryButton |
|
| SP_DialogIgnoreButton |
|
| SP_RestoreDefaultsButton |
|
| SP_TabCloseButton |
|
| NStandardPixmap |
|
| SP_CustomBase |
|
| State_None |
|
| State_Enabled |
|
| State_Raised |
|
| State_Sunken |
|
| State_Off |
|
| State_NoChange |
|
| State_On |
|
| State_DownArrow |
|
| State_Horizontal |
|
| State_HasFocus |
|
| State_Top |
|
| State_Bottom |
|
| State_FocusAtBorder |
|
| State_AutoRaise |
|
| State_MouseOver |
|
| State_UpArrow |
|
| State_Selected |
|
| State_Active |
|
| State_Window |
|
| State_Open |
|
| State_Children |
|
| State_Item |
|
| State_Sibling |
|
| State_Editing |
|
| State_KeyboardFocusChange |
|
| State_HasEditFocus |
|
| State_ReadOnly |
|
| State_Small |
|
| State_Mini |
|
| SH_EtchDisabledText |
|
| SH_DitherDisabledText |
|
| SH_ScrollBar_MiddleClickAbsolutePosition |
|
| SH_ScrollBar_ScrollWhenPointerLeavesControl |
|
| SH_TabBar_SelectMouseType |
|
| SH_TabBar_Alignment |
|
| SH_Header_ArrowAlignment |
|
| SH_Slider_SnapToValue |
|
| SH_Slider_SloppyKeyEvents |
|
| SH_ProgressDialog_CenterCancelButton |
|
| SH_ProgressDialog_TextLabelAlignment |
|
| SH_PrintDialog_RightAlignButtons |
|
| SH_MainWindow_SpaceBelowMenuBar |
|
| SH_FontDialog_SelectAssociatedText |
|
| SH_Menu_AllowActiveAndDisabled |
|
| SH_Menu_SpaceActivatesItem |
|
| SH_Menu_SubMenuPopupDelay |
|
| SH_ScrollView_FrameOnlyAroundContents |
|
| SH_MenuBar_AltKeyNavigation |
|
| SH_ComboBox_ListMouseTracking |
|
| SH_Menu_MouseTracking |
|
| SH_MenuBar_MouseTracking |
|
| SH_ItemView_ChangeHighlightOnFocus |
|
| SH_Widget_ShareActivation |
|
| SH_Workspace_FillSpaceOnMaximize |
|
| SH_ComboBox_Popup |
|
| SH_TitleBar_NoBorder |
|
| SH_Slider_StopMouseOverSlider |
|
| SH_BlinkCursorWhenTextSelected |
|
| SH_RichText_FullWidthSelection |
|
| SH_Menu_Scrollable |
|
| SH_GroupBox_TextLabelVerticalAlignment |
|
| SH_GroupBox_TextLabelColor |
|
| SH_Menu_SloppySubMenus |
|
| SH_Table_GridLineColor |
|
| SH_LineEdit_PasswordCharacter |
|
| SH_DialogButtons_DefaultButton |
|
| SH_ToolBox_SelectedPageTitleBold |
|
| SH_TabBar_PreferNoArrows |
|
| SH_ScrollBar_LeftClickAbsolutePosition |
|
| SH_ListViewExpand_SelectMouseType |
|
| SH_UnderlineShortcut |
|
| SH_SpinBox_AnimateButton |
|
| SH_SpinBox_KeyPressAutoRepeatRate |
|
| SH_SpinBox_ClickAutoRepeatRate |
|
| SH_Menu_FillScreenWithScroll |
|
| SH_ToolTipLabel_Opacity |
|
| SH_DrawMenuBarSeparator |
|
| SH_TitleBar_ModifyNotification |
|
| SH_Button_FocusPolicy |
|
| SH_MessageBox_UseBorderForButtonSpacing |
|
| SH_TitleBar_AutoRaise |
|
| SH_ToolButton_PopupDelay |
|
| SH_FocusFrame_Mask |
|
| SH_RubberBand_Mask |
|
| SH_WindowFrame_Mask |
|
| SH_SpinControls_DisableOnBounds |
|
| SH_Dial_BackgroundRole |
|
| SH_ComboBox_LayoutDirection |
|
| SH_ItemView_EllipsisLocation |
|
| SH_ItemView_ShowDecorationSelected |
|
| SH_ItemView_ActivateItemOnSingleClick |
|
| SH_ScrollBar_ContextMenu |
|
| SH_ScrollBar_RollBetweenButtons |
|
| SH_Slider_AbsoluteSetButtons |
|
| SH_Slider_PageSetButtons |
|
| SH_Menu_KeyboardSearch |
|
| SH_TabBar_ElideMode |
|
| SH_DialogButtonLayout |
|
| SH_ComboBox_PopupFrameStyle |
|
| SH_MessageBox_TextInteractionFlags |
|
| SH_DialogButtonBox_ButtonsHaveIcons |
|
| SH_MessageBox_CenterButtons |
|
| SH_Menu_SelectionWrap |
|
| SH_ItemView_MovementWithoutUpdatingSelection |
|
| SH_ToolTip_Mask |
|
| SH_FocusFrame_AboveWidget |
|
| SH_TextControl_FocusIndicatorTextCharFormat |
|
| SH_WizardStyle |
|
| SH_ItemView_ArrowKeysNavigateIntoChildren |
|
| SH_Menu_Mask |
|
| SH_Menu_FlashTriggeredItem |
|
| SH_Menu_FadeOutOnHide |
|
| SH_SpinBox_ClickAutoRepeatThreshold |
|
| SH_ItemView_PaintAlternatingRowColorsForEmptyArea |
|
| SH_FormLayoutWrapPolicy |
|
| SH_TabWidget_DefaultTabPosition |
|
| SH_ToolBar_Movable |
|
| SH_FormLayoutFieldGrowthPolicy |
|
| SH_FormLayoutFormAlignment |
|
| SH_FormLayoutLabelAlignment |
|
| SH_ItemView_DrawDelegateFrame |
|
| SH_TabBar_CloseButtonPosition |
|
| SH_DockWidget_ButtonsHaveFrame |
|
| SH_ToolButtonStyle |
|
| SH_RequestSoftwareInputPanel |
|
| SH_ScrollBar_Transient |
|
| SH_Menu_SupportsSections |
|
| SH_ToolTip_WakeUpDelay |
|
| SH_ToolTip_FallAsleepDelay |
|
| SH_Widget_Animate |
|
| SH_Splitter_OpaqueResize |
|
| SH_ComboBox_UseNativePopup |
|
| SH_LineEdit_PasswordMaskDelay |
|
| SH_TabBar_ChangeCurrentDelay |
|
| SH_Menu_SubMenuUniDirection |
|
| SH_Menu_SubMenuUniDirectionFailCount |
|
| SH_Menu_SubMenuSloppySelectOtherActions |
|
| SH_Menu_SubMenuSloppyCloseTimeout |
|
| SH_Menu_SubMenuResetWhenReenteringParent |
|
| SH_Menu_SubMenuDontStartSloppyOnLeave |
|
| SH_ItemView_ScrollMode |
|
| SH_TitleBar_ShowToolTipsOnButtons |
|
| SH_Widget_Animation_Duration |
|
| SH_ComboBox_AllowWheelScrolling |
|
| SH_SpinBox_ButtonsInsideFrame |
|
| SH_SpinBox_StepModifier |
|
| SH_TabBar_AllowWheelScrolling |
|
| SH_Table_AlwaysDrawLeftTopGridLines |
|
| SH_SpinBox_SelectOnStep |
|
| SH_CustomBase |
|
| SC_None |
|
| SC_ScrollBarAddLine |
|
| SC_ScrollBarSubLine |
|
| SC_ScrollBarAddPage |
|
| SC_ScrollBarSubPage |
|
| SC_ScrollBarFirst |
|
| SC_ScrollBarLast |
|
| SC_ScrollBarSlider |
|
| SC_ScrollBarGroove |
|
| SC_SpinBoxUp |
|
| SC_SpinBoxDown |
|
| SC_SpinBoxFrame |
|
| SC_SpinBoxEditField |
|
| SC_ComboBoxFrame |
|
| SC_ComboBoxEditField |
|
| SC_ComboBoxArrow |
|
| SC_ComboBoxListBoxPopup |
|
| SC_SliderGroove |
|
| SC_SliderHandle |
|
| SC_SliderTickmarks |
|
| SC_ToolButton |
|
| SC_ToolButtonMenu |
|
| SC_TitleBarSysMenu |
|
| SC_TitleBarMinButton |
|
| SC_TitleBarMaxButton |
|
| SC_TitleBarCloseButton |
|
| SC_TitleBarNormalButton |
|
| SC_TitleBarShadeButton |
|
| SC_TitleBarUnshadeButton |
|
| SC_TitleBarContextHelpButton |
|
| SC_TitleBarLabel |
|
| SC_DialGroove |
|
| SC_DialHandle |
|
| SC_DialTickmarks |
|
| SC_GroupBoxCheckBox |
|
| SC_GroupBoxLabel |
|
| SC_GroupBoxContents |
|
| SC_GroupBoxFrame |
|
| SC_MdiMinButton |
|
| SC_MdiNormalButton |
|
| SC_MdiCloseButton |
|
| SC_CustomBase |
|
| SC_All |
|
| SE_PushButtonContents |
|
| SE_PushButtonFocusRect |
|
| SE_CheckBoxIndicator |
|
| SE_CheckBoxContents |
|
| SE_CheckBoxFocusRect |
|
| SE_CheckBoxClickRect |
|
| SE_RadioButtonIndicator |
|
| SE_RadioButtonContents |
|
| SE_RadioButtonFocusRect |
|
| SE_RadioButtonClickRect |
|
| SE_ComboBoxFocusRect |
|
| SE_SliderFocusRect |
|
| SE_ProgressBarGroove |
|
| SE_ProgressBarContents |
|
| SE_ProgressBarLabel |
|
| SE_ToolBoxTabContents |
|
| SE_HeaderLabel |
|
| SE_HeaderArrow |
|
| SE_TabWidgetTabBar |
|
| SE_TabWidgetTabPane |
|
| SE_TabWidgetTabContents |
|
| SE_TabWidgetLeftCorner |
|
| SE_TabWidgetRightCorner |
|
| SE_ItemViewItemCheckIndicator |
|
| SE_TabBarTearIndicator |
|
| SE_TabBarTearIndicatorLeft |
|
| SE_TreeViewDisclosureItem |
|
| SE_LineEditContents |
|
| SE_FrameContents |
|
| SE_DockWidgetCloseButton |
|
| SE_DockWidgetFloatButton |
|
| SE_DockWidgetTitleBarText |
|
| SE_DockWidgetIcon |
|
| SE_CheckBoxLayoutItem |
|
| SE_ComboBoxLayoutItem |
|
| SE_DateTimeEditLayoutItem |
|
| SE_LabelLayoutItem |
|
| SE_ProgressBarLayoutItem |
|
| SE_PushButtonLayoutItem |
|
| SE_RadioButtonLayoutItem |
|
| SE_SliderLayoutItem |
|
| SE_SpinBoxLayoutItem |
|
| SE_ToolButtonLayoutItem |
|
| SE_FrameLayoutItem |
|
| SE_GroupBoxLayoutItem |
|
| SE_TabWidgetLayoutItem |
|
| SE_ItemViewItemDecoration |
|
| SE_ItemViewItemText |
|
| SE_ItemViewItemFocusRect |
|
| SE_TabBarTabLeftButton |
|
| SE_TabBarTabRightButton |
|
| SE_TabBarTabText |
|
| SE_ShapedFrameContents |
|
| SE_ToolBarHandle |
|
| SE_TabBarScrollLeftButton |
|
| SE_TabBarScrollRightButton |
|
| SE_TabBarTearIndicatorRight |
|
| SE_PushButtonBevel |
|
| SE_CustomBase |
|
typedef | QObjectList |
|
| Invalid |
|
virtual bool | event (QEvent *e) override |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const QMetaMethod &signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const QMetaMethod &signal) |
|
virtual void | timerEvent (QTimerEvent *event) |
|
QObject * | sender () const const |
|
bool | isSignalConnected (const QMetaMethod &signal) const const |
|
int | receivers (const char *signal) const const |
|
int | senderSignalIndex () const const |
|
| objectName |
|
Proxy for style of our views.
Definition at line 19 of file viewbaseproxystyle.h.