import bb.cascades 1.4
Page {
property string appversion
Container {
layout: DockLayout {}
verticalAlignment: VerticalAlignment.Fill
horizontalAlignment: HorizontalAlignment.Fill
horizontalAlignment: HorizontalAlignment.Center
verticalAlignment: VerticalAlignment.Center
Label {
text: "Goober"
textStyle.fontSize: FontSize.XXLarge
}
text: "v%1".arg(appversion)
topPadding: ui.sdu(2)
text: "A short messaging client for the pnut.io network."
multiline: true
text: "Copyright © 2016-2018 Morgan McMillian"
textStyle.fontSize: FontSize.XSmall
textFormat: TextFormat.Html
topPadding: ui.sdu(3)
text: "<a href=\"https://monkeystew.org\">https://monkeystew.org</a>"