#include <moduleManager.h>
Public Member Functions | |
void | loadUiDataXML (QString) |
Load data into the user interface from an xml file. | |
ModuleManager (QWidget *parent=0) | |
Custom constructor. | |
void | saveUiDataXML (QString) |
Save data from the user interface into an xml file. |
This class implements the module manager using the ui_form generated by QtDesigner.
ModuleManager::ModuleManager | ( | QWidget * | parent = 0 |
) |
Custom constructor.
Uses the class generated by the user interface compiler to set up the module manager dialog box.
parent | pointer to the parent of the module manager widget. |
void ModuleManager::loadUiDataXML | ( | QString | moduleName | ) |
Load data into the user interface from an xml file.
moduleName | the name of the module into which the data hould be loaded. |
void ModuleManager::saveUiDataXML | ( | QString | moduleName | ) |
Save data from the user interface into an xml file.
moduleName | the name of the module from which the data should be saved |