Skip to content

About: Use Qt.createComponent to create About Page

Eamonn Rea requested to merge eamonnrea/audiotube:use-qtcomponent-about into master

This MR replaces the AboutPage.qml with a Qt.createComponent to create a Kirigami-Addons AboutPage component which automatically pulls the KAboutData.

Before

image

After (This MR)

image


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

Merge request reports

Loading