Merge branch 'qt_migration' into refactoring/logging

This commit is contained in:
pokamest 2023-01-08 23:17:11 +00:00
commit b1b9044021
48 changed files with 1068 additions and 930 deletions

View file

@ -30,28 +30,13 @@ PageBase {
font.pixelSize: 12
}
BasicButtonType {
UrlButtonType {
id: button_donate
y: 10
anchors.horizontalCenter: parent.horizontalCenter
height: 21
background: Item {}
contentItem: Text {
anchors.fill: parent
font.family: "Lato"
font.styleName: "normal"
font.pixelSize: 18
font.underline: true
text: qsTr("Donate")
color: "#D4D4D4"
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
label.color: "#D4D4D4"
label.text: qsTr("Donate")
onClicked: {
UiLogic.goToPage(PageEnum.About)