RTC Toolkit  2.0.0
Classes | Functions
gui.main_window Namespace Reference

Classes

class  MainWindow
 Implementation of the mainwindow.ui design. More...
 

Functions

def gui_main (service_disc, nomad_search_paths, str log_level)
 Entry point function used by rtctk_ctrl_mon_tool modul and python.click to start the GUI. More...
 

Function Documentation

◆ gui_main()

def gui.main_window.gui_main (   service_disc,
  nomad_search_paths,
str  log_level 
)

Entry point function used by rtctk_ctrl_mon_tool modul and python.click to start the GUI.

It creates the Qt Application; set name, version, organization for the application, and creates the comms objects.

Finally, it creates the QMainWindow that holds the applicaiton UI, and starts Qt Event engine.

Parameters
[in]service_discA URI to the file that describes the deployment of the RTC.
[in]nomad_search_pathsList of string that determine in which paths the nomad jobs will be search for when starting processes in nomad.
[in]log_levelLog Level determined by the command line options. It is a string.