refs #618, GUI dialog to create own model set

* new tab in model mapping component
* form + dialog to select appropriate models
This commit is contained in:
Klaus Basan
2016-03-14 20:27:46 +01:00
parent 17cbd31095
commit 42d5ceff32
14 changed files with 992 additions and 74 deletions

View File

@@ -14,6 +14,11 @@ namespace BlackGui
{
namespace Components
{
void CDbMappingComponentAware::setMappingComponent(CDbMappingComponent *component)
{
m_mappingComponent = component;
}
CDbMappingComponentAware::CDbMappingComponentAware(QObject *parent)
{
// if we get a mapping component we use it
@@ -23,5 +28,6 @@ namespace BlackGui
if (!m) { return; }
m_mappingComponent = m;
}
} // ns
} // ns