This commit is contained in:
zhuzihcu
2023-03-09 16:44:24 +08:00
parent bdf4da81dd
commit e2cefb6114
8 changed files with 58 additions and 32 deletions

View File

@ -34,7 +34,7 @@ FluWindow {
fontStyle: FluText.Title
}
FluText{
text:"v1.0.1"
text:"v1.0.2"
fontStyle: FluText.Body
Layout.alignment: Qt.AlignBottom
}

View File

@ -91,7 +91,7 @@ FluWindow {
FluMenuItem{
text:"意见反馈"
onClicked:{
showInfo("正在建设中...")
Qt.openUrlExternally("https://github.com/zhuzichu520/FluentUI/issues/new")
}
}
FluMenuItem{

View File

@ -26,6 +26,12 @@ Item {
Layout.leftMargin: 15
value: 50
}
FluSlider{
orientation:FluSlider.Vertical
Layout.topMargin: 20
Layout.leftMargin: 15
value: 50
}
}
}
}