Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 23, 2021
1 parent 116936c commit 7a3375c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/developer_guide/viewer_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Instructions
self.setWindowTitle('Example Viewer Module')
self.setFloating(True) # Must be floating
self.viewer_instance = viewer_instance
# container widget
self.dockwidget_area = QtWidgets.QWidget()
Expand Down

0 comments on commit 7a3375c

Please sign in to comment.