Add AddApplicant - Not Done Yet

This commit is contained in:
2025-01-15 14:39:45 +01:00
parent f2969aeafe
commit f035f60910
7 changed files with 436 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ ApplicationWindow
}
else
{
if (db_con) appLoader.source= "LoginScreen.qml"
if (db_con) appLoader.source= "AddApplicant.qml"
else appLoader.source= "NoDbConnection.qml"
}
}