About: Use Qt.createComponent to create About Page
This MR replaces the AboutPage.qml
with a Qt.createComponent
to create a Kirigami-Addons AboutPage component which automatically pulls the KAboutData
.
Before
After (This MR)
Currently AudioTube will create this as a separate dialog window. I did not change that for this MR. No user-facing behaviour has changed and there should be no visual difference, this just uses a centralised way to create the About FormCard component.
All feedback is welcome. Thanks!
Edited by Eamonn Rea