Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailin-Wang committed Jul 24, 2022
1 parent b46f69e commit 3cb0efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/source/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Setup Right Tool Bar
RibbonBar.setRightToolBarHeight
RibbonBar.setHelpButtonIcon
RibbonBar.removeHelpButton
RibbonBar.helpButtonClicked
RibbonBar.collapseRibbonButton
RibbonBar.setCollapseButtonIcon
RibbonBar.removeCollapseButton
Expand Down Expand Up @@ -171,6 +172,7 @@ Setup Panel Option Button

RibbonPanel.panelOptionButton
RibbonPanel.setPanelOptionToolTip
RibbonPanel.panelOptionClicked

Add Widgets to Panels
~~~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 0 additions & 3 deletions ribbon/category.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ class RibbonCategory(QtWidgets.QFrame):
#: color of the context category
_color: typing.Optional[QtGui.QColor]

#: The signal that is emitted when the display options button is clicked.
displayOptionsButtonClicked = QtCore.pyqtSignal(bool)

@typing.overload
def __init__(self, title: str = '', style: RibbonCategoryStyle = RibbonCategoryStyle.Normal,
color: QtGui.QColor = None, parent=None):
Expand Down

0 comments on commit 3cb0efb

Please sign in to comment.