Compare commits

..

No commits in common. "f56f16c858f0fb44e8ce8a4598cf28b6fb98b406" and "463aa38bc21ab25d38ddb0ce15f2d4decd02abcc" have entirely different histories.

9 changed files with 10 additions and 69 deletions

View File

@ -19,10 +19,9 @@ FluWindow {
left: parent.left left: parent.left
right: parent.right right: parent.right
} }
spacing: 5
RowLayout{ RowLayout{
Layout.topMargin: 15 Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
spacing: 14 spacing: 14
FluText{ FluText{
@ -44,6 +43,7 @@ FluWindow {
RowLayout{ RowLayout{
spacing: 14 spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
FluText{ FluText{
text:"作者:" text:"作者:"
@ -54,21 +54,6 @@ 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

View File

@ -13,13 +13,11 @@ FluWindow {
height: 400 height: 400
fixSize: true fixSize: true
showMinimize: false showMinimize: false
showStayTop: false
stayTop:true
property string crashFilePath property string crashFilePath
Component.onCompleted: {
window.stayTop = true
}
onInitArgument: onInitArgument:
(argument)=>{ (argument)=>{
crashFilePath = argument.crashFilePath crashFilePath = argument.crashFilePath

View File

@ -19,10 +19,9 @@ FluWindow {
left: parent.left left: parent.left
right: parent.right right: parent.right
} }
spacing: 5
RowLayout{ RowLayout{
Layout.topMargin: 10 Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
spacing: 14 spacing: 14
FluText{ FluText{
@ -44,6 +43,7 @@ FluWindow {
RowLayout{ RowLayout{
spacing: 14 spacing: 14
Layout.topMargin: 20
Layout.leftMargin: 15 Layout.leftMargin: 15
FluText{ FluText{
text:"作者:" text:"作者:"
@ -54,21 +54,6 @@ 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

View File

@ -13,13 +13,11 @@ FluWindow {
height: 400 height: 400
fixSize: true fixSize: true
showMinimize: false showMinimize: false
showStayTop: false
stayTop:true
property string crashFilePath property string crashFilePath
Component.onCompleted: {
window.stayTop = true
}
onInitArgument: onInitArgument:
(argument)=>{ (argument)=>{
crashFilePath = argument.crashFilePath crashFilePath = argument.crashFilePath

View File

@ -18,10 +18,5 @@
<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&apos;s WeChat ID: </source>
<translation type="unfinished"></translation>
</message>
</context> </context>
</TS> </TS>

View File

@ -32,19 +32,4 @@ 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,10 +18,5 @@
<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&apos;s WeChat ID: </source>
<translation type="unfinished">: </translation>
</message>
</context> </context>
</TS> </TS>

View File

@ -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: false property bool showStayTop: true
property bool autoMaximize: false property bool autoMaximize: false
property bool autoVisible: true property bool autoVisible: true
property bool autoCenter: true property bool autoCenter: true

View File

@ -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: false property bool showStayTop: true
property bool autoMaximize: false property bool autoMaximize: false
property bool autoVisible: true property bool autoVisible: true
property bool autoCenter: true property bool autoCenter: true