This commit is contained in:
朱子楚\zhuzi 2024-03-11 22:24:47 +08:00
parent 463aa38bc2
commit 2a514b52bd
7 changed files with 61 additions and 6 deletions

View File

@ -19,9 +19,10 @@ FluWindow {
left: parent.left
right: parent.right
}
spacing: 5
RowLayout{
Layout.topMargin: 20
Layout.topMargin: 15
Layout.leftMargin: 15
spacing: 14
FluText{
@ -43,7 +44,6 @@ FluWindow {
RowLayout{
spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15
FluText{
text:"作者:"
@ -54,6 +54,21 @@ FluWindow {
}
}
RowLayout{
spacing: 14
Layout.leftMargin: 15
FluText{
text:"微信号:"
}
FluText{
text:"FluentUI"
Layout.alignment: Qt.AlignBottom
}
FluText{
text:"(有啥问题可能不会马上回,但发了红包必须立马回......)"
}
}
RowLayout{
spacing: 14
Layout.leftMargin: 15

View File

@ -19,9 +19,10 @@ FluWindow {
left: parent.left
right: parent.right
}
spacing: 5
RowLayout{
Layout.topMargin: 20
Layout.topMargin: 10
Layout.leftMargin: 15
spacing: 14
FluText{
@ -43,7 +44,6 @@ FluWindow {
RowLayout{
spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15
FluText{
text:"作者:"
@ -54,6 +54,21 @@ FluWindow {
}
}
RowLayout{
spacing: 14
Layout.leftMargin: 15
FluText{
text:"微信号:"
}
FluText{
text:"FluentUI"
Layout.alignment: Qt.AlignBottom
}
FluText{
text:"(有啥问题可能不会马上回,但发了红包必须立马回......)"
}
}
RowLayout{
spacing: 14
Layout.leftMargin: 15

View File

@ -18,5 +18,10 @@
<source>Learn FluentUI</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="main.qml" line="42"/>
<source>Author&apos;s WeChat ID: </source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -32,4 +32,19 @@ FluWindow {
}
}
Row{
anchors{
bottom: parent.bottom
bottomMargin: 14
horizontalCenter: parent.horizontalCenter
}
FluText{
text: qsTr("Author's WeChat ID: ")
}
FluText{
text: "FluentUI"
color: FluTheme.fontSecondaryColor
}
}
}

View File

@ -18,5 +18,10 @@
<source>Learn FluentUI</source>
<translation type="unfinished">FluentUI</translation>
</message>
<message>
<location filename="main.qml" line="42"/>
<source>Author&apos;s WeChat ID: </source>
<translation type="unfinished">: </translation>
</message>
</context>
</TS>

View File

@ -34,7 +34,7 @@ Window {
property bool showClose: true
property bool showMinimize: true
property bool showMaximize: true
property bool showStayTop: true
property bool showStayTop: false
property bool autoMaximize: false
property bool autoVisible: true
property bool autoCenter: true

View File

@ -33,7 +33,7 @@ Window {
property bool showClose: true
property bool showMinimize: true
property bool showMaximize: true
property bool showStayTop: true
property bool showStayTop: false
property bool autoMaximize: false
property bool autoVisible: true
property bool autoCenter: true