Update plasma
This commit is contained in:
parent
cf88cf4a7b
commit
d83c5a0a54
160 changed files with 7837 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
import QtQuick
|
||||
|
||||
Item {
|
||||
property color leftPanelColor: "red"
|
||||
property int marginLeftReal: card.marginLeft
|
||||
Card {
|
||||
id: card
|
||||
leftColor: leftPanelColor
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue