mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 11:17:39 +08:00
update
This commit is contained in:
parent
26ad581072
commit
112bb6e07a
@ -58,6 +58,7 @@ FluScrollablePage{
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
contentWidth: width
|
||||
maximumFlickVelocity: 1680
|
||||
contentHeight: text_info.height
|
||||
ScrollBar.vertical: FluScrollBar {}
|
||||
FluText{
|
||||
|
@ -21,7 +21,7 @@ CustomWindow {
|
||||
launchMode: FluWindow.SingleTask
|
||||
|
||||
closeFunc:function(event){
|
||||
close_app.open()
|
||||
dialog_close.open()
|
||||
event.accepted = false
|
||||
}
|
||||
|
||||
@ -59,7 +59,7 @@ CustomWindow {
|
||||
}
|
||||
|
||||
FluContentDialog{
|
||||
id:close_app
|
||||
id:dialog_close
|
||||
title:"退出"
|
||||
message:"确定要退出程序吗?"
|
||||
negativeText:"最小化"
|
||||
|
@ -785,6 +785,7 @@ Item {
|
||||
}
|
||||
boundsBehavior: ListView.StopAtBounds
|
||||
clip: true
|
||||
maximumFlickVelocity: 1680
|
||||
contentHeight: nav_list.contentHeight
|
||||
ScrollBar.vertical: FluScrollBar {}
|
||||
ListView{
|
||||
|
@ -38,6 +38,7 @@ FluPage {
|
||||
bottom: parent.bottom
|
||||
bottomMargin: control.bottomPadding
|
||||
}
|
||||
maximumFlickVelocity: 1680
|
||||
contentWidth: parent.width
|
||||
contentHeight: container.height
|
||||
ScrollBar.vertical: FluScrollBar {
|
||||
|
@ -170,6 +170,7 @@ Rectangle {
|
||||
}
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
ScrollBar.horizontal: FluScrollBar{}
|
||||
maximumFlickVelocity: 1680
|
||||
ScrollBar.vertical: FluScrollBar{}
|
||||
selectionModel: ItemSelectionModel {
|
||||
id:selection_model
|
||||
|
@ -250,6 +250,8 @@ Item {
|
||||
model: tree_model
|
||||
flickableDirection: Flickable.HorizontalAndVerticalFlick
|
||||
clip: true
|
||||
boundsBehavior: ListView.StopAtBounds
|
||||
maximumFlickVelocity: 1680
|
||||
ScrollBar.vertical: FluScrollBar {}
|
||||
ScrollBar.horizontal: FluScrollBar { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user