Merge pull request #1563 from RubendeBruin/fix_flowchart_docs

Flowchart documentation fix
This commit is contained in:
Ogi Moore 2021-02-09 08:21:22 -08:00 committed by GitHub
commit ca1ce7aa90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ In the example above, each terminal is defined by a dictionary of options which
Once the flowchart is created, add its control widget to your application::
ctrl = fc.ctrlWidget()
ctrl = fc.widget()
myLayout.addWidget(ctrl) ## read Qt docs on QWidget and layouts for more information
The control widget provides several features: