Package node_manager_fkie :: Module profile_widget :: Class ProfileWidget
[frames] | no frames]

Class ProfileWidget

source code

python_qt_binding.QtWidgets.QDockWidget --+
                                          |
                                         ProfileWidget

Profile widget to show the current load state of the profile

Instance Methods
 
__init__(self, main_window, parent=None)
Creates the window, connects the signals and init the class.
source code
 
get_profile_file(self) source code
 
on_save_profile(self, masteruri='', path=None)
Saves the current environment to a node manager profile.
source code
 
on_load_profile_file(self, path)
Load the profile file.
source code
 
update_progress(self) source code
 
closeEvent(self, event) source code
Method Details

on_save_profile(self, masteruri='', path=None)

source code 

Saves the current environment to a node manager profile. :param path: the pach the file to save :type path: str :param masteruri: If not empty, save the profile only for given master :type masteruri: str

on_load_profile_file(self, path)

source code 

Load the profile file. :param path: the path of the profile file. :type path: str