This commit is contained in:
朱子楚\zhuzi
2023-04-11 23:12:31 +08:00
parent c26fdfaee3
commit 5afd2ec518
20 changed files with 216 additions and 659 deletions

View File

@ -5,6 +5,8 @@ import FluentUI
FluWindow {
id:window
width: 500
height: 600
minimumWidth: 500
@ -36,7 +38,7 @@ FluWindow {
fontStyle: FluText.Title
}
FluText{
text:"v1.2.4"
text:"v%1".arg(appInfo.version)
fontStyle: FluText.Body
Layout.alignment: Qt.AlignBottom
}
@ -67,7 +69,8 @@ FluWindow {
text:"https://github.com/zhuzichu520/FluentUI"
Layout.alignment: Qt.AlignBottom
onClicked: {
Qt.openUrlExternally(text_hublink.text)
console.debug(window.width)
// Qt.openUrlExternally(text_hublink.text)
}
}
}

View File

@ -12,8 +12,6 @@ FluWindow {
minimumHeight: 400
maximumWidth: 400
maximumHeight: 400
modality:2
title:"登录"
onInitArgument: