10#include <GeneratedFiles/ifilegui/ui_CFilePersistenceGuiComp.h>
25 I_ASSIGN(m_objectCompPtr,
"Object",
"Object will be restored and stored",
true,
"Object");
26 I_ASSIGN(m_fileLoaderCompPtr,
"FileLoader",
"File loader used to store and restore object",
true,
"FileLoader");
27 I_ASSIGN(m_showLoadAttrPtr,
"ShowLoad",
"Show load button",
true,
true);
28 I_ASSIGN(m_showSaveAttrPtr,
"ShowSave",
"Show save button",
true,
true);
42 I_ATTR(
bool, m_showLoadAttrPtr);
43 I_ATTR(
bool, m_showSaveAttrPtr);
Interface providing loading and saving of data objects.
iqtgui::TDesignerGuiCompBase< Ui::CFilePersistenceGuiComp > BaseClass
void on_SaveButton_clicked()
void on_LoadButton_clicked()
virtual void OnGuiCreated() override
Called just after GUI is initialized.
Base class for all Qt GUI components, which use the Qt designer's UI.
Common interface for data model objects, which can be changed.
GUI specific interfaces and components for file system access and representation.