|
|
@ -58,7 +58,7 @@ public:
|
|
|
|
/// Force to update dialog content
|
|
|
|
/// Force to update dialog content
|
|
|
|
void updateUi();
|
|
|
|
void updateUi();
|
|
|
|
|
|
|
|
|
|
|
|
/// Сonnects all the slots with signals
|
|
|
|
/// Connects all the slots with signals
|
|
|
|
void init();
|
|
|
|
void init();
|
|
|
|
|
|
|
|
|
|
|
|
/// Sets the pointer CWorkspaceNode* in the wrappers.
|
|
|
|
/// Sets the pointer CWorkspaceNode* in the wrappers.
|
|
|
@ -192,6 +192,7 @@ protected:
|
|
|
|
QDialog *_SchemeWidget;
|
|
|
|
QDialog *_SchemeWidget;
|
|
|
|
|
|
|
|
|
|
|
|
Ui::CAttribWidget _ui;
|
|
|
|
Ui::CAttribWidget _ui;
|
|
|
|
|
|
|
|
friend class CSchemeBankDialog;
|
|
|
|
}; /* class CAttribWidget */
|
|
|
|
}; /* class CAttribWidget */
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|