widgets.add_data_interface_widget¶
Contains the UI and the functionality for the widget that is shown to user when a new Data Interface is created.
| author: |
|
|---|---|
| date: | 13.6.2019 |
Module Contents¶
-
class
widgets.add_data_interface_widget.AddDataInterfaceWidget(toolbox, x, y)[source]¶ Bases:
PySide2.QtWidgets.QWidgetA widget that queries user’s preferences for a new item.
-
x¶ X coordinate of new item
Type: int
-
y¶ Y coordinate of new item
Type: int
-