Skip to content

Commit

Permalink
Option in menu to open Cuac FM website
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Dec 27, 2011
1 parent f426c35 commit 3b0a622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qml/MainPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Page {
Menu {
id: mainMenu
MenuLayout {
MenuItem {
text: 'Open website'
onClicked: Qt.openUrlExternally('http://cuacfm.org')
}
MenuItem {
text: 'About'
onClicked: appWindow.pageStack.push(aboutPage)
Expand Down

0 comments on commit 3b0a622

Please sign in to comment.