pyanno4rt.gui.windows.components._squared_overdosing_window
Squared overdosing component window.
Overview
Squared overdosing component window for the application. |
Classes
- class pyanno4rt.gui.windows.components._squared_overdosing_window.SquaredOverdosingWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.squared_overdosing_window.Ui_squared_overdosing_windowSquared overdosing component window for the application.
This class creates a squared overdosing component window for the graphical user interface, including input fields to parametrize the component.
Overview
Methods position().
load(component).
save().
eventFilter(source, event)Customize the event filters.
.
set_enabled(fieldnames)Enable multiple fields by their names.
set_disabled(fieldnames)Disable multiple fields by their names.
set_zero_line_cursor(fieldnames)Set the line edit cursor positions to zero.
set_styles(key_value_pairs)Set the element stylesheets from key-value pairs.
close().
Members
- eventFilter(source, event)[source]
Customize the event filters.
- Parameters:
source –
…
event –
…
- Return type:
…
- set_disabled(fieldnames)[source]
Disable multiple fields by their names.
- Parameters:
fieldnames –
…
- set_zero_line_cursor(fieldnames)[source]
Set the line edit cursor positions to zero.
- Parameters:
fieldnames –
…