Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Testing recent changes #279

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
qml: expose currently loaded detailItem in InformationPage
jarolrod committed Mar 2, 2023
commit 205d2471a843987754e84bc1949d42ccaaf917ea
1 change: 1 addition & 0 deletions src/qml/controls/InformationPage.qml
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ Page {
implicitHeight: parent.height
property alias bannerItem: banner_loader.sourceComponent
property alias detailItem: detail_loader.sourceComponent
property alias loadedDetailItem: detail_loader.item
property alias navLeftDetail: navbar.leftDetail
property alias navMiddleDetail: navbar.middleDetail
property alias navRightDetail: navbar.rightDetail