spinetoolbox.project_items.combiner.widgets.add_combiner_widget¶
Widget shown to user when a new Combiner is created.
| author: |
|
|---|---|
| date: | 19.1.2017 |
Module Contents¶
Classes¶
AddCombinerWidget |
A widget to query user’s preferences for a new item. |
-
class
spinetoolbox.project_items.combiner.widgets.add_combiner_widget.AddCombinerWidget(toolbox, x, y, spec='')[source]¶ Bases:
spinetoolbox.widgets.add_project_item_widget.AddProjectItemWidgetA widget to query user’s preferences for a new item.
-
x¶ X coordinate of new item
Type: int
-
y¶ Y coordinate of new item
Type: int
Initialize class.
-