1#ifndef SARIBBONPANELITEM_H
2#define SARIBBONPANELITEM_H
3#include "SARibbonGlobal.h"
49 bool isEmpty() const Q_DECL_OVERRIDE;
53 QRect itemWillSetGeometry;
58#ifndef SA_ActionPropertyName_RowProportion
59#define SA_ActionPropertyName_RowProportion "_sa_RowProportion"
61#ifndef SA_ActionPropertyName_ToolButtonPopupMode
62#define SA_ActionPropertyName_ToolButtonPopupMode "_sa_ToolButtonPopupMode"
64#ifndef SA_ActionPropertyName_ToolButtonStyle
65#define SA_ActionPropertyName_ToolButtonStyle "_sa_ToolButtonStyle"
Definition SARibbonPanelItem.h:25
RowProportion
Definition SARibbonPanelItem.h:37
@ Medium
Medium proportion, only works when SARibbonPanel::panelLayoutMode is SARibbonPanel::ThreeRowMode,...
Definition SARibbonPanelItem.h:40
@ Large
Large proportion, the height of a widget will fill the entire panel
Definition SARibbonPanelItem.h:39
@ None
Undefined proportion, at this time it will be judged based on expandingDirections,...
Definition SARibbonPanelItem.h:38