schrodinger.ui.qt.multi_combo_box module¶
- class schrodinger.ui.qt.multi_combo_box.MacMultiComboBoxStyle¶
Bases:
PyQt6.QtWidgets.QProxyStyle
- subControlRect(control, option, subControl, widget)¶
On Mac, add extra width to the popup for the checkbox.
- CC_ComboBox = 1¶
- CC_CustomBase = 4026531840¶
- CC_Dial = 6¶
- CC_GroupBox = 7¶
- CC_MdiControls = 8¶
- CC_ScrollBar = 2¶
- CC_Slider = 3¶
- CC_SpinBox = 0¶
- CC_TitleBar = 5¶
- CC_ToolButton = 4¶
- CE_CheckBox = 3¶
- CE_CheckBoxLabel = 4¶
- CE_ColumnViewGrip = 44¶
- CE_ComboBoxLabel = 39¶
- CE_CustomBase = 4026531840¶
- CE_DockWidgetTitle = 30¶
- CE_FocusFrame = 38¶
- CE_Header = 23¶
- CE_HeaderEmptyArea = 43¶
- CE_HeaderLabel = 25¶
- CE_HeaderSection = 24¶
- CE_ItemViewItem = 45¶
- CE_MenuBarEmptyArea = 21¶
- CE_MenuBarItem = 20¶
- CE_MenuEmptyArea = 19¶
- CE_MenuHMargin = 17¶
- CE_MenuItem = 14¶
- CE_MenuScroller = 15¶
- CE_MenuTearoff = 18¶
- CE_MenuVMargin = 16¶
- CE_ProgressBar = 10¶
- CE_ProgressBarContents = 12¶
- CE_ProgressBarGroove = 11¶
- CE_ProgressBarLabel = 13¶
- CE_PushButton = 0¶
- CE_PushButtonBevel = 1¶
- CE_PushButtonLabel = 2¶
- CE_RadioButton = 5¶
- CE_RadioButtonLabel = 6¶
- CE_RubberBand = 29¶
- CE_ScrollBarAddLine = 31¶
- CE_ScrollBarAddPage = 33¶
- CE_ScrollBarFirst = 36¶
- CE_ScrollBarLast = 37¶
- CE_ScrollBarSlider = 35¶
- CE_ScrollBarSubLine = 32¶
- CE_ScrollBarSubPage = 34¶
- CE_ShapedFrame = 46¶
- CE_SizeGrip = 27¶
- CE_Splitter = 28¶
- CE_TabBarTab = 7¶
- CE_TabBarTabLabel = 9¶
- CE_TabBarTabShape = 8¶
- CE_ToolBar = 40¶
- CE_ToolBoxTab = 26¶
- CE_ToolBoxTabLabel = 42¶
- CE_ToolBoxTabShape = 41¶
- CE_ToolButtonLabel = 22¶
- CT_CheckBox = 1¶
- CT_ComboBox = 4¶
- CT_CustomBase = 4026531840¶
- CT_DialogButtons = 18¶
- CT_GroupBox = 20¶
- CT_HeaderSection = 19¶
- CT_ItemViewItem = 22¶
- CT_LineEdit = 14¶
- CT_MdiControls = 21¶
- CT_Menu = 10¶
- CT_MenuBar = 9¶
- CT_MenuBarItem = 8¶
- CT_MenuItem = 7¶
- CT_ProgressBar = 6¶
- CT_PushButton = 0¶
- CT_RadioButton = 2¶
- CT_ScrollBar = 13¶
- CT_SizeGrip = 16¶
- CT_Slider = 12¶
- CT_SpinBox = 15¶
- CT_Splitter = 5¶
- CT_TabBarTab = 11¶
- CT_TabWidget = 17¶
- CT_ToolButton = 3¶
- class ComplexControl(value)¶
Bases:
enum.IntEnum
An enumeration.
- CC_SpinBox = 0¶
- CC_ComboBox = 1¶
- CC_ScrollBar = 2¶
- CC_Slider = 3¶
- CC_ToolButton = 4¶
- CC_TitleBar = 5¶
- CC_Dial = 6¶
- CC_GroupBox = 7¶
- CC_MdiControls = 8¶
- CC_CustomBase = 4026531840¶
- class ContentsType(value)¶
Bases:
enum.IntEnum
An enumeration.
- CT_PushButton = 0¶
- CT_CheckBox = 1¶
- CT_RadioButton = 2¶
- CT_ToolButton = 3¶
- CT_ComboBox = 4¶
- CT_Splitter = 5¶
- CT_ProgressBar = 6¶
- CT_MenuItem = 7¶
- CT_MenuBarItem = 8¶
- CT_MenuBar = 9¶
- CT_Menu = 10¶
- CT_TabBarTab = 11¶
- CT_Slider = 12¶
- CT_ScrollBar = 13¶
- CT_LineEdit = 14¶
- CT_SpinBox = 15¶
- CT_SizeGrip = 16¶
- CT_TabWidget = 17¶
- CT_DialogButtons = 18¶
- CT_HeaderSection = 19¶
- CT_GroupBox = 20¶
- CT_MdiControls = 21¶
- CT_ItemViewItem = 22¶
- CT_CustomBase = 4026531840¶
- class ControlElement(value)¶
Bases:
enum.IntEnum
An enumeration.
- CE_PushButton = 0¶
- CE_PushButtonBevel = 1¶
- CE_PushButtonLabel = 2¶
- CE_CheckBox = 3¶
- CE_CheckBoxLabel = 4¶
- CE_RadioButton = 5¶
- CE_RadioButtonLabel = 6¶
- CE_TabBarTab = 7¶
- CE_TabBarTabShape = 8¶
- CE_TabBarTabLabel = 9¶
- CE_ProgressBar = 10¶
- CE_ProgressBarGroove = 11¶
- CE_ProgressBarContents = 12¶
- CE_ProgressBarLabel = 13¶
- CE_MenuItem = 14¶
- CE_MenuScroller = 15¶
- CE_MenuVMargin = 16¶
- CE_MenuHMargin = 17¶
- CE_MenuTearoff = 18¶
- CE_MenuEmptyArea = 19¶
- CE_MenuBarItem = 20¶
- CE_MenuBarEmptyArea = 21¶
- CE_ToolButtonLabel = 22¶
- CE_Header = 23¶
- CE_HeaderSection = 24¶
- CE_HeaderLabel = 25¶
- CE_ToolBoxTab = 26¶
- CE_SizeGrip = 27¶
- CE_Splitter = 28¶
- CE_RubberBand = 29¶
- CE_DockWidgetTitle = 30¶
- CE_ScrollBarAddLine = 31¶
- CE_ScrollBarSubLine = 32¶
- CE_ScrollBarAddPage = 33¶
- CE_ScrollBarSubPage = 34¶
- CE_ScrollBarSlider = 35¶
- CE_ScrollBarFirst = 36¶
- CE_ScrollBarLast = 37¶
- CE_FocusFrame = 38¶
- CE_ComboBoxLabel = 39¶
- CE_ToolBar = 40¶
- CE_ToolBoxTabShape = 41¶
- CE_ToolBoxTabLabel = 42¶
- CE_HeaderEmptyArea = 43¶
- CE_ColumnViewGrip = 44¶
- CE_ItemViewItem = 45¶
- CE_ShapedFrame = 46¶
- CE_CustomBase = 4026531840¶
- PE_CustomBase = 251658240¶
- PE_Frame = 0¶
- PE_FrameButtonBevel = 10¶
- PE_FrameButtonTool = 11¶
- PE_FrameDefaultButton = 1¶
- PE_FrameDockWidget = 2¶
- PE_FrameFocusRect = 3¶
- PE_FrameGroupBox = 4¶
- PE_FrameLineEdit = 5¶
- PE_FrameMenu = 6¶
- PE_FrameStatusBarItem = 7¶
- PE_FrameTabBarBase = 12¶
- PE_FrameTabWidget = 8¶
- PE_FrameWindow = 9¶
- PE_IndicatorArrowDown = 19¶
- PE_IndicatorArrowLeft = 20¶
- PE_IndicatorArrowRight = 21¶
- PE_IndicatorArrowUp = 22¶
- PE_IndicatorBranch = 23¶
- PE_IndicatorButtonDropDown = 24¶
- PE_IndicatorCheckBox = 26¶
- PE_IndicatorColumnViewArrow = 42¶
- PE_IndicatorDockWidgetResizeHandle = 27¶
- PE_IndicatorHeaderArrow = 28¶
- PE_IndicatorItemViewItemCheck = 25¶
- PE_IndicatorItemViewItemDrop = 43¶
- PE_IndicatorMenuCheckMark = 29¶
- PE_IndicatorProgressChunk = 30¶
- PE_IndicatorRadioButton = 31¶
- PE_IndicatorSpinDown = 32¶
- PE_IndicatorSpinMinus = 33¶
- PE_IndicatorSpinPlus = 34¶
- PE_IndicatorSpinUp = 35¶
- PE_IndicatorTabClose = 47¶
- PE_IndicatorTabTear = 39¶
- PE_IndicatorTabTearLeft = 39¶
- PE_IndicatorTabTearRight = 49¶
- PE_IndicatorToolBarHandle = 36¶
- PE_IndicatorToolBarSeparator = 37¶
- PE_PanelButtonBevel = 14¶
- PE_PanelButtonCommand = 13¶
- PE_PanelButtonTool = 15¶
- PE_PanelItemViewItem = 44¶
- PE_PanelItemViewRow = 45¶
- PE_PanelLineEdit = 18¶
- PE_PanelMenu = 48¶
- PE_PanelMenuBar = 16¶
- PE_PanelScrollAreaCorner = 40¶
- PE_PanelStatusBar = 46¶
- PE_PanelTipLabel = 38¶
- PE_PanelToolBar = 17¶
- PE_Widget = 41¶
- PM_ButtonDefaultIndicator = 1¶
- PM_ButtonIconSize = 72¶
- PM_ButtonMargin = 0¶
- PM_ButtonShiftHorizontal = 3¶
- PM_ButtonShiftVertical = 4¶
- PM_CheckBoxLabelSpacing = 67¶
- PM_ComboBoxFrameWidth = 7¶
- PM_CustomBase = 4026531840¶
- PM_DefaultFrameWidth = 5¶
- PM_DialogButtonsButtonHeight = 43¶
- PM_DialogButtonsButtonWidth = 42¶
- PM_DialogButtonsSeparator = 41¶
- PM_DockWidgetFrameWidth = 18¶
- PM_DockWidgetHandleExtent = 17¶
- PM_DockWidgetSeparatorExtent = 16¶
- PM_DockWidgetTitleBarButtonMargin = 73¶
- PM_DockWidgetTitleMargin = 70¶
- PM_ExclusiveIndicatorHeight = 40¶
- PM_ExclusiveIndicatorWidth = 39¶
- PM_FocusFrameHMargin = 65¶
- PM_FocusFrameVMargin = 64¶
- PM_HeaderDefaultSectionSizeHorizontal = 89¶
- PM_HeaderDefaultSectionSizeVertical = 90¶
- PM_HeaderGripMargin = 48¶
- PM_HeaderMargin = 46¶
- PM_HeaderMarkSize = 47¶
- PM_IconViewIconSize = 61¶
- PM_IndicatorHeight = 38¶
- PM_IndicatorWidth = 37¶
- PM_LargeIconSize = 63¶
- PM_LayoutBottomMargin = 78¶
- PM_LayoutHorizontalSpacing = 79¶
- PM_LayoutLeftMargin = 75¶
- PM_LayoutRightMargin = 77¶
- PM_LayoutTopMargin = 76¶
- PM_LayoutVerticalSpacing = 80¶
- PM_LineEditIconSize = 93¶
- PM_ListViewIconSize = 60¶
- PM_MaximumDragDistance = 8¶
- PM_MdiSubWindowFrameWidth = 44¶
- PM_MdiSubWindowMinimizedWidth = 45¶
- PM_MenuBarHMargin = 36¶
- PM_MenuBarItemSpacing = 34¶
- PM_MenuBarPanelWidth = 33¶
- PM_MenuBarVMargin = 35¶
- PM_MenuButtonIndicator = 2¶
- PM_MenuDesktopFrameWidth = 32¶
- PM_MenuHMargin = 28¶
- PM_MenuPanelWidth = 30¶
- PM_MenuScrollerHeight = 27¶
- PM_MenuTearoffHeight = 31¶
- PM_MenuVMargin = 29¶
- PM_MessageBoxIconSize = 71¶
- PM_ProgressBarChunkWidth = 24¶
- PM_RadioButtonLabelSpacing = 74¶
- PM_ScrollBarExtent = 9¶
- PM_ScrollBarSliderMin = 10¶
- PM_ScrollView_ScrollBarOverlap = 86¶
- PM_ScrollView_ScrollBarSpacing = 85¶
- PM_SizeGripSize = 69¶
- PM_SliderControlThickness = 12¶
- PM_SliderLength = 13¶
- PM_SliderSpaceAvailable = 15¶
- PM_SliderThickness = 11¶
- PM_SliderTickmarkOffset = 14¶
- PM_SmallIconSize = 62¶
- PM_SpinBoxFrameWidth = 6¶
- PM_SpinBoxSliderHeight = 58¶
- PM_SplitterWidth = 25¶
- PM_SubMenuOverlap = 87¶
- PM_TabBarBaseHeight = 22¶
- PM_TabBarBaseOverlap = 23¶
- PM_TabBarIconSize = 68¶
- PM_TabBarScrollButtonWidth = 51¶
- PM_TabBarTabHSpace = 20¶
- PM_TabBarTabOverlap = 19¶
- PM_TabBarTabShiftHorizontal = 49¶
- PM_TabBarTabShiftVertical = 50¶
- PM_TabBarTabVSpace = 21¶
- PM_TabBar_ScrollButtonOverlap = 81¶
- PM_TabCloseIndicatorHeight = 84¶
- PM_TabCloseIndicatorWidth = 83¶
- PM_TextCursorWidth = 82¶
- PM_TitleBarButtonIconSize = 91¶
- PM_TitleBarButtonSize = 92¶
- PM_TitleBarHeight = 26¶
- PM_ToolBarExtensionExtent = 57¶
- PM_ToolBarFrameWidth = 52¶
- PM_ToolBarHandleExtent = 53¶
- PM_ToolBarIconSize = 59¶
- PM_ToolBarItemMargin = 55¶
- PM_ToolBarItemSpacing = 54¶
- PM_ToolBarSeparatorExtent = 56¶
- PM_ToolTipLabelFrameWidth = 66¶
- PM_TreeViewIndentation = 88¶
- class PixelMetric(value)¶
Bases:
enum.IntEnum
An enumeration.
- PM_ButtonMargin = 0¶
- PM_ButtonDefaultIndicator = 1¶
- PM_MenuButtonIndicator = 2¶
- PM_ButtonShiftHorizontal = 3¶
- PM_ButtonShiftVertical = 4¶
- PM_DefaultFrameWidth = 5¶
- PM_SpinBoxFrameWidth = 6¶
- PM_ComboBoxFrameWidth = 7¶
- PM_MaximumDragDistance = 8¶
- PM_ScrollBarExtent = 9¶
- PM_ScrollBarSliderMin = 10¶
- PM_SliderThickness = 11¶
- PM_SliderControlThickness = 12¶
- PM_SliderLength = 13¶
- PM_SliderTickmarkOffset = 14¶
- PM_SliderSpaceAvailable = 15¶
- PM_DockWidgetSeparatorExtent = 16¶
- PM_DockWidgetHandleExtent = 17¶
- PM_DockWidgetFrameWidth = 18¶
- PM_TabBarTabOverlap = 19¶
- PM_TabBarTabHSpace = 20¶
- PM_TabBarTabVSpace = 21¶
- PM_TabBarBaseHeight = 22¶
- PM_TabBarBaseOverlap = 23¶
- PM_ProgressBarChunkWidth = 24¶
- PM_SplitterWidth = 25¶
- PM_TitleBarHeight = 26¶
- PM_MenuScrollerHeight = 27¶
- PM_MenuHMargin = 28¶
- PM_MenuVMargin = 29¶
- PM_MenuPanelWidth = 30¶
- PM_MenuTearoffHeight = 31¶
- PM_MenuDesktopFrameWidth = 32¶
- PM_MenuBarPanelWidth = 33¶
- PM_MenuBarItemSpacing = 34¶
- PM_MenuBarVMargin = 35¶
- PM_MenuBarHMargin = 36¶
- PM_IndicatorWidth = 37¶
- PM_IndicatorHeight = 38¶
- PM_ExclusiveIndicatorWidth = 39¶
- PM_ExclusiveIndicatorHeight = 40¶
- PM_DialogButtonsSeparator = 41¶
- PM_DialogButtonsButtonWidth = 42¶
- PM_DialogButtonsButtonHeight = 43¶
- PM_MdiSubWindowFrameWidth = 44¶
- PM_MdiSubWindowMinimizedWidth = 45¶
- PM_HeaderMargin = 46¶
- PM_HeaderMarkSize = 47¶
- PM_HeaderGripMargin = 48¶
- PM_TabBarTabShiftHorizontal = 49¶
- PM_TabBarTabShiftVertical = 50¶
- PM_TabBarScrollButtonWidth = 51¶
- PM_ToolBarFrameWidth = 52¶
- PM_ToolBarHandleExtent = 53¶
- PM_ToolBarItemSpacing = 54¶
- PM_ToolBarItemMargin = 55¶
- PM_ToolBarSeparatorExtent = 56¶
- PM_ToolBarExtensionExtent = 57¶
- PM_SpinBoxSliderHeight = 58¶
- PM_ToolBarIconSize = 59¶
- PM_ListViewIconSize = 60¶
- PM_IconViewIconSize = 61¶
- PM_SmallIconSize = 62¶
- PM_LargeIconSize = 63¶
- PM_FocusFrameVMargin = 64¶
- PM_FocusFrameHMargin = 65¶
- PM_ToolTipLabelFrameWidth = 66¶
- PM_CheckBoxLabelSpacing = 67¶
- PM_TabBarIconSize = 68¶
- PM_SizeGripSize = 69¶
- PM_DockWidgetTitleMargin = 70¶
- PM_MessageBoxIconSize = 71¶
- PM_ButtonIconSize = 72¶
- PM_DockWidgetTitleBarButtonMargin = 73¶
- PM_RadioButtonLabelSpacing = 74¶
- PM_LayoutLeftMargin = 75¶
- PM_LayoutTopMargin = 76¶
- PM_LayoutRightMargin = 77¶
- PM_LayoutBottomMargin = 78¶
- PM_LayoutHorizontalSpacing = 79¶
- PM_LayoutVerticalSpacing = 80¶
- PM_TabBar_ScrollButtonOverlap = 81¶
- PM_TextCursorWidth = 82¶
- PM_TabCloseIndicatorWidth = 83¶
- PM_TabCloseIndicatorHeight = 84¶
- PM_ScrollView_ScrollBarSpacing = 85¶
- PM_SubMenuOverlap = 87¶
- PM_ScrollView_ScrollBarOverlap = 86¶
- PM_TreeViewIndentation = 88¶
- PM_HeaderDefaultSectionSizeHorizontal = 89¶
- PM_HeaderDefaultSectionSizeVertical = 90¶
- PM_TitleBarButtonIconSize = 91¶
- PM_TitleBarButtonSize = 92¶
- PM_LineEditIconSize = 93¶
- PM_CustomBase = 4026531840¶
- class PrimitiveElement(value)¶
Bases:
enum.IntEnum
An enumeration.
- PE_Frame = 0¶
- PE_FrameDefaultButton = 1¶
- PE_FrameDockWidget = 2¶
- PE_FrameFocusRect = 3¶
- PE_FrameGroupBox = 4¶
- PE_FrameLineEdit = 5¶
- PE_FrameMenu = 6¶
- PE_FrameTabWidget = 8¶
- PE_FrameWindow = 9¶
- PE_FrameButtonBevel = 10¶
- PE_FrameButtonTool = 11¶
- PE_FrameTabBarBase = 12¶
- PE_PanelButtonCommand = 13¶
- PE_PanelButtonBevel = 14¶
- PE_PanelButtonTool = 15¶
- PE_PanelMenuBar = 16¶
- PE_PanelToolBar = 17¶
- PE_PanelLineEdit = 18¶
- PE_IndicatorArrowDown = 19¶
- PE_IndicatorArrowLeft = 20¶
- PE_IndicatorArrowRight = 21¶
- PE_IndicatorArrowUp = 22¶
- PE_IndicatorBranch = 23¶
- PE_IndicatorButtonDropDown = 24¶
- PE_IndicatorCheckBox = 26¶
- PE_IndicatorDockWidgetResizeHandle = 27¶
- PE_IndicatorHeaderArrow = 28¶
- PE_IndicatorMenuCheckMark = 29¶
- PE_IndicatorProgressChunk = 30¶
- PE_IndicatorRadioButton = 31¶
- PE_IndicatorSpinDown = 32¶
- PE_IndicatorSpinMinus = 33¶
- PE_IndicatorSpinPlus = 34¶
- PE_IndicatorSpinUp = 35¶
- PE_IndicatorToolBarHandle = 36¶
- PE_IndicatorToolBarSeparator = 37¶
- PE_PanelTipLabel = 38¶
- PE_IndicatorTabTear = 39¶
- PE_PanelScrollAreaCorner = 40¶
- PE_Widget = 41¶
- PE_IndicatorColumnViewArrow = 42¶
- PE_FrameStatusBarItem = 7¶
- PE_IndicatorItemViewItemCheck = 25¶
- PE_IndicatorItemViewItemDrop = 43¶
- PE_PanelItemViewItem = 44¶
- PE_PanelItemViewRow = 45¶
- PE_PanelStatusBar = 46¶
- PE_IndicatorTabClose = 47¶
- PE_PanelMenu = 48¶
- PE_IndicatorTabTearLeft = 39¶
- PE_IndicatorTabTearRight = 49¶
- PE_CustomBase = 251658240¶
- RSIP_OnMouseClick = 1¶
- RSIP_OnMouseClickAndAlreadyFocused = 0¶
- class RequestSoftwareInputPanel(value)¶
Bases:
enum.Enum
An enumeration.
- RSIP_OnMouseClickAndAlreadyFocused = 0¶
- RSIP_OnMouseClick = 1¶
- SC_All = 4294967295¶
- SC_ComboBoxArrow = 4¶
- SC_ComboBoxEditField = 2¶
- SC_ComboBoxFrame = 1¶
- SC_ComboBoxListBoxPopup = 8¶
- SC_CustomBase = 4026531840¶
- SC_DialGroove = 1¶
- SC_DialHandle = 2¶
- SC_DialTickmarks = 4¶
- SC_GroupBoxCheckBox = 1¶
- SC_GroupBoxContents = 4¶
- SC_GroupBoxFrame = 8¶
- SC_GroupBoxLabel = 2¶
- SC_MdiCloseButton = 4¶
- SC_MdiMinButton = 1¶
- SC_MdiNormalButton = 2¶
- SC_None = 0¶
- SC_ScrollBarAddLine = 1¶
- SC_ScrollBarAddPage = 4¶
- SC_ScrollBarFirst = 16¶
- SC_ScrollBarGroove = 128¶
- SC_ScrollBarLast = 32¶
- SC_ScrollBarSlider = 64¶
- SC_ScrollBarSubLine = 2¶
- SC_ScrollBarSubPage = 8¶
- SC_SliderGroove = 1¶
- SC_SliderHandle = 2¶
- SC_SliderTickmarks = 4¶
- SC_SpinBoxDown = 2¶
- SC_SpinBoxEditField = 8¶
- SC_SpinBoxFrame = 4¶
- SC_SpinBoxUp = 1¶
- SC_TitleBarCloseButton = 8¶
- SC_TitleBarContextHelpButton = 128¶
- SC_TitleBarLabel = 256¶
- SC_TitleBarMaxButton = 4¶
- SC_TitleBarMinButton = 2¶
- SC_TitleBarNormalButton = 16¶
- SC_TitleBarShadeButton = 32¶
- SC_TitleBarSysMenu = 1¶
- SC_TitleBarUnshadeButton = 64¶
- SC_ToolButton = 1¶
- SC_ToolButtonMenu = 2¶
- SE_CheckBoxClickRect = 5¶
- SE_CheckBoxContents = 3¶
- SE_CheckBoxFocusRect = 4¶
- SE_CheckBoxIndicator = 2¶
- SE_CheckBoxLayoutItem = 32¶
- SE_ComboBoxFocusRect = 10¶
- SE_ComboBoxLayoutItem = 33¶
- SE_CustomBase = 4026531840¶
- SE_DateTimeEditLayoutItem = 34¶
- SE_DockWidgetCloseButton = 28¶
- SE_DockWidgetFloatButton = 29¶
- SE_DockWidgetIcon = 31¶
- SE_DockWidgetTitleBarText = 30¶
- SE_FrameContents = 27¶
- SE_FrameLayoutItem = 42¶
- SE_GroupBoxLayoutItem = 43¶
- SE_HeaderArrow = 17¶
- SE_HeaderLabel = 16¶
- SE_ItemViewItemCheckIndicator = 23¶
- SE_ItemViewItemDecoration = 45¶
- SE_ItemViewItemFocusRect = 47¶
- SE_ItemViewItemText = 46¶
- SE_LabelLayoutItem = 35¶
- SE_LineEditContents = 26¶
- SE_ProgressBarContents = 13¶
- SE_ProgressBarGroove = 12¶
- SE_ProgressBarLabel = 14¶
- SE_ProgressBarLayoutItem = 36¶
- SE_PushButtonBevel = 56¶
- SE_PushButtonContents = 0¶
- SE_PushButtonFocusRect = 1¶
- SE_PushButtonLayoutItem = 37¶
- SE_RadioButtonClickRect = 9¶
- SE_RadioButtonContents = 7¶
- SE_RadioButtonFocusRect = 8¶
- SE_RadioButtonIndicator = 6¶
- SE_RadioButtonLayoutItem = 38¶
- SE_ShapedFrameContents = 51¶
- SE_SliderFocusRect = 11¶
- SE_SliderLayoutItem = 39¶
- SE_SpinBoxLayoutItem = 40¶
- SE_TabBarScrollLeftButton = 53¶
- SE_TabBarScrollRightButton = 54¶
- SE_TabBarTabLeftButton = 48¶
- SE_TabBarTabRightButton = 49¶
- SE_TabBarTabText = 50¶
- SE_TabBarTearIndicator = 24¶
- SE_TabBarTearIndicatorLeft = 24¶
- SE_TabBarTearIndicatorRight = 55¶
- SE_TabWidgetLayoutItem = 44¶
- SE_TabWidgetLeftCorner = 21¶
- SE_TabWidgetRightCorner = 22¶
- SE_TabWidgetTabBar = 18¶
- SE_TabWidgetTabContents = 20¶
- SE_TabWidgetTabPane = 19¶
- SE_ToolBarHandle = 52¶
- SE_ToolBoxTabContents = 15¶
- SE_ToolButtonLayoutItem = 41¶
- SE_TreeViewDisclosureItem = 25¶
- SH_BlinkCursorWhenTextSelected = 28¶
- SH_Button_FocusPolicy = 49¶
- SH_ComboBox_AllowWheelScrolling = 114¶
- SH_ComboBox_LayoutDirection = 58¶
- SH_ComboBox_ListMouseTracking = 19¶
- SH_ComboBox_Popup = 25¶
- SH_ComboBox_PopupFrameStyle = 69¶
- SH_CustomBase = 4026531840¶
- SH_Dial_BackgroundRole = 57¶
- SH_DialogButtonBox_ButtonsHaveIcons = 71¶
- SH_DialogButtonLayout = 68¶
- SH_DialogButtons_DefaultButton = 36¶
- SH_DitherDisabledText = 1¶
- SH_DockWidget_ButtonsHaveFrame = 93¶
- SH_DrawMenuBarSeparator = 47¶
- SH_EtchDisabledText = 0¶
- SH_FocusFrame_AboveWidget = 76¶
- SH_FocusFrame_Mask = 53¶
- SH_FontDialog_SelectAssociatedText = 13¶
- SH_FormLayoutFieldGrowthPolicy = 88¶
- SH_FormLayoutFormAlignment = 89¶
- SH_FormLayoutLabelAlignment = 90¶
- SH_FormLayoutWrapPolicy = 85¶
- SH_GroupBox_TextLabelColor = 32¶
- SH_GroupBox_TextLabelVerticalAlignment = 31¶
- SH_Header_ArrowAlignment = 6¶
- SH_ItemView_ActivateItemOnSingleClick = 61¶
- SH_ItemView_ChangeHighlightOnFocus = 22¶
- SH_ItemView_DrawDelegateFrame = 91¶
- SH_ItemView_EllipsisLocation = 59¶
- SH_ItemView_MovementWithoutUpdatingSelection = 74¶
- SH_ItemView_PaintAlternatingRowColorsForEmptyArea = 84¶
- SH_ItemView_ScrollMode = 111¶
- SH_ItemView_ShowDecorationSelected = 60¶
- SH_LineEdit_PasswordCharacter = 35¶
- SH_LineEdit_PasswordMaskDelay = 103¶
- SH_ListViewExpand_SelectMouseType = 40¶
- SH_MainWindow_SpaceBelowMenuBar = 12¶
- SH_MenuBar_MouseTracking = 21¶
- SH_Menu_AllowActiveAndDisabled = 14¶
- SH_Menu_FadeOutOnHide = 82¶
- SH_Menu_FillScreenWithScroll = 45¶
- SH_Menu_FlashTriggeredItem = 81¶
- SH_Menu_KeyboardSearch = 66¶
- SH_Menu_Mask = 80¶
- SH_Menu_MouseTracking = 20¶
- SH_Menu_Scrollable = 30¶
- SH_Menu_SelectionWrap = 73¶
- SH_Menu_SloppySubMenus = 33¶
- SH_Menu_SpaceActivatesItem = 15¶
- SH_Menu_SubMenuDontStartSloppyOnLeave = 110¶
- SH_Menu_SubMenuPopupDelay = 16¶
- SH_Menu_SubMenuResetWhenReenteringParent = 109¶
- SH_Menu_SubMenuSloppyCloseTimeout = 108¶
- SH_Menu_SubMenuSloppySelectOtherActions = 107¶
- SH_Menu_SubMenuUniDirection = 105¶
- SH_Menu_SubMenuUniDirectionFailCount = 106¶
- SH_Menu_SupportsSections = 97¶
- SH_MessageBox_CenterButtons = 72¶
- SH_MessageBox_TextInteractionFlags = 70¶
- SH_MessageBox_UseBorderForButtonSpacing = 50¶
- SH_PrintDialog_RightAlignButtons = 11¶
- SH_ProgressDialog_CenterCancelButton = 9¶
- SH_ProgressDialog_TextLabelAlignment = 10¶
- SH_RequestSoftwareInputPanel = 95¶
- SH_RichText_FullWidthSelection = 29¶
- SH_RubberBand_Mask = 54¶
- SH_ScrollBar_ContextMenu = 62¶
- SH_ScrollBar_LeftClickAbsolutePosition = 39¶
- SH_ScrollBar_MiddleClickAbsolutePosition = 2¶
- SH_ScrollBar_RollBetweenButtons = 63¶
- SH_ScrollBar_ScrollWhenPointerLeavesControl = 3¶
- SH_ScrollBar_Transient = 96¶
- SH_ScrollView_FrameOnlyAroundContents = 17¶
- SH_Slider_AbsoluteSetButtons = 64¶
- SH_Slider_PageSetButtons = 65¶
- SH_Slider_SloppyKeyEvents = 8¶
- SH_Slider_SnapToValue = 7¶
- SH_Slider_StopMouseOverSlider = 27¶
- SH_SpinBox_AnimateButton = 42¶
- SH_SpinBox_ButtonsInsideFrame = 115¶
- SH_SpinBox_ClickAutoRepeatRate = 44¶
- SH_SpinBox_ClickAutoRepeatThreshold = 83¶
- SH_SpinBox_KeyPressAutoRepeatRate = 43¶
- SH_SpinBox_StepModifier = 116¶
- SH_SpinControls_DisableOnBounds = 56¶
- SH_Splitter_OpaqueResize = 101¶
- SH_TabBar_Alignment = 5¶
- SH_TabBar_AllowWheelScrolling = 117¶
- SH_TabBar_ChangeCurrentDelay = 104¶
- SH_TabBar_CloseButtonPosition = 92¶
- SH_TabBar_ElideMode = 67¶
- SH_TabBar_PreferNoArrows = 38¶
- SH_TabBar_SelectMouseType = 4¶
- SH_TabWidget_DefaultTabPosition = 86¶
- SH_Table_GridLineColor = 34¶
- SH_TextControl_FocusIndicatorTextCharFormat = 77¶
- SH_TitleBar_AutoRaise = 51¶
- SH_TitleBar_ModifyNotification = 48¶
- SH_TitleBar_NoBorder = 26¶
- SH_TitleBar_ShowToolTipsOnButtons = 112¶
- SH_ToolBar_Movable = 87¶
- SH_ToolBox_SelectedPageTitleBold = 37¶
- SH_ToolButtonStyle = 94¶
- SH_ToolButton_PopupDelay = 52¶
- SH_ToolTipLabel_Opacity = 46¶
- SH_ToolTip_FallAsleepDelay = 99¶
- SH_ToolTip_Mask = 75¶
- SH_ToolTip_WakeUpDelay = 98¶
- SH_UnderlineShortcut = 41¶
- SH_Widget_Animate = 100¶
- SH_Widget_Animation_Duration = 113¶
- SH_WindowFrame_Mask = 55¶
- SH_WizardStyle = 78¶
- SH_Workspace_FillSpaceOnMaximize = 24¶
- SP_ArrowBack = 54¶
- SP_ArrowDown = 51¶
- SP_ArrowForward = 55¶
- SP_ArrowLeft = 52¶
- SP_ArrowRight = 53¶
- SP_ArrowUp = 50¶
- SP_BrowserReload = 59¶
- SP_BrowserStop = 60¶
- SP_CommandLink = 57¶
- SP_ComputerIcon = 15¶
- SP_CustomBase = 4026531840¶
- SP_DesktopIcon = 13¶
- SP_DialogAbortButton = 74¶
- SP_DialogApplyButton = 45¶
- SP_DialogCancelButton = 40¶
- SP_DialogCloseButton = 44¶
- SP_DialogDiscardButton = 47¶
- SP_DialogHelpButton = 41¶
- SP_DialogIgnoreButton = 76¶
- SP_DialogNoButton = 49¶
- SP_DialogNoToAllButton = 72¶
- SP_DialogOkButton = 39¶
- SP_DialogOpenButton = 42¶
- SP_DialogResetButton = 46¶
- SP_DialogRetryButton = 75¶
- SP_DialogSaveAllButton = 73¶
- SP_DialogSaveButton = 43¶
- SP_DialogYesButton = 48¶
- SP_DialogYesToAllButton = 71¶
- SP_DirClosedIcon = 22¶
- SP_DirHomeIcon = 56¶
- SP_DirIcon = 38¶
- SP_DirLinkIcon = 23¶
- SP_DirLinkOpenIcon = 24¶
- SP_DirOpenIcon = 21¶
- SP_DockWidgetCloseButton = 8¶
- SP_DriveCDIcon = 18¶
- SP_DriveDVDIcon = 19¶
- SP_DriveFDIcon = 16¶
- SP_DriveHDIcon = 17¶
- SP_DriveNetIcon = 20¶
- SP_FileDialogBack = 37¶
- SP_FileDialogContentsView = 35¶
- SP_FileDialogDetailedView = 33¶
- SP_FileDialogEnd = 30¶
- SP_FileDialogInfoView = 34¶
- SP_FileDialogListView = 36¶
- SP_FileDialogNewFolder = 32¶
- SP_FileDialogStart = 29¶
- SP_FileDialogToParent = 31¶
- SP_FileIcon = 25¶
- SP_FileLinkIcon = 26¶
- SP_LineEditClearButton = 70¶
- SP_MediaPause = 63¶
- SP_MediaPlay = 61¶
- SP_MediaSeekBackward = 67¶
- SP_MediaSeekForward = 66¶
- SP_MediaSkipBackward = 65¶
- SP_MediaSkipForward = 64¶
- SP_MediaStop = 62¶
- SP_MediaVolume = 68¶
- SP_MediaVolumeMuted = 69¶
- SP_MessageBoxCritical = 11¶
- SP_MessageBoxInformation = 9¶
- SP_MessageBoxQuestion = 12¶
- SP_MessageBoxWarning = 10¶
- SP_RestoreDefaultsButton = 77¶
- SP_TitleBarCloseButton = 3¶
- SP_TitleBarContextHelpButton = 7¶
- SP_TitleBarMaxButton = 2¶
- SP_TitleBarMenuButton = 0¶
- SP_TitleBarMinButton = 1¶
- SP_TitleBarNormalButton = 4¶
- SP_TitleBarShadeButton = 5¶
- SP_TitleBarUnshadeButton = 6¶
- SP_ToolBarHorizontalExtensionButton = 27¶
- SP_ToolBarVerticalExtensionButton = 28¶
- SP_TrashIcon = 14¶
- SP_VistaShield = 58¶
- class StandardPixmap(value)¶
Bases:
enum.IntEnum
An enumeration.
- SP_TitleBarMenuButton = 0¶
- SP_TitleBarMinButton = 1¶
- SP_TitleBarMaxButton = 2¶
- SP_TitleBarCloseButton = 3¶
- SP_TitleBarNormalButton = 4¶
- SP_TitleBarShadeButton = 5¶
- SP_TitleBarUnshadeButton = 6¶
- SP_TitleBarContextHelpButton = 7¶
- SP_DockWidgetCloseButton = 8¶
- SP_MessageBoxInformation = 9¶
- SP_MessageBoxWarning = 10¶
- SP_MessageBoxCritical = 11¶
- SP_MessageBoxQuestion = 12¶
- SP_DesktopIcon = 13¶
- SP_TrashIcon = 14¶
- SP_ComputerIcon = 15¶
- SP_DriveFDIcon = 16¶
- SP_DriveHDIcon = 17¶
- SP_DriveCDIcon = 18¶
- SP_DriveDVDIcon = 19¶
- SP_DriveNetIcon = 20¶
- SP_DirOpenIcon = 21¶
- SP_DirClosedIcon = 22¶
- SP_DirLinkIcon = 23¶
- SP_FileIcon = 25¶
- SP_FileLinkIcon = 26¶
- SP_ToolBarHorizontalExtensionButton = 27¶
- SP_ToolBarVerticalExtensionButton = 28¶
- SP_FileDialogStart = 29¶
- SP_FileDialogEnd = 30¶
- SP_FileDialogToParent = 31¶
- SP_FileDialogNewFolder = 32¶
- SP_FileDialogDetailedView = 33¶
- SP_FileDialogInfoView = 34¶
- SP_FileDialogContentsView = 35¶
- SP_FileDialogListView = 36¶
- SP_FileDialogBack = 37¶
- SP_DirIcon = 38¶
- SP_DialogOkButton = 39¶
- SP_DialogCancelButton = 40¶
- SP_DialogHelpButton = 41¶
- SP_DialogOpenButton = 42¶
- SP_DialogSaveButton = 43¶
- SP_DialogCloseButton = 44¶
- SP_DialogApplyButton = 45¶
- SP_DialogResetButton = 46¶
- SP_DialogDiscardButton = 47¶
- SP_DialogYesButton = 48¶
- SP_DialogNoButton = 49¶
- SP_ArrowUp = 50¶
- SP_ArrowDown = 51¶
- SP_ArrowLeft = 52¶
- SP_ArrowRight = 53¶
- SP_ArrowBack = 54¶
- SP_ArrowForward = 55¶
- SP_DirHomeIcon = 56¶
- SP_CommandLink = 57¶
- SP_VistaShield = 58¶
- SP_BrowserReload = 59¶
- SP_BrowserStop = 60¶
- SP_MediaPlay = 61¶
- SP_MediaStop = 62¶
- SP_MediaPause = 63¶
- SP_MediaSkipForward = 64¶
- SP_MediaSkipBackward = 65¶
- SP_MediaSeekForward = 66¶
- SP_MediaSeekBackward = 67¶
- SP_MediaVolume = 68¶
- SP_MediaVolumeMuted = 69¶
- SP_DirLinkOpenIcon = 24¶
- SP_LineEditClearButton = 70¶
- SP_DialogYesToAllButton = 71¶
- SP_DialogNoToAllButton = 72¶
- SP_DialogSaveAllButton = 73¶
- SP_DialogAbortButton = 74¶
- SP_DialogRetryButton = 75¶
- SP_DialogIgnoreButton = 76¶
- SP_RestoreDefaultsButton = 77¶
- SP_CustomBase = 4026531840¶
- class StateFlag(value)¶
Bases:
enum.Flag
An enumeration.
- State_None = 0¶
- State_Enabled = 1¶
- State_Raised = 2¶
- State_Sunken = 4¶
- State_Off = 8¶
- State_NoChange = 16¶
- State_On = 32¶
- State_DownArrow = 64¶
- State_Horizontal = 128¶
- State_HasFocus = 256¶
- State_Top = 512¶
- State_Bottom = 1024¶
- State_FocusAtBorder = 2048¶
- State_AutoRaise = 4096¶
- State_MouseOver = 8192¶
- State_UpArrow = 16384¶
- State_Selected = 32768¶
- State_Active = 65536¶
- State_Open = 262144¶
- State_Children = 524288¶
- State_Item = 1048576¶
- State_Sibling = 2097152¶
- State_Editing = 4194304¶
- State_KeyboardFocusChange = 8388608¶
- State_ReadOnly = 33554432¶
- State_Window = 131072¶
- State_Small = 67108864¶
- State_Mini = 134217728¶
- State_Active = 65536¶
- State_AutoRaise = 4096¶
- State_Bottom = 1024¶
- State_Children = 524288¶
- State_DownArrow = 64¶
- State_Editing = 4194304¶
- State_Enabled = 1¶
- State_FocusAtBorder = 2048¶
- State_HasFocus = 256¶
- State_Horizontal = 128¶
- State_Item = 1048576¶
- State_KeyboardFocusChange = 8388608¶
- State_Mini = 134217728¶
- State_MouseOver = 8192¶
- State_NoChange = 16¶
- State_None = 0¶
- State_Off = 8¶
- State_On = 32¶
- State_Open = 262144¶
- State_Raised = 2¶
- State_ReadOnly = 33554432¶
- State_Selected = 32768¶
- State_Sibling = 2097152¶
- State_Small = 67108864¶
- State_Sunken = 4¶
- State_Top = 512¶
- State_UpArrow = 16384¶
- State_Window = 131072¶
- class StyleHint(value)¶
Bases:
enum.IntEnum
An enumeration.
- SH_EtchDisabledText = 0¶
- SH_DitherDisabledText = 1¶
- SH_ScrollBar_MiddleClickAbsolutePosition = 2¶
- SH_ScrollBar_ScrollWhenPointerLeavesControl = 3¶
- SH_TabBar_SelectMouseType = 4¶
- SH_TabBar_Alignment = 5¶
- SH_Header_ArrowAlignment = 6¶
- SH_Slider_SnapToValue = 7¶
- SH_Slider_SloppyKeyEvents = 8¶
- SH_ProgressDialog_CenterCancelButton = 9¶
- SH_ProgressDialog_TextLabelAlignment = 10¶
- SH_PrintDialog_RightAlignButtons = 11¶
- SH_MainWindow_SpaceBelowMenuBar = 12¶
- SH_FontDialog_SelectAssociatedText = 13¶
- SH_Menu_AllowActiveAndDisabled = 14¶
- SH_Menu_SpaceActivatesItem = 15¶
- SH_Menu_SubMenuPopupDelay = 16¶
- SH_ScrollView_FrameOnlyAroundContents = 17¶
- SH_ComboBox_ListMouseTracking = 19¶
- SH_Menu_MouseTracking = 20¶
- SH_MenuBar_MouseTracking = 21¶
- SH_ItemView_ChangeHighlightOnFocus = 22¶
- SH_Workspace_FillSpaceOnMaximize = 24¶
- SH_ComboBox_Popup = 25¶
- SH_TitleBar_NoBorder = 26¶
- SH_BlinkCursorWhenTextSelected = 28¶
- SH_RichText_FullWidthSelection = 29¶
- SH_Menu_Scrollable = 30¶
- SH_GroupBox_TextLabelVerticalAlignment = 31¶
- SH_GroupBox_TextLabelColor = 32¶
- SH_Menu_SloppySubMenus = 33¶
- SH_Table_GridLineColor = 34¶
- SH_LineEdit_PasswordCharacter = 35¶
- SH_DialogButtons_DefaultButton = 36¶
- SH_ToolBox_SelectedPageTitleBold = 37¶
- SH_TabBar_PreferNoArrows = 38¶
- SH_ScrollBar_LeftClickAbsolutePosition = 39¶
- SH_UnderlineShortcut = 41¶
- SH_SpinBox_AnimateButton = 42¶
- SH_SpinBox_KeyPressAutoRepeatRate = 43¶
- SH_SpinBox_ClickAutoRepeatRate = 44¶
- SH_Menu_FillScreenWithScroll = 45¶
- SH_ToolTipLabel_Opacity = 46¶
- SH_DrawMenuBarSeparator = 47¶
- SH_TitleBar_ModifyNotification = 48¶
- SH_Button_FocusPolicy = 49¶
- SH_MessageBox_UseBorderForButtonSpacing = 50¶
- SH_TitleBar_AutoRaise = 51¶
- SH_ToolButton_PopupDelay = 52¶
- SH_FocusFrame_Mask = 53¶
- SH_RubberBand_Mask = 54¶
- SH_WindowFrame_Mask = 55¶
- SH_SpinControls_DisableOnBounds = 56¶
- SH_Dial_BackgroundRole = 57¶
- SH_ComboBox_LayoutDirection = 58¶
- SH_ItemView_EllipsisLocation = 59¶
- SH_ItemView_ShowDecorationSelected = 60¶
- SH_ItemView_ActivateItemOnSingleClick = 61¶
- SH_ScrollBar_ContextMenu = 62¶
- SH_ScrollBar_RollBetweenButtons = 63¶
- SH_Slider_StopMouseOverSlider = 27¶
- SH_Slider_AbsoluteSetButtons = 64¶
- SH_Slider_PageSetButtons = 65¶
- SH_Menu_KeyboardSearch = 66¶
- SH_TabBar_ElideMode = 67¶
- SH_DialogButtonLayout = 68¶
- SH_ComboBox_PopupFrameStyle = 69¶
- SH_MessageBox_TextInteractionFlags = 70¶
- SH_DialogButtonBox_ButtonsHaveIcons = 71¶
- SH_MessageBox_CenterButtons = 72¶
- SH_Menu_SelectionWrap = 73¶
- SH_ItemView_MovementWithoutUpdatingSelection = 74¶
- SH_ToolTip_Mask = 75¶
- SH_FocusFrame_AboveWidget = 76¶
- SH_TextControl_FocusIndicatorTextCharFormat = 77¶
- SH_WizardStyle = 78¶
- SH_Menu_Mask = 80¶
- SH_Menu_FlashTriggeredItem = 81¶
- SH_Menu_FadeOutOnHide = 82¶
- SH_SpinBox_ClickAutoRepeatThreshold = 83¶
- SH_ItemView_PaintAlternatingRowColorsForEmptyArea = 84¶
- SH_FormLayoutWrapPolicy = 85¶
- SH_TabWidget_DefaultTabPosition = 86¶
- SH_ToolBar_Movable = 87¶
- SH_FormLayoutFieldGrowthPolicy = 88¶
- SH_FormLayoutFormAlignment = 89¶
- SH_FormLayoutLabelAlignment = 90¶
- SH_ItemView_DrawDelegateFrame = 91¶
- SH_TabBar_CloseButtonPosition = 92¶
- SH_DockWidget_ButtonsHaveFrame = 93¶
- SH_ToolButtonStyle = 94¶
- SH_RequestSoftwareInputPanel = 95¶
- SH_ListViewExpand_SelectMouseType = 40¶
- SH_ScrollBar_Transient = 96¶
- SH_Menu_SupportsSections = 97¶
- SH_ToolTip_WakeUpDelay = 98¶
- SH_ToolTip_FallAsleepDelay = 99¶
- SH_Widget_Animate = 100¶
- SH_Splitter_OpaqueResize = 101¶
- SH_LineEdit_PasswordMaskDelay = 103¶
- SH_TabBar_ChangeCurrentDelay = 104¶
- SH_Menu_SubMenuUniDirection = 105¶
- SH_Menu_SubMenuUniDirectionFailCount = 106¶
- SH_Menu_SubMenuSloppySelectOtherActions = 107¶
- SH_Menu_SubMenuSloppyCloseTimeout = 108¶
- SH_Menu_SubMenuResetWhenReenteringParent = 109¶
- SH_Menu_SubMenuDontStartSloppyOnLeave = 110¶
- SH_ItemView_ScrollMode = 111¶
- SH_TitleBar_ShowToolTipsOnButtons = 112¶
- SH_Widget_Animation_Duration = 113¶
- SH_ComboBox_AllowWheelScrolling = 114¶
- SH_SpinBox_ButtonsInsideFrame = 115¶
- SH_SpinBox_StepModifier = 116¶
- SH_TabBar_AllowWheelScrolling = 117¶
- SH_CustomBase = 4026531840¶
- class SubControl(value)¶
Bases:
enum.Flag
An enumeration.
- SC_None = 0¶
- SC_ScrollBarAddLine = 1¶
- SC_ScrollBarSubLine = 2¶
- SC_ScrollBarAddPage = 4¶
- SC_ScrollBarSubPage = 8¶
- SC_ScrollBarFirst = 16¶
- SC_ScrollBarLast = 32¶
- SC_ScrollBarSlider = 64¶
- SC_ScrollBarGroove = 128¶
- SC_SpinBoxUp = 1¶
- SC_SpinBoxDown = 2¶
- SC_SpinBoxFrame = 4¶
- SC_SpinBoxEditField = 8¶
- SC_ComboBoxFrame = 1¶
- SC_ComboBoxEditField = 2¶
- SC_ComboBoxArrow = 4¶
- SC_ComboBoxListBoxPopup = 8¶
- SC_SliderGroove = 1¶
- SC_SliderHandle = 2¶
- SC_SliderTickmarks = 4¶
- SC_ToolButton = 1¶
- SC_ToolButtonMenu = 2¶
- SC_TitleBarSysMenu = 1¶
- SC_TitleBarMinButton = 2¶
- SC_TitleBarMaxButton = 4¶
- SC_TitleBarCloseButton = 8¶
- SC_TitleBarNormalButton = 16¶
- SC_TitleBarShadeButton = 32¶
- SC_TitleBarUnshadeButton = 64¶
- SC_TitleBarContextHelpButton = 128¶
- SC_TitleBarLabel = 256¶
- SC_DialGroove = 1¶
- SC_DialHandle = 2¶
- SC_DialTickmarks = 4¶
- SC_GroupBoxCheckBox = 1¶
- SC_GroupBoxLabel = 2¶
- SC_GroupBoxContents = 4¶
- SC_GroupBoxFrame = 8¶
- SC_MdiMinButton = 1¶
- SC_MdiNormalButton = 2¶
- SC_MdiCloseButton = 4¶
- SC_CustomBase = 4026531840¶
- SC_All = 4294967295¶
- class SubElement(value)¶
Bases:
enum.IntEnum
An enumeration.
- SE_PushButtonContents = 0¶
- SE_PushButtonFocusRect = 1¶
- SE_CheckBoxIndicator = 2¶
- SE_CheckBoxContents = 3¶
- SE_CheckBoxFocusRect = 4¶
- SE_CheckBoxClickRect = 5¶
- SE_RadioButtonIndicator = 6¶
- SE_RadioButtonContents = 7¶
- SE_RadioButtonFocusRect = 8¶
- SE_RadioButtonClickRect = 9¶
- SE_ComboBoxFocusRect = 10¶
- SE_SliderFocusRect = 11¶
- SE_ProgressBarGroove = 12¶
- SE_ProgressBarContents = 13¶
- SE_ProgressBarLabel = 14¶
- SE_ToolBoxTabContents = 15¶
- SE_HeaderLabel = 16¶
- SE_HeaderArrow = 17¶
- SE_TabWidgetTabBar = 18¶
- SE_TabWidgetTabPane = 19¶
- SE_TabWidgetTabContents = 20¶
- SE_TabWidgetLeftCorner = 21¶
- SE_TabWidgetRightCorner = 22¶
- SE_TabBarTearIndicator = 24¶
- SE_TreeViewDisclosureItem = 25¶
- SE_LineEditContents = 26¶
- SE_FrameContents = 27¶
- SE_DockWidgetCloseButton = 28¶
- SE_DockWidgetFloatButton = 29¶
- SE_DockWidgetTitleBarText = 30¶
- SE_DockWidgetIcon = 31¶
- SE_CheckBoxLayoutItem = 32¶
- SE_ComboBoxLayoutItem = 33¶
- SE_DateTimeEditLayoutItem = 34¶
- SE_LabelLayoutItem = 35¶
- SE_ProgressBarLayoutItem = 36¶
- SE_PushButtonLayoutItem = 37¶
- SE_RadioButtonLayoutItem = 38¶
- SE_SliderLayoutItem = 39¶
- SE_SpinBoxLayoutItem = 40¶
- SE_ToolButtonLayoutItem = 41¶
- SE_FrameLayoutItem = 42¶
- SE_GroupBoxLayoutItem = 43¶
- SE_TabWidgetLayoutItem = 44¶
- SE_ItemViewItemCheckIndicator = 23¶
- SE_ItemViewItemDecoration = 45¶
- SE_ItemViewItemText = 46¶
- SE_ItemViewItemFocusRect = 47¶
- SE_TabBarTabLeftButton = 48¶
- SE_TabBarTabRightButton = 49¶
- SE_TabBarTabText = 50¶
- SE_ShapedFrameContents = 51¶
- SE_ToolBarHandle = 52¶
- SE_TabBarTearIndicatorLeft = 24¶
- SE_TabBarScrollLeftButton = 53¶
- SE_TabBarScrollRightButton = 54¶
- SE_TabBarTearIndicatorRight = 55¶
- SE_PushButtonBevel = 56¶
- SE_CustomBase = 4026531840¶
- __init__(*args, **kwargs)¶
- alignedRect(direction: Qt.LayoutDirection, alignment: Qt.AlignmentFlag, size: QSize, rectangle: QRect) QRect ¶
- baseStyle(self) QStyle ¶
- blockSignals(self, b: bool) bool ¶
- childEvent(self, a0: QChildEvent)¶
- children(self) List[QObject] ¶
- combinedLayoutSpacing(self, controls1: QSizePolicy.ControlType, controls2: QSizePolicy.ControlType, orientation: Qt.Orientation, option: typing.Optional[QStyleOption] = None, widget: typing.Optional[QWidget] = None) int ¶
- connectNotify(self, signal: QMetaMethod)¶
- customEvent(self, a0: QEvent)¶
- deleteLater(self)¶
- destroyed¶
destroyed(self, object: typing.Optional[QObject] = None) [signal]
- disconnect(a0: QMetaObject.Connection) bool ¶
- disconnect(self) None
- disconnectNotify(self, signal: QMetaMethod)¶
- drawComplexControl(self, control: QStyle.ComplexControl, option: QStyleOptionComplex, painter: QPainter, widget: typing.Optional[QWidget] = None)¶
- drawControl(self, element: QStyle.ControlElement, option: QStyleOption, painter: QPainter, widget: typing.Optional[QWidget] = None)¶
- drawItemPixmap(self, painter: QPainter, rect: QRect, alignment: int, pixmap: QPixmap)¶
- drawItemText(self, painter: QPainter, rect: QRect, flags: int, pal: QPalette, enabled: bool, text: str, textRole: QPalette.ColorRole = QPalette.NoRole)¶
- drawPrimitive(self, element: QStyle.PrimitiveElement, option: QStyleOption, painter: QPainter, widget: typing.Optional[QWidget] = None)¶
- dumpObjectInfo(self)¶
- dumpObjectTree(self)¶
- dynamicPropertyNames(self) List[QByteArray] ¶
- event(self, e: QEvent) bool ¶
- eventFilter(self, a0: QObject, a1: QEvent) bool ¶
- findChild(self, type: type, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObject ¶
- findChild(self, types: Tuple, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObject
- findChildren(self, type: type, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject] ¶
- findChildren(self, types: Tuple, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- findChildren(self, type: type, re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- findChildren(self, types: Tuple, re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- generatedIconPixmap(self, iconMode: QIcon.Mode, pixmap: QPixmap, opt: QStyleOption) QPixmap ¶
- hitTestComplexControl(self, control: QStyle.ComplexControl, option: QStyleOptionComplex, pos: QPoint, widget: typing.Optional[QWidget] = None) QStyle.SubControl ¶
- inherits(self, classname: str) bool ¶
- installEventFilter(self, a0: QObject)¶
- isSignalConnected(self, signal: QMetaMethod) bool ¶
- isWidgetType(self) bool ¶
- isWindowType(self) bool ¶
- itemPixmapRect(self, r: QRect, flags: int, pixmap: QPixmap) QRect ¶
- itemTextRect(self, fm: QFontMetrics, r: QRect, flags: int, enabled: bool, text: str) QRect ¶
- killTimer(self, id: int)¶
- layoutSpacing(self, control1: QSizePolicy.ControlType, control2: QSizePolicy.ControlType, orientation: Qt.Orientation, option: typing.Optional[QStyleOption] = None, widget: typing.Optional[QWidget] = None) int ¶
- metaObject(self) QMetaObject ¶
- moveToThread(self, thread: QThread)¶
- name(self) str ¶
- objectName(self) str ¶
- objectNameChanged¶
objectNameChanged(self, objectName: str) [signal]
- parent(self) QObject ¶
- pixelMetric(self, metric: QStyle.PixelMetric, option: typing.Optional[QStyleOption] = None, widget: typing.Optional[QWidget] = None) int ¶
- polish(self, widget: QWidget)¶
- polish(self, pal: QPalette) QPalette
- polish(self, app: QApplication) None
- property(self, name: str) Any ¶
- proxy(self) QStyle ¶
- pyqtConfigure(...)¶
Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
- receivers(self, signal: PYQT_SIGNAL) int ¶
- removeEventFilter(self, a0: QObject)¶
- sender(self) QObject ¶
- senderSignalIndex(self) int ¶
- setBaseStyle(self, style: QStyle)¶
- setObjectName(self, name: str)¶
- setParent(self, a0: QObject)¶
- setProperty(self, name: str, value: Any) bool ¶
- signalsBlocked(self) bool ¶
- sizeFromContents(self, type: QStyle.ContentsType, option: QStyleOption, size: QSize, widget: QWidget) QSize ¶
- sliderPositionFromValue(min: int, max: int, logicalValue: int, span: int, upsideDown: bool = False) int ¶
- sliderValueFromPosition(min: int, max: int, position: int, span: int, upsideDown: bool = False) int ¶
- standardIcon(self, standardIcon: QStyle.StandardPixmap, option: typing.Optional[QStyleOption] = None, widget: typing.Optional[QWidget] = None) QIcon ¶
- standardPalette(self) QPalette ¶
- standardPixmap(self, standardPixmap: QStyle.StandardPixmap, opt: QStyleOption, widget: typing.Optional[QWidget] = None) QPixmap ¶
- startTimer(self, interval: int, timerType: Qt.TimerType = Qt.CoarseTimer) int ¶
- staticMetaObject = <PyQt6.QtCore.QMetaObject object>¶
- styleHint(self, hint: QStyle.StyleHint, option: typing.Optional[QStyleOption] = None, widget: typing.Optional[QWidget] = None, returnData: typing.Optional[QStyleHintReturn] = None) int ¶
- subElementRect(self, element: QStyle.SubElement, option: QStyleOption, widget: QWidget) QRect ¶
- thread(self) QThread ¶
- timerEvent(self, a0: QTimerEvent)¶
- tr(sourceText: str, disambiguation: typing.Optional[str] = None, n: int = - 1) str ¶
- unpolish(self, widget: QWidget)¶
- unpolish(self, app: QApplication) None
- visualAlignment(direction: Qt.LayoutDirection, alignment: Qt.AlignmentFlag) Qt.AlignmentFlag ¶
- visualPos(direction: Qt.LayoutDirection, boundingRect: QRect, logicalPos: QPoint) QPoint ¶
- visualRect(direction: Qt.LayoutDirection, boundingRect: QRect, logicalRect: QRect) QRect ¶
- class schrodinger.ui.qt.multi_combo_box.MultiComboBox(parent=None, include_all_and_none=False, delimiter=', ')¶
Bases:
PyQt6.QtWidgets.QComboBox
A combo box that allows multiple items to be selected. Check marks are put next to each selected item.
- Variables
selectionChanged (
PyQt5.QtCore.pyqtSignal
) – A signal emitted whenever an item is selected or deselected.
- selectionChanged¶
- popupClosed¶
- __init__(parent=None, include_all_and_none=False, delimiter=', ')¶
- Parameters
parent (
PyQt5.QtWidgets.QWidget
) – The Qt parent widgetinclude_all_and_none (bool) – Whether “All” and “None” options should be added to the top of the item list.
delimiter (str) – The delimiter to use when listing all selected items
- showPopup(self)¶
- eventFilter(self, a0: QObject, a1: QEvent) bool ¶
- addOneItem(text, checkable=True)¶
Add item with the given text to the combo menu, and return the the QStandardItem object for it.
- addItems(self, texts: Iterable[str])¶
- addAllAndNone()¶
Append “All” and “None” options to the item list
- setDelimiter(delimiter)¶
Change the delimiter used when listing all selected items
- Parameters
delimiter (str) – The delimeter to use
- selectAllItems()¶
Select all listed items
- clearSelection()¶
Deselect all listed items
- setAllItemsSelected(selected=True)¶
Select or deselect all listed items
- Parameters
selected (bool) – Whether to select or deselect
- setItemSelected(item, selected=True)¶
Set the selection status of the specified item
- Parameters
item (str) – The item to modify
selected (bool) – Whether to select or deselect
- Raises
ValueError – If the specified item does not exist or if it’s “All” or “None”
- setIndexSelected(index, selected=True)¶
Set the selection status of the specified index
- Parameters
index (int) – The index of the item to modify
selected (bool) – Whether to select or deselect
- Raises
ValueError – IF the specified index corresponds to “All” or “None”
- isIndexSelected(index)¶
- Parameters
index (int) – The index of the item to check.
- Returns
Whether the item is selected/checked.
- Return type
bool
- setIndexEnabled(index, enable)¶
Set the enable state of the specified index.
- Parameters
index (int) – The index of the item to modify
enable (bool) – Whether to enable or not.
- isIndexEnabled(index)¶
Return the enabled status for the given index.
- Parameters
index (int) – The index of the item to check.
- Returns
Whether the item is enabled.
- Return type
bool
- setSelectedItems(items)¶
Select the specified items. All other items will be deselected.
- Parameters
items (list) – The list of items to select (as strings)
- Raises
ValueError – If any specified item does not exist
- setSelectedIndexes(indexes)¶
Select the specified indexes. All other items will be deselected.
- Parameters
indexes (list) – The list of indexes to select (as ints)
- getSelectedItems()¶
Return a list of all selected items
- Returns
All selected items (as strings)
- Return type
list
- items()¶
Return a list of all item texts except “All” and “None”
- Returns
All items texts except “All” and “None”
- Return type
list
- getSelectedIndexes()¶
Return a list of all selected indexes
- Returns
All selected indexes (as ints)
- Return type
list
- getSelectedStandardItems()¶
Return a list of QStandardItem objects for all items that are checked on (selected) in this combo menu.
- getAllStandardItems()¶
Return a list of QStandardItem objects for all items in this combo.
- currentText(self) str ¶
- paintEvent(event)¶
See Qt documentation for method documentation
- Note
The C++ paintEvent() and initStyleOption() methods won’t call a Python implementation of currentText() or initStyleOption(), presumably due to a bug in PyQt. To get around this, we reimplement the paintEvent() method in Python and force it to call the Python currentText() method
- clear(keep_all_and_none=True)¶
Clear all items from the combo box
- Parameters
keep_all_and_none (bool) – If True, the “All” and “None” items added via
addAllAndNone
will be kept
- removeItem(self, index: int)¶
- addAndSelectItem(text)¶
Add a new item with the specified text and select it
- Parameters
text (str) – The text of the item to add
- af2SettingsGetValue()¶
This function adds support for the settings mixin. It allows to save checked item states in case this combo box is included in a settings panel.
- Returns
List of selected rows.
- Return type
list
- af2SettingsSetValue(indexes)¶
This function adds support for the settings mixin. It allows to set combo box check states when this table is included in a settings panel.
- Parameters
indexes (list) – List of rows to check.
- AdjustToContents = 0¶
- AdjustToContentsOnFirstShow = 1¶
- AdjustToMinimumContentsLengthWithIcon = 2¶
- DrawChildren = 2¶
- DrawWindowBackground = 1¶
- IgnoreMask = 4¶
- InsertAfterCurrent = 4¶
- InsertAlphabetically = 6¶
- InsertAtBottom = 3¶
- InsertAtCurrent = 2¶
- InsertAtTop = 1¶
- InsertBeforeCurrent = 5¶
- class InsertPolicy(value)¶
Bases:
enum.Enum
An enumeration.
- NoInsert = 0¶
- InsertAtTop = 1¶
- InsertAtCurrent = 2¶
- InsertAtBottom = 3¶
- InsertAfterCurrent = 4¶
- InsertBeforeCurrent = 5¶
- InsertAlphabetically = 6¶
- NoInsert = 0¶
- class PaintDeviceMetric(value)¶
Bases:
enum.Enum
An enumeration.
- PdmWidth = 1¶
- PdmHeight = 2¶
- PdmWidthMM = 3¶
- PdmHeightMM = 4¶
- PdmNumColors = 5¶
- PdmDepth = 6¶
- PdmDpiX = 7¶
- PdmDpiY = 8¶
- PdmPhysicalDpiX = 9¶
- PdmPhysicalDpiY = 10¶
- PdmDevicePixelRatio = 11¶
- PdmDevicePixelRatioScaled = 12¶
- PdmDepth = 6¶
- PdmDevicePixelRatio = 11¶
- PdmDevicePixelRatioScaled = 12¶
- PdmDpiX = 7¶
- PdmDpiY = 8¶
- PdmHeight = 2¶
- PdmHeightMM = 4¶
- PdmNumColors = 5¶
- PdmPhysicalDpiX = 9¶
- PdmPhysicalDpiY = 10¶
- PdmWidth = 1¶
- PdmWidthMM = 3¶
- class RenderFlag(value)¶
Bases:
enum.Flag
An enumeration.
- DrawWindowBackground = 1¶
- DrawChildren = 2¶
- IgnoreMask = 4¶
- class SizeAdjustPolicy(value)¶
Bases:
enum.Enum
An enumeration.
- AdjustToContents = 0¶
- AdjustToContentsOnFirstShow = 1¶
- AdjustToMinimumContentsLengthWithIcon = 2¶
- __len__()¶
Return len(self).
- acceptDrops(self) bool ¶
- accessibleDescription(self) str ¶
- accessibleName(self) str ¶
- actionEvent(self, a0: QActionEvent)¶
- actions(self) List[QAction] ¶
- activateWindow(self)¶
- activated¶
activated(self, index: int) [signal]
- addAction(self, action: QAction)¶
- addActions(self, actions: Iterable[QAction])¶
- addItem(self, text: str, userData: Any = None)¶
- addItem(self, icon: QIcon, text: str, userData: Any = None) None
- adjustSize(self)¶
- autoFillBackground(self) bool ¶
- backgroundRole(self) QPalette.ColorRole ¶
- baseSize(self) QSize ¶
- blockSignals(self, b: bool) bool ¶
- changeEvent(self, e: QEvent)¶
- childAt(self, p: QPoint) QWidget ¶
- childAt(self, ax: int, ay: int) QWidget
- childEvent(self, a0: QChildEvent)¶
- children(self) List[QObject] ¶
- childrenRect(self) QRect ¶
- childrenRegion(self) QRegion ¶
- clearEditText(self)¶
- clearFocus(self)¶
- clearMask(self)¶
- close(self) bool ¶
- closeEvent(self, a0: QCloseEvent)¶
- colorCount(self) int ¶
- completer(self) QCompleter ¶
- connectNotify(self, signal: QMetaMethod)¶
- contentsMargins(self) QMargins ¶
- contentsRect(self) QRect ¶
- contextMenuEvent(self, e: QContextMenuEvent)¶
- contextMenuPolicy(self) Qt.ContextMenuPolicy ¶
- count(self) int ¶
- create(self, window: PyQt6.sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)¶
- createWindowContainer(window: QWindow, parent: typing.Optional[QWidget] = None, flags: Qt.WindowType = Qt.WindowFlags()) QWidget ¶
- currentData(self, role: int = Qt.UserRole) Any ¶
- currentIndex(self) int ¶
- currentIndexChanged¶
currentIndexChanged(self, index: int) [signal]
- currentTextChanged¶
currentTextChanged(self, a0: str) [signal]
- cursor(self) QCursor ¶
- customContextMenuRequested¶
customContextMenuRequested(self, pos: QPoint) [signal]
- customEvent(self, a0: QEvent)¶
- deleteLater(self)¶
- depth(self) int ¶
- destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)¶
- destroyed¶
destroyed(self, object: typing.Optional[QObject] = None) [signal]
- devType(self) int ¶
- devicePixelRatio(self) float ¶
- devicePixelRatioF(self) float ¶
- devicePixelRatioFScale() float ¶
- disconnect(a0: QMetaObject.Connection) bool ¶
- disconnect(self) None
- disconnectNotify(self, signal: QMetaMethod)¶
- dragEnterEvent(self, a0: QDragEnterEvent)¶
- dragLeaveEvent(self, a0: QDragLeaveEvent)¶
- dragMoveEvent(self, a0: QDragMoveEvent)¶
- dropEvent(self, a0: QDropEvent)¶
- dumpObjectInfo(self)¶
- dumpObjectTree(self)¶
- duplicatesEnabled(self) bool ¶
- dynamicPropertyNames(self) List[QByteArray] ¶
- editTextChanged¶
editTextChanged(self, a0: str) [signal]
- effectiveWinId(self) PyQt6.sip.voidptr ¶
- ensurePolished(self)¶
- enterEvent(self, event: QEnterEvent)¶
- event(self, event: QEvent) bool ¶
- find(a0: PyQt6.sip.voidptr) QWidget ¶
- findChild(self, type: type, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObject ¶
- findChild(self, types: Tuple, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObject
- findChildren(self, type: type, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject] ¶
- findChildren(self, types: Tuple, name: str = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- findChildren(self, type: type, re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- findChildren(self, types: Tuple, re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObject]
- findData(self, data: Any, role: int = Qt.UserRole, flags: Qt.MatchFlag = static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) int ¶
- findText(self, text: str, flags: Qt.MatchFlag = static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) int ¶
- focusInEvent(self, e: QFocusEvent)¶
- focusNextChild(self) bool ¶
- focusNextPrevChild(self, next: bool) bool ¶
- focusOutEvent(self, e: QFocusEvent)¶
- focusPolicy(self) Qt.FocusPolicy ¶
- focusPreviousChild(self) bool ¶
- focusProxy(self) QWidget ¶
- focusWidget(self) QWidget ¶
- font(self) QFont ¶
- fontInfo(self) QFontInfo ¶
- fontMetrics(self) QFontMetrics ¶
- foregroundRole(self) QPalette.ColorRole ¶
- frameGeometry(self) QRect ¶
- frameSize(self) QSize ¶
- geometry(self) QRect ¶
- grab(self, rectangle: QRect = QRect(QPoint(0, 0), QSize(- 1, - 1))) QPixmap ¶
- grabGesture(self, type: Qt.GestureType, flags: Qt.GestureFlag = Qt.GestureFlags())¶
- grabKeyboard(self)¶
- grabMouse(self)¶
- grabMouse(self, a0: Union[QCursor, Qt.CursorShape]) None
- grabShortcut(self, key: Union[QKeySequence, QKeySequence.StandardKey, str, int], context: Qt.ShortcutContext = Qt.WindowShortcut) int ¶
- graphicsEffect(self) QGraphicsEffect ¶
- graphicsProxyWidget(self) QGraphicsProxyWidget ¶
- hasFocus(self) bool ¶
- hasFrame(self) bool ¶
- hasHeightForWidth(self) bool ¶
- hasMouseTracking(self) bool ¶
- hasTabletTracking(self) bool ¶
- height(self) int ¶
- heightForWidth(self, a0: int) int ¶
- heightMM(self) int ¶
- hide(self)¶
- hideEvent(self, e: QHideEvent)¶
- hidePopup(self)¶
- highlighted¶
highlighted(self, index: int) [signal]
- iconSize(self) QSize ¶
- inherits(self, classname: str) bool ¶
- initPainter(self, painter: QPainter)¶
- initStyleOption(self, option: QStyleOptionComboBox)¶
- inputMethodEvent(self, a0: QInputMethodEvent)¶
- inputMethodHints(self) Qt.InputMethodHint ¶
- inputMethodQuery(self, a0: Qt.InputMethodQuery) Any ¶
- inputMethodQuery(self, query: Qt.InputMethodQuery, argument: Any) Any
- insertAction(self, before: QAction, action: QAction)¶
- insertActions(self, before: QAction, actions: Iterable[QAction])¶
- insertItem(self, index: int, text: str, userData: Any = None)¶
- insertItem(self, index: int, icon: QIcon, text: str, userData: Any = None) None
- insertItems(self, index: int, texts: Iterable[str])¶
- insertPolicy(self) QComboBox.InsertPolicy ¶
- insertSeparator(self, index: int)¶
- installEventFilter(self, a0: QObject)¶
- isActiveWindow(self) bool ¶
- isAncestorOf(self, child: QWidget) bool ¶
- isEditable(self) bool ¶
- isEnabled(self) bool ¶
- isEnabledTo(self, a0: QWidget) bool ¶
- isFullScreen(self) bool ¶
- isHidden(self) bool ¶
- isLeftToRight(self) bool ¶
- isMaximized(self) bool ¶
- isMinimized(self) bool ¶
- isModal(self) bool ¶
- isRightToLeft(self) bool ¶
- isSignalConnected(self, signal: QMetaMethod) bool ¶
- isVisible(self) bool ¶
- isVisibleTo(self, a0: QWidget) bool ¶
- isWidgetType(self) bool ¶
- isWindow(self) bool ¶
- isWindowModified(self) bool ¶
- isWindowType(self) bool ¶
- itemData(self, index: int, role: int = Qt.UserRole) Any ¶
- itemDelegate(self) QAbstractItemDelegate ¶
- itemIcon(self, index: int) QIcon ¶
- itemText(self, index: int) str ¶
- keyPressEvent(self, e: QKeyEvent)¶
- keyReleaseEvent(self, e: QKeyEvent)¶
- keyboardGrabber() QWidget ¶
- killTimer(self, id: int)¶
- layout(self) QLayout ¶
- layoutDirection(self) Qt.LayoutDirection ¶
- leaveEvent(self, a0: QEvent)¶
- lineEdit(self) QLineEdit ¶
- locale(self) QLocale ¶
- logicalDpiX(self) int ¶
- logicalDpiY(self) int ¶
- lower(self)¶
- mapFrom(self, a0: QWidget, a1: QPoint) QPoint ¶
- mapFrom(self, a0: QWidget, a1: QPointF) QPointF
- mapFromGlobal(self, a0: QPoint) QPoint ¶
- mapFromGlobal(self, a0: QPointF) QPointF
- mapFromParent(self, a0: QPoint) QPoint ¶
- mapFromParent(self, a0: QPointF) QPointF
- mapTo(self, a0: QWidget, a1: QPoint) QPoint ¶
- mapTo(self, a0: QWidget, a1: QPointF) QPointF
- mapToGlobal(self, a0: QPoint) QPoint ¶
- mapToGlobal(self, a0: QPointF) QPointF
- mapToParent(self, a0: QPoint) QPoint ¶
- mapToParent(self, a0: QPointF) QPointF
- mask(self) QRegion ¶
- maxCount(self) int ¶
- maxVisibleItems(self) int ¶
- maximumHeight(self) int ¶
- maximumSize(self) QSize ¶
- maximumWidth(self) int ¶
- metaObject(self) QMetaObject ¶
- metric(self, a0: QPaintDevice.PaintDeviceMetric) int ¶
- minimumContentsLength(self) int ¶
- minimumHeight(self) int ¶
- minimumSize(self) QSize ¶
- minimumSizeHint(self) QSize ¶
- minimumWidth(self) int ¶
- model(self) QAbstractItemModel ¶
- modelColumn(self) int ¶
- mouseDoubleClickEvent(self, a0: QMouseEvent)¶
- mouseGrabber() QWidget ¶
- mouseMoveEvent(self, a0: QMouseEvent)¶
- mousePressEvent(self, e: QMouseEvent)¶
- mouseReleaseEvent(self, e: QMouseEvent)¶
- move(self, a0: QPoint)¶
- move(self, ax: int, ay: int) None
- moveEvent(self, a0: QMoveEvent)¶
- moveToThread(self, thread: QThread)¶
- nativeEvent(self, eventType: QByteArray, message: PyQt6.sip.voidptr) Tuple[bool, PyQt6.sip.voidptr] ¶
- nativeParentWidget(self) QWidget ¶
- nextInFocusChain(self) QWidget ¶
- normalGeometry(self) QRect ¶
- objectName(self) str ¶
- objectNameChanged¶
objectNameChanged(self, objectName: str) [signal]
- overrideWindowFlags(self, type: Qt.WindowType)¶
- overrideWindowState(self, state: Qt.WindowState)¶
- paintEngine(self) QPaintEngine ¶
- paintingActive(self) bool ¶
- palette(self) QPalette ¶
- parent(self) QObject ¶
- parentWidget(self) QWidget ¶
- physicalDpiX(self) int ¶
- physicalDpiY(self) int ¶
- placeholderText(self) str ¶
- pos(self) QPoint ¶
- previousInFocusChain(self) QWidget ¶
- property(self, name: str) Any ¶
- pyqtConfigure(...)¶
Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
- raise_(self)¶
- receivers(self, signal: PYQT_SIGNAL) int ¶
- rect(self) QRect ¶
- releaseKeyboard(self)¶
- releaseMouse(self)¶
- releaseShortcut(self, id: int)¶
- removeAction(self, action: QAction)¶
- removeEventFilter(self, a0: QObject)¶
- render(self, target: QPaintDevice, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: QWidget.RenderFlag = QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren))¶
- render(self, painter: QPainter, targetOffset: QPoint = QPoint(), sourceRegion: QRegion = QRegion(), flags: QWidget.RenderFlag = QWidget.RenderFlags(QWidget.DrawWindowBackground | QWidget.DrawChildren)) None
- repaint(self)¶
- repaint(self, x: int, y: int, w: int, h: int) None
- repaint(self, a0: QRect) None
- repaint(self, a0: QRegion) None
- resize(self, a0: QSize)¶
- resize(self, w: int, h: int) None
- resizeEvent(self, e: QResizeEvent)¶
- restoreGeometry(self, geometry: QByteArray) bool ¶
- rootModelIndex(self) QModelIndex ¶
- saveGeometry(self) QByteArray ¶
- screen(self) QScreen ¶
- scroll(self, dx: int, dy: int)¶
- scroll(self, dx: int, dy: int, a2: QRect) None
- sender(self) QObject ¶
- senderSignalIndex(self) int ¶
- setAcceptDrops(self, on: bool)¶
- setAccessibleDescription(self, description: str)¶
- setAccessibleName(self, name: str)¶
- setAttribute(self, attribute: Qt.WidgetAttribute, on: bool = True)¶
- setAutoFillBackground(self, enabled: bool)¶
- setBackgroundRole(self, a0: QPalette.ColorRole)¶
- setBaseSize(self, basew: int, baseh: int)¶
- setBaseSize(self, s: QSize) None
- setCompleter(self, c: QCompleter)¶
- setContentsMargins(self, left: int, top: int, right: int, bottom: int)¶
- setContentsMargins(self, margins: QMargins) None
- setContextMenuPolicy(self, policy: Qt.ContextMenuPolicy)¶
- setCurrentIndex(self, index: int)¶
- setCurrentText(self, text: str)¶
- setCursor(self, a0: Union[QCursor, Qt.CursorShape])¶
- setDisabled(self, a0: bool)¶
- setDuplicatesEnabled(self, enable: bool)¶
- setEditText(self, text: str)¶
- setEditable(self, editable: bool)¶
- setEnabled(self, a0: bool)¶
- setFixedHeight(self, h: int)¶
- setFixedSize(self, a0: QSize)¶
- setFixedSize(self, w: int, h: int) None
- setFixedWidth(self, w: int)¶
- setFocus(self)¶
- setFocus(self, reason: Qt.FocusReason) None
- setFocusPolicy(self, policy: Qt.FocusPolicy)¶
- setFocusProxy(self, a0: QWidget)¶
- setFont(self, a0: QFont)¶
- setForegroundRole(self, a0: QPalette.ColorRole)¶
- setFrame(self, a0: bool)¶
- setGeometry(self, a0: QRect)¶
- setGeometry(self, ax: int, ay: int, aw: int, ah: int) None
- setGraphicsEffect(self, effect: QGraphicsEffect)¶
- setHidden(self, hidden: bool)¶
- setIconSize(self, size: QSize)¶
- setInputMethodHints(self, hints: Qt.InputMethodHint)¶
- setInsertPolicy(self, policy: QComboBox.InsertPolicy)¶
- setItemData(self, index: int, value: Any, role: int = Qt.UserRole)¶
- setItemDelegate(self, delegate: QAbstractItemDelegate)¶
- setItemIcon(self, index: int, icon: QIcon)¶
- setItemText(self, index: int, text: str)¶
- setLayout(self, a0: QLayout)¶
- setLayoutDirection(self, direction: Qt.LayoutDirection)¶
- setLineEdit(self, edit: QLineEdit)¶
- setLocale(self, locale: QLocale)¶
- setMask(self, a0: QBitmap)¶
- setMask(self, a0: QRegion) None
- setMaxCount(self, max: int)¶
- setMaxVisibleItems(self, maxItems: int)¶
- setMaximumHeight(self, maxh: int)¶
- setMaximumSize(self, maxw: int, maxh: int)¶
- setMaximumSize(self, s: QSize) None
- setMaximumWidth(self, maxw: int)¶
- setMinimumContentsLength(self, characters: int)¶
- setMinimumHeight(self, minh: int)¶
- setMinimumSize(self, minw: int, minh: int)¶
- setMinimumSize(self, s: QSize) None
- setMinimumWidth(self, minw: int)¶
- setModel(self, model: QAbstractItemModel)¶
- setModelColumn(self, visibleColumn: int)¶
- setMouseTracking(self, enable: bool)¶
- setObjectName(self, name: str)¶
- setPalette(self, a0: QPalette)¶
- setParent(self, parent: QWidget)¶
- setParent(self, parent: QWidget, f: Qt.WindowType) None
- setPlaceholderText(self, placeholderText: str)¶
- setProperty(self, name: str, value: Any) bool ¶
- setRootModelIndex(self, index: QModelIndex)¶
- setScreen(self, a0: QScreen)¶
- setShortcutAutoRepeat(self, id: int, enabled: bool = True)¶
- setShortcutEnabled(self, id: int, enabled: bool = True)¶
- setSizeAdjustPolicy(self, policy: QComboBox.SizeAdjustPolicy)¶
- setSizeIncrement(self, w: int, h: int)¶
- setSizeIncrement(self, s: QSize) None
- setSizePolicy(self, a0: QSizePolicy)¶
- setSizePolicy(self, hor: QSizePolicy.Policy, ver: QSizePolicy.Policy) None
- setStatusTip(self, a0: str)¶
- setStyle(self, a0: QStyle)¶
- setStyleSheet(self, styleSheet: str)¶
- setTabOrder(a0: QWidget, a1: QWidget)¶
- setTabletTracking(self, enable: bool)¶
- setToolTip(self, a0: str)¶
- setToolTipDuration(self, msec: int)¶
- setUpdatesEnabled(self, enable: bool)¶
- setValidator(self, v: QValidator)¶
- setView(self, itemView: QAbstractItemView)¶
- setVisible(self, visible: bool)¶
- setWhatsThis(self, a0: str)¶
- setWindowFilePath(self, filePath: str)¶
- setWindowFlag(self, a0: Qt.WindowType, on: bool = True)¶
- setWindowFlags(self, type: Qt.WindowType)¶
- setWindowIcon(self, icon: QIcon)¶
- setWindowIconText(self, a0: str)¶
- setWindowModality(self, windowModality: Qt.WindowModality)¶
- setWindowModified(self, a0: bool)¶
- setWindowOpacity(self, level: float)¶
- setWindowRole(self, a0: str)¶
- setWindowState(self, state: Qt.WindowState)¶
- setWindowTitle(self, a0: str)¶
- show(self)¶
- showEvent(self, e: QShowEvent)¶
- showFullScreen(self)¶
- showMaximized(self)¶
- showMinimized(self)¶
- showNormal(self)¶
- signalsBlocked(self) bool ¶
- size(self) QSize ¶
- sizeAdjustPolicy(self) QComboBox.SizeAdjustPolicy ¶
- sizeHint(self) QSize ¶
- sizeIncrement(self) QSize ¶
- sizePolicy(self) QSizePolicy ¶
- stackUnder(self, a0: QWidget)¶
- startTimer(self, interval: int, timerType: Qt.TimerType = Qt.CoarseTimer) int ¶
- staticMetaObject = <PyQt6.QtCore.QMetaObject object>¶
- statusTip(self) str ¶
- style(self) QStyle ¶
- styleSheet(self) str ¶
- tabletEvent(self, a0: QTabletEvent)¶
- testAttribute(self, attribute: Qt.WidgetAttribute) bool ¶
- textActivated¶
textActivated(self, a0: str) [signal]
- textHighlighted¶
textHighlighted(self, a0: str) [signal]
- thread(self) QThread ¶
- timerEvent(self, a0: QTimerEvent)¶
- toolTip(self) str ¶
- toolTipDuration(self) int ¶
- tr(sourceText: str, disambiguation: typing.Optional[str] = None, n: int = - 1) str ¶
- underMouse(self) bool ¶
- ungrabGesture(self, type: Qt.GestureType)¶
- unsetCursor(self)¶
- unsetLayoutDirection(self)¶
- unsetLocale(self)¶
- update(self)¶
- update(self, a0: QRect) None
- update(self, a0: QRegion) None
- update(self, ax: int, ay: int, aw: int, ah: int) None
- updateGeometry(self)¶
- updateMicroFocus(self, query: Qt.InputMethodQuery = Qt.ImQueryAll)¶
- updatesEnabled(self) bool ¶
- validator(self) QValidator ¶
- view(self) QAbstractItemView ¶
- visibleRegion(self) QRegion ¶
- whatsThis(self) str ¶
- wheelEvent(self, e: QWheelEvent)¶
- width(self) int ¶
- widthMM(self) int ¶
- winId(self) PyQt6.sip.voidptr ¶
- window(self) QWidget ¶
- windowFilePath(self) str ¶
- windowFlags(self) Qt.WindowType ¶
- windowHandle(self) QWindow ¶
- windowIcon(self) QIcon ¶
- windowIconChanged¶
windowIconChanged(self, icon: QIcon) [signal]
- windowIconText(self) str ¶
- windowIconTextChanged¶
windowIconTextChanged(self, iconText: str) [signal]
- windowModality(self) Qt.WindowModality ¶
- windowOpacity(self) float ¶
- windowRole(self) str ¶
- windowState(self) Qt.WindowState ¶
- windowTitle(self) str ¶
- windowTitleChanged¶
windowTitleChanged(self, title: str) [signal]
- windowType(self) Qt.WindowType ¶
- x(self) int ¶
- y(self) int ¶