diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-08 14:42:47 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-08 14:42:47 +0200 |
| commit | dfa3cfb4b30cb95b44f61260596773a3c6870736 (patch) | |
| tree | 9bab6525c9c5ffee67f2db388d59cc9328d8e434 | |
| parent | 43237a8411252f431a9aba1fe86bb3868e4df744 (diff) | |
| download | unitmaster-dfa3cfb4b30cb95b44f61260596773a3c6870736.tar.gz unitmaster-dfa3cfb4b30cb95b44f61260596773a3c6870736.zip | |
add link to github repo to aboutpage
| -rw-r--r-- | src/qml/pages/AboutPage.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/qml/pages/AboutPage.qml b/src/qml/pages/AboutPage.qml index 0810846..5fe42a0 100644 --- a/src/qml/pages/AboutPage.qml +++ b/src/qml/pages/AboutPage.qml @@ -23,6 +23,14 @@ Page { text: "Unit Master\nCopyright 2013 Oskari Timperi\n\nThe application icon is derived from the Meanicons Icon Set\n(http://www.meanicons.com/)." } + + Button { + anchors.horizontalCenter: parent.horizontalCenter + text: "github.com" + onClicked: { + Qt.openUrlExternally("http://github.com/oswjk/unitmaster") + } + } } } |
