mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 21:37:04 +08:00
update
This commit is contained in:
parent
192c65a510
commit
cdba8b7921
@ -7,78 +7,73 @@ import "qrc:///example/qml/component"
|
|||||||
|
|
||||||
FluPage{
|
FluPage{
|
||||||
|
|
||||||
Component.onDestruction: {
|
title:"Pivot"
|
||||||
console.debug("------------------------->")
|
|
||||||
|
FluArea{
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.topMargin: 20
|
||||||
|
height: 400
|
||||||
|
paddings: 10
|
||||||
|
|
||||||
|
FluPivot{
|
||||||
|
anchors.fill: parent
|
||||||
|
currentIndex: 2
|
||||||
|
FluPivotItem{
|
||||||
|
title:"All"
|
||||||
|
contentItem:FluText{
|
||||||
|
text:"All emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem{
|
||||||
|
title:"Unread"
|
||||||
|
contentItem:FluText{
|
||||||
|
text:"Unread emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem{
|
||||||
|
title:"Flagged"
|
||||||
|
contentItem:FluText{
|
||||||
|
text:"Flagged emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem{
|
||||||
|
title:"Urgent"
|
||||||
|
contentItem:FluText{
|
||||||
|
text:"Urgent emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
CodeExpander{
|
||||||
|
Layout.fillWidth: true
|
||||||
|
Layout.topMargin: -1
|
||||||
|
code:'FluPivot{
|
||||||
|
anchors.fill: parent
|
||||||
|
FluPivotItem:{
|
||||||
|
text:"All"
|
||||||
|
contentItem: FluText{
|
||||||
|
text:"All emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem:{
|
||||||
|
text:"Unread"
|
||||||
|
contentItem: FluText{
|
||||||
|
text:"Unread emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem:{
|
||||||
|
text:"Flagged"
|
||||||
|
contentItem: FluText{
|
||||||
|
text:"Flagged emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
FluPivotItem:{
|
||||||
|
text:"Urgent"
|
||||||
|
contentItem: FluText{
|
||||||
|
text:"Urgent emails go here."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
'
|
||||||
}
|
}
|
||||||
|
|
||||||
// title:"Pivot"
|
|
||||||
|
|
||||||
// FluArea{
|
|
||||||
// Layout.fillWidth: true
|
|
||||||
// Layout.topMargin: 20
|
|
||||||
// height: 400
|
|
||||||
// paddings: 10
|
|
||||||
|
|
||||||
// FluPivot{
|
|
||||||
// anchors.fill: parent
|
|
||||||
// currentIndex: 2
|
|
||||||
// FluPivotItem{
|
|
||||||
// title:"All"
|
|
||||||
// contentItem:FluText{
|
|
||||||
// text:"All emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem{
|
|
||||||
// title:"Unread"
|
|
||||||
// contentItem:FluText{
|
|
||||||
// text:"Unread emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem{
|
|
||||||
// title:"Flagged"
|
|
||||||
// contentItem:FluText{
|
|
||||||
// text:"Flagged emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem{
|
|
||||||
// title:"Urgent"
|
|
||||||
// contentItem:FluText{
|
|
||||||
// text:"Urgent emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// CodeExpander{
|
|
||||||
// Layout.fillWidth: true
|
|
||||||
// Layout.topMargin: -1
|
|
||||||
// code:'FluPivot{
|
|
||||||
// anchors.fill: parent
|
|
||||||
// FluPivotItem:{
|
|
||||||
// text:"All"
|
|
||||||
// contentItem: FluText{
|
|
||||||
// text:"All emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem:{
|
|
||||||
// text:"Unread"
|
|
||||||
// contentItem: FluText{
|
|
||||||
// text:"Unread emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem:{
|
|
||||||
// text:"Flagged"
|
|
||||||
// contentItem: FluText{
|
|
||||||
// text:"Flagged emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// FluPivotItem:{
|
|
||||||
// text:"Urgent"
|
|
||||||
// contentItem: FluText{
|
|
||||||
// text:"Urgent emails go here."
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
//'
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user