mgear.flex.analyze_widget module¶
flex.analyze_widget
Contains the Flex Analyze interface
module: | flex.analyze_widget |
---|
-
class
mgear.flex.analyze_widget.
FlexAnalyzeDialog
(parent=None)¶ Bases:
sphinx.ext.autodoc.importer._MockObject
The Flex analyze widgets
Flex analyze is a side by side list widget style that will allow you to check which shapes matches.
Creates all the user interface widgets
Parameters: parent (PySide2.QtWidgets) – the parent widget for the Flex dialog widget -
add_item
(source, target, match, count, bbox)¶ Handles adding items to the table widget
Parameters: - source (string) – the source shape element
- target (string) – the target corresponding shape element matching source
- match (bool) – whether the type matches
-