Startup Page CN
This commit is contained in:
parent
eec838c9ef
commit
b76976e415
@ -70,7 +70,7 @@ Item {
|
|||||||
margins: Style.strutSize
|
margins: Style.strutSize
|
||||||
}
|
}
|
||||||
fontSizeMode: Text.Fit
|
fontSizeMode: Text.Fit
|
||||||
text: "FlightGear " + _launcher.versionString
|
text: "经纬航通 2022.4 "
|
||||||
color: "white"
|
color: "white"
|
||||||
style: Text.Outline
|
style: Text.Outline
|
||||||
styleColor: "black"
|
styleColor: "black"
|
||||||
@ -86,7 +86,7 @@ Item {
|
|||||||
// dynamic text sizing, so bind it manually
|
// dynamic text sizing, so bind it manually
|
||||||
y: logoText.y + Style.margin + logoText.contentHeight
|
y: logoText.y + Style.margin + logoText.contentHeight
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
text: qsTr("Licenced under the GNU Public License (GPL) - click for more info")
|
text: qsTr("CASS 中国标准飞行智联网")
|
||||||
baseTextColor: "white"
|
baseTextColor: "white"
|
||||||
style: Text.Outline
|
style: Text.Outline
|
||||||
styleColor: "black"
|
styleColor: "black"
|
||||||
@ -94,7 +94,7 @@ Item {
|
|||||||
font.pixelSize: Style.subHeadingFontPixelSize
|
font.pixelSize: Style.subHeadingFontPixelSize
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
_launcher.launchUrl("http://home.flightgear.org/about/");
|
_launcher.launchUrl("http://home.jingweiht.com/about/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user