The main file for the front end, this adds display for most of the card attributes. It is the version seen in our presentation 4 on Oct 24.
MySearchTools.qml
The Search toolbar abstracted into it's own component file.
MySearchFilterTools.qml
The Filter toolbar abstracted into it's own component file.
These files have all been tested and work. They were part of the demonstration presentation.
Note:
The main.qml file will hardly be readable due to its deeply nested structure. This PR is all working so no need to reallly deeply review it.
Adds 3 front end code files and 2 image files.
main.qml
MySearchTools.qml
MySearchFilterTools.qml
Note:
The
main.qml
file will hardly be readable due to its deeply nested structure. This PR is all working so no need to reallly deeply review it.