Flowchart documentation fix
the widget() method should be used to display the flowchart in a window rather than the ctrlWidget().
This commit is contained in:
parent
ade6a844e7
commit
77db5a868b
@ -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::
|
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
|
myLayout.addWidget(ctrl) ## read Qt docs on QWidget and layouts for more information
|
||||||
|
|
||||||
The control widget provides several features:
|
The control widget provides several features:
|
||||||
|
Loading…
Reference in New Issue
Block a user