Skip to content

Commit

Permalink
Merge pull request #70 from Integration-Automation/dev
Browse files Browse the repository at this point in the history
Add comment on doc
  • Loading branch information
JE-Chen authored Aug 12, 2023
2 parents 902d934 + b0a52f2 commit 4fdad8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/docs/Eng/how_to_extend_ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ How to extend FrontEngine UI
from frontengine import start_front_engine, FrontEngine_EXTEND_TAB
# You can use you own QWidget
class TestUI(QWidget):
def __init__(self):
Expand All @@ -31,4 +31,4 @@ How to extend FrontEngine UI
FrontEngine_EXTEND_TAB.update({"test": TestUI})
start_front_engine(debug=True)
start_front_engine()
4 changes: 2 additions & 2 deletions docs/source/docs/Zh/how_to_extend_ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from frontengine import start_front_engine, FrontEngine_EXTEND_TAB
# You can use you own QWidget
class TestUI(QWidget):
def __init__(self):
Expand All @@ -31,4 +31,4 @@
FrontEngine_EXTEND_TAB.update({"test": TestUI})
start_front_engine(debug=True)
start_front_engine()

0 comments on commit 4fdad8b

Please sign in to comment.