main
zhuzihcu 2023-04-19 10:14:35 +08:00
parent 88fed82260
commit 60c2ebee56
4 changed files with 60 additions and 6 deletions

View File

@ -7,11 +7,11 @@ FluWindow {
id:window id:window
width: 500 width: 600
height: 600 height: 600
minimumWidth: 500 minimumWidth: 600
minimumHeight: 600 minimumHeight: 600
maximumWidth: 500 maximumWidth: 600
maximumHeight: 600 maximumHeight: 600
launchMode: FluWindow.SingleTask launchMode: FluWindow.SingleTask
@ -60,7 +60,6 @@ FluWindow {
RowLayout{ RowLayout{
spacing: 14 spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
FluText{ FluText{
text:"GitHub" text:"GitHub"
@ -74,13 +73,28 @@ FluWindow {
} }
} }
} }
RowLayout{
spacing: 14
Layout.leftMargin: 15
FluText{
text:"B站"
}
FluTextButton{
text:"https://www.bilibili.com/video/BV1mg4y1M71w/"
Layout.alignment: Qt.AlignBottom
onClicked: {
Qt.openUrlExternally(text)
}
}
}
RowLayout{ RowLayout{
spacing: 14 spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
FluText{ FluText{
id:text_info id:text_info
text:"如果该项目对你有作用就请点击上方链接给一个免费的star吧" text:"如果该项目对你有作用就请点击上方链接给一个免费的star,或者一键三连,谢谢"
ColorAnimation { ColorAnimation {
id: animation id: animation
target: text_info target: text_info
@ -94,5 +108,43 @@ FluWindow {
} }
} }
} }
RowLayout{
spacing: 14
Layout.leftMargin: 15
FluText{
text:"捐赠:"
}
}
Item{
Layout.preferredWidth: parent.width
Layout.preferredHeight: 252
Row{
anchors.horizontalCenter: parent.horizontalCenter
spacing: 60
Image{
width: 164.55
height: 224.25
source: "qrc:/res/image/qrcode_wx.jpg"
}
Image{
width: 162
height: 252
source: "qrc:/res/image/qrcode_zfb.jpg"
}
}
}
RowLayout{
spacing: 14
Layout.leftMargin: 15
FluText{
id:text_desc
text:"个人开发,维护不易,你们的捐赠就是我继续更新的动力!\n有什么问题提Issues只要时间充足我就会解决的"
}
}
} }
} }

View File

@ -166,5 +166,7 @@
<file>page/SingleTaskWindow.qml</file> <file>page/SingleTaskWindow.qml</file>
<file>page/SingleInstanceWindow.qml</file> <file>page/SingleInstanceWindow.qml</file>
<file>T_RatingControl.qml</file> <file>T_RatingControl.qml</file>
<file>res/image/qrcode_wx.jpg</file>
<file>res/image/qrcode_zfb.jpg</file>
</qresource> </qresource>
</RCC> </RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB