pyanno4rt.gui.windows.components
GUI component windows module.
The module aims to provide methods and classes to …
Overview
Decision tree NTCP component window for the application. |
|
Decision tree TCP component window for the application. |
|
Dose uniformity component window for the application. |
|
Equivalent uniform dose component window for the application. |
|
K-nearest neighbors NTCP component window for the application. |
|
K-nearest neighbors TCP component window for the application. |
|
Logistic regression NTCP component window for the application. |
|
Logistic regression TCP component window for the application. |
|
LQ Poisson TCP component window for the application. |
|
LKB NTCP component window for the application. |
|
Maximum DVH component window for the application. |
|
Mean dose component window for the application. |
|
Minimum DVH component window for the application. |
|
Naive Bayes NTCP component window for the application. |
|
Naive Bayes TCP component window for the application. |
|
Neural network NTCP component window for the application. |
|
Neural network TCP component window for the application. |
|
Random forest NTCP component window for the application. |
|
Random forest TCP component window for the application. |
|
Squared deviation component window for the application. |
|
Squared overdosing component window for the application. |
|
Squared underdosing component window for the application. |
|
Support vector machine NTCP component window for the application. |
|
Support vector machine TCP component window for the application. |
- |
Classes
- class pyanno4rt.gui.windows.components.DecisionTreeNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.decision_tree_ntcp_window.Ui_decision_tree_ntcp_windowDecision tree NTCP component window for the application.
This class creates a decision tree NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.DecisionTreeTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.decision_tree_tcp_window.Ui_decision_tree_tcp_windowDecision tree TCP component window for the application.
This class creates a decision tree TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.DoseUniformityWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.dose_uniformity_window.Ui_dose_uniformity_windowDose uniformity component window for the application.
This class creates a dose uniformity 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 –
…
- class pyanno4rt.gui.windows.components.EquivalentUniformDoseWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.equivalent_uniform_dose_window.Ui_equivalent_uniform_dose_windowEquivalent uniform dose component window for the application.
This class creates an equivalent uniform dose 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 –
…
- class pyanno4rt.gui.windows.components.KNeighborsNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.k_nearest_neighbors_ntcp_window.Ui_k_nearest_neighbors_ntcp_windowK-nearest neighbors NTCP component window for the application.
This class creates a K-nearest neighbors NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.KNeighborsTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.k_nearest_neighbors_tcp_window.Ui_k_nearest_neighbors_tcp_windowK-nearest neighbors TCP component window for the application.
This class creates a K-nearest neighbors TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.LogisticRegressionNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.logistic_regression_ntcp_window.Ui_logistic_regression_ntcp_windowLogistic regression NTCP component window for the application.
This class creates a logistic regression NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.LogisticRegressionTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.logistic_regression_tcp_window.Ui_logistic_regression_tcp_windowLogistic regression TCP component window for the application.
This class creates a logistic regression TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.LQPoissonTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.lq_poisson_tcp_window.Ui_lq_poisson_tcp_windowLQ Poisson TCP component window for the application.
This class creates a LQ Poisson TCP 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 –
…
- class pyanno4rt.gui.windows.components.LKBNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.lkb_ntcp_window.Ui_lkb_ntcp_windowLKB NTCP component window for the application.
This class creates a LKB NTCP 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 –
…
- class pyanno4rt.gui.windows.components.MaximumDVHWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.maximum_dvh_window.Ui_maximum_dvh_windowMaximum DVH component window for the application.
This class creates a maximum DVH 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 –
…
- class pyanno4rt.gui.windows.components.MeanDoseWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.mean_dose_window.Ui_mean_dose_windowMean dose component window for the application.
This class creates a mean dose 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 –
…
- class pyanno4rt.gui.windows.components.MinimumDVHWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.minimum_dvh_window.Ui_minimum_dvh_windowMinimum DVH component window for the application.
This class creates a minimum DVH 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 –
…
- class pyanno4rt.gui.windows.components.NaiveBayesNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.naive_bayes_ntcp_window.Ui_naive_bayes_ntcp_windowNaive Bayes NTCP component window for the application.
This class creates a naive Bayes NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.NaiveBayesTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.naive_bayes_tcp_window.Ui_naive_bayes_tcp_windowNaive Bayes TCP component window for the application.
This class creates a naive Bayes TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.NeuralNetworkNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.neural_network_ntcp_window.Ui_neural_network_ntcp_windowNeural network NTCP component window for the application.
This class creates a neural network NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.NeuralNetworkTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.neural_network_tcp_window.Ui_neural_network_tcp_windowNeural network TCP component window for the application.
This class creates a neural network TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.RandomForestNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.random_forest_ntcp_window.Ui_random_forest_ntcp_windowRandom forest NTCP component window for the application.
This class creates a random forest NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.RandomForestTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.random_forest_tcp_window.Ui_random_forest_tcp_windowRandom forest TCP component window for the application.
This class creates a random forest TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.SquaredDeviationWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.squared_deviation_window.Ui_squared_deviation_windowSquared deviation component window for the application.
This class creates a squared deviation 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 –
…
- class pyanno4rt.gui.windows.components.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 –
…
- class pyanno4rt.gui.windows.components.SquaredUnderdosingWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.squared_underdosing_window.Ui_squared_underdosing_windowSquared underdosing component window for the application.
This class creates a squared underdosing 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 –
…
- class pyanno4rt.gui.windows.components.SupportVectorMachineNTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.support_vector_machine_ntcp_window.Ui_support_vector_machine_ntcp_windowSupport vector machine NTCP component window for the application.
This class creates a support vector machine NTCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
- class pyanno4rt.gui.windows.components.SupportVectorMachineTCPWindow(parent=None)[source]
Bases:
PyQt5.QtWidgets.QMainWindow,pyanno4rt.gui.compilations.components.support_vector_machine_tcp_window.Ui_support_vector_machine_tcp_windowSupport vector machine TCP component window for the application.
This class creates a support vector machine TCP 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.
mousePressEvent(event)-
Add the model path from a snapshot folder.
Add the data path.
Remove the selected feature from the model.
.
.
Open an input dialog.
Open a question dialog.
.
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 –
…
Attributes
- pyanno4rt.gui.windows.components.component_window_map