tik_manager4.ui.dialog.bunde_ingest_dialog
Dialog for ingesting bundled elements.
Attributes
Classes
Ingest Bundles. |
|
Widgets for the bundle ingest dialog. |
|
Row for bundle piece. |
Module Contents
- class BundleIngestDialog(publish_obj, publish_version, element_type, parent=None)
Bases:
tik_manager4.ui.Qt.QtWidgets.QDialogIngest Bundles.
- accept()
Accept the dialog.
- build_buttons()
Create the button box.
- build_layouts()
Create the layouts.
- build_widgets()
Build the bundle pieces.
- set_widget_states()
Set the widget states depending on the selected radio button.
- class BundleIngestWidgets
Widgets for the bundle ingest dialog.
- bundle_ingestors_combo: tik_manager4.ui.Qt.QtWidgets.QComboBox = None
- cancel_btn: tik_manager4.ui.Qt.QtWidgets.QPushButton = None
- ingest_as_bundle_rbtn: tik_manager4.ui.Qt.QtWidgets.QRadioButton = None
- ingest_bundle_btn: tik_manager4.ui.Qt.QtWidgets.QPushButton = None
- ingest_pieces_rbtn: tik_manager4.ui.Qt.QtWidgets.QRadioButton = None
- scroll_area_widget: tik_manager4.ui.Qt.QtWidgets.QWidget = None
- class BundlePieceRow(name, bundle_piece, all_ingests)
Bases:
tik_manager4.ui.Qt.QtWidgets.QFrameRow for bundle piece.
- active_ingestor()
Return the active ingestor.
- get_active_action()
Return the active action.
- is_active()
Check if the row is active and enabled.
- populate()
Populate some test widgets.
- update_actions()
Update the actions dropbox based on the ingestor.
- LOG