Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Last active January 26, 2019 18:18
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 kimmoli/34aa44ade8bb247c7be083829640f2b9 to your computer and use it in GitHub Desktop.
Save kimmoli/34aa44ade8bb247c7be083829640f2b9 to your computer and use it in GitHub Desktop.
Moi
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