mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
Show version number in About dialog
This commit is contained in:
@@ -1334,6 +1334,13 @@ ApplicationWindow {
|
|||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
text: qsTr("Version: %1").arg(Qt.application.version)
|
||||||
|
color: textMuted
|
||||||
|
font.pixelSize: 12
|
||||||
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
text: qsTr("Public beta")
|
text: qsTr("Public beta")
|
||||||
|
|||||||
Reference in New Issue
Block a user