Skip to content

Instantly share code, notes, and snippets.

@dridk
Created November 29, 2012 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dridk/4172745 to your computer and use it in GitHub Desktop.
Save dridk/4172745 to your computer and use it in GitHub Desktop.
beta4
// Default empty project template
import bb.cascades 1.0
// creates one page with a label
Page {
titleBar: TitleBar {
options: [
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
} ,
Option {
text: "title"
}
]
}
Container {
layout: DockLayout {}
Label {
text: qsTr("Hello World")
textStyle.base: SystemDefaults.TextStyles.BigText
verticalAlignment: VerticalAlignment.Center
horizontalAlignment: HorizontalAlignment.Center
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment