rk_comparison.interface.ui package
Submodules
rk_comparison.interface.ui.errorwindow module
rk_comparison.interface.ui.inputwindow module
- class rk_comparison.interface.ui.inputwindow.InputWindow(parent=None)[source]
Bases:
QDialog
,Ui_InputWindow
Class for setting up the input window.
- apply_clicked()[source]
Method does a series of checks on a data provided by user. Any fail results in error message. If all checks are passed, the method saves data through controller and closes the window.
- change_type()[source]
Method to change type of input variables from string to float. Returns True if successful or False if unsuccessful. Before returning False, it also calls the raise_error() method with message as argument. Message is being build if str_to_float() fails and returns string with error message instead of number.
- get_truth_table_values()[source]
Method gets the values of truth table from data through controller.
rk_comparison.interface.ui.mainwindow module
- class rk_comparison.interface.ui.mainwindow.MainWindow(parent=None)[source]
Bases:
QMainWindow
,Ui_MainWindow
Class for setting up the main window.
rk_comparison.interface.ui.plottingwindow module
- class rk_comparison.interface.ui.plottingwindow.PlottingWindow(parent=None)[source]
Bases:
QDialog
,Ui_PlottingWindow
Class for setting up the plotting window.