adding a presentation model and including it's ui in library

This commit is contained in:
Chris Cochrun 2022-09-22 05:59:38 -05:00
parent a8943b86cf
commit a9286eeb1b
5 changed files with 360 additions and 0 deletions

View file

@ -115,6 +115,10 @@ Controls.Page {
id: imagesqlmodel
}
PresSqlModel {
id: pressqlmodel
}
ServiceItemModel {
id: serviceItemModel
}