spinetoolbox.project_items.exporter.widgets.add_exporter_widget¶
Widget shown to user when a new Exporter item is created.
| author: |
|
|---|---|
| date: | 6.9.2019 |
Module Contents¶
-
class
spinetoolbox.project_items.exporter.widgets.add_exporter_widget.AddExporterWidget(toolbox, x, y)[source]¶ Bases:
spinetoolbox.widgets.add_project_item_widget.AddProjectItemWidgetA widget to query user’s preferences for a new item.
Parameters: - toolbox (ToolboxUI) – Parent widget
- x (int) – X coordinate of new item
- y (int) – Y coordinate of new item