RawDataControls¶
class RawDataControls(parent: Optional[QWidget] = None)
Bases: QWidget
Public Methods¶
- RawDataControls.clear_popup_reference(comboBox: QComboBox) None¶
Clears the reference to the popup when it is closed.
- RawDataControls.createButton(parent: QWidget, text: str, bold: bool = False) QPushButton¶
- RawDataControls.create_add_button(parent: QWidget, comboBox: QComboBox, add_text: str, metaclass: str) QToolButton¶
Creates an add button linked to the corresponding combobox.
- RawDataControls.create_delete_button(parent: QWidget, comboBox: QComboBox, info_text: str, metaclass: str) QToolButton¶
Creates a delete button linked to the corresponding combobox.
- RawDataControls.create_info_button(parent: QWidget, comboBox: QComboBox, info_text: str, metaclass: str) QToolButton¶
Creates an info button linked to the corresponding combobox.
- RawDataControls.delete_plugin(comboBox: QComboBox, metaclass: str) None¶
Deletes the plugin corresponding tot he current ComboBox selection
- RawDataControls.is_placeholder_item(comboBox: QComboBox) bool¶
Returns True if the combobox contains a placeholder like ‘No Reader’, ‘No Writer’, etc.
- RawDataControls.show_plugin_add_manager(comboBox: QComboBox, metaclass: str) None¶
Displays the plugin manager with details for the selected item from the combobox.
- RawDataControls.show_plugin_edit_manager(comboBox: QComboBox, metaclass: str) None¶
Displays the plugin manager with details for the selected item from the combobox.
- RawDataControls.toggle_info_button(button: QToolButton, comboBox: QComboBox) None¶
Enables or disables the info button based on the comboBox selection and item count.