Compare commits
No commits in common. "f56f16c858f0fb44e8ce8a4598cf28b6fb98b406" and "463aa38bc21ab25d38ddb0ce15f2d4decd02abcc" have entirely different histories.
f56f16c858
...
463aa38bc2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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's WeChat ID: </source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
</context>
|
||||||
</TS>
|
</TS>
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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'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: 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue