Last active
January 26, 2019 18:18
-
-
Save kimmoli/34aa44ade8bb247c7be083829640f2b9 to your computer and use it in GitHub Desktop.
Moi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Page | |
{ | |
Button | |
{ | |
text: "moi" | |
anchors.centerIn: parent | |
onClicked: t.start() | |
} | |
Timer | |
{ | |
id:t | |
interval: 5000 | |
onTriggered: Qt.openUrlExternally(Qt.resolvedUrl("/usr/share/applications/harbour-gistpud.desktop")) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment