mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
463aa38bc2
commit
2a514b52bd
@ -19,9 +19,10 @@ FluWindow {
|
|||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
|
spacing: 5
|
||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
Layout.topMargin: 20
|
Layout.topMargin: 15
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
spacing: 14
|
spacing: 14
|
||||||
FluText{
|
FluText{
|
||||||
@ -43,7 +44,6 @@ FluWindow {
|
|||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
spacing: 14
|
spacing: 14
|
||||||
Layout.topMargin: 20
|
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
FluText{
|
FluText{
|
||||||
text:"作者:"
|
text:"作者:"
|
||||||
@ -54,6 +54,21 @@ FluWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RowLayout{
|
||||||
|
spacing: 14
|
||||||
|
Layout.leftMargin: 15
|
||||||
|
FluText{
|
||||||
|
text:"微信号:"
|
||||||
|
}
|
||||||
|
FluText{
|
||||||
|
text:"FluentUI"
|
||||||
|
Layout.alignment: Qt.AlignBottom
|
||||||
|
}
|
||||||
|
FluText{
|
||||||
|
text:"(有啥问题可能不会马上回,但发了红包必须立马回......)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
spacing: 14
|
spacing: 14
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
|
@ -19,9 +19,10 @@ FluWindow {
|
|||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
}
|
}
|
||||||
|
spacing: 5
|
||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
Layout.topMargin: 20
|
Layout.topMargin: 10
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
spacing: 14
|
spacing: 14
|
||||||
FluText{
|
FluText{
|
||||||
@ -43,7 +44,6 @@ FluWindow {
|
|||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
spacing: 14
|
spacing: 14
|
||||||
Layout.topMargin: 20
|
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
FluText{
|
FluText{
|
||||||
text:"作者:"
|
text:"作者:"
|
||||||
@ -54,6 +54,21 @@ FluWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RowLayout{
|
||||||
|
spacing: 14
|
||||||
|
Layout.leftMargin: 15
|
||||||
|
FluText{
|
||||||
|
text:"微信号:"
|
||||||
|
}
|
||||||
|
FluText{
|
||||||
|
text:"FluentUI"
|
||||||
|
Layout.alignment: Qt.AlignBottom
|
||||||
|
}
|
||||||
|
FluText{
|
||||||
|
text:"(有啥问题可能不会马上回,但发了红包必须立马回......)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout{
|
RowLayout{
|
||||||
spacing: 14
|
spacing: 14
|
||||||
Layout.leftMargin: 15
|
Layout.leftMargin: 15
|
||||||
|
@ -18,5 +18,10 @@
|
|||||||
<source>Learn FluentUI</source>
|
<source>Learn FluentUI</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="main.qml" line="42"/>
|
||||||
|
<source>Author's WeChat ID: </source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,10 @@
|
|||||||
<source>Learn FluentUI</source>
|
<source>Learn FluentUI</source>
|
||||||
<translation type="unfinished">学习FluentUI</translation>
|
<translation type="unfinished">学习FluentUI</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="main.qml" line="42"/>
|
||||||
|
<source>Author's WeChat ID: </source>
|
||||||
|
<translation type="unfinished">作者微信号: </translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
@ -34,7 +34,7 @@ Window {
|
|||||||
property bool showClose: true
|
property bool showClose: true
|
||||||
property bool showMinimize: true
|
property bool showMinimize: true
|
||||||
property bool showMaximize: true
|
property bool showMaximize: true
|
||||||
property bool showStayTop: true
|
property bool showStayTop: false
|
||||||
property bool autoMaximize: false
|
property bool autoMaximize: false
|
||||||
property bool autoVisible: true
|
property bool autoVisible: true
|
||||||
property bool autoCenter: true
|
property bool autoCenter: true
|
||||||
|
@ -33,7 +33,7 @@ Window {
|
|||||||
property bool showClose: true
|
property bool showClose: true
|
||||||
property bool showMinimize: true
|
property bool showMinimize: true
|
||||||
property bool showMaximize: true
|
property bool showMaximize: true
|
||||||
property bool showStayTop: true
|
property bool showStayTop: false
|
||||||
property bool autoMaximize: false
|
property bool autoMaximize: false
|
||||||
property bool autoVisible: true
|
property bool autoVisible: true
|
||||||
property bool autoCenter: true
|
property bool autoCenter: true
|
||||||
|
Loading…
Reference in New Issue
Block a user