mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add package card to detail page
The card has the wrong layout, but it's a start. The data is communicated in any case. Contributes to issue CURA-8565.
This commit is contained in:
parent
5dd2dcce90
commit
d5cfaa1e0a
2 changed files with 22 additions and 2 deletions
|
@ -10,6 +10,9 @@ import UM 1.0 as UM
|
|||
|
||||
Item
|
||||
{
|
||||
id: detailPage
|
||||
property var packageData: packages.selectedPackage
|
||||
|
||||
RowLayout
|
||||
{
|
||||
id: header
|
||||
|
@ -63,5 +66,10 @@ Item
|
|||
bottom: parent.bottom
|
||||
}
|
||||
color: UM.Theme.getColor("detail_background")
|
||||
|
||||
PackageCard
|
||||
{
|
||||
packageData: detailPage.packageData
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue