diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-13 09:55:25 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-13 09:55:25 +0200 |
| commit | 2487cb7ce670fc5b0556ddf74ddbaec90325408b (patch) | |
| tree | 717bccfeadb2ceefe534fedcbc62397b9d12d634 /qml/MainForm.ui.qml | |
| parent | 7b360cd0a92e2f9f738a573dc3170795c2571d2c (diff) | |
| download | Multimedia-2487cb7ce670fc5b0556ddf74ddbaec90325408b.tar.gz Multimedia-2487cb7ce670fc5b0556ddf74ddbaec90325408b.zip | |
Rename button to show its purpose
Diffstat (limited to 'qml/MainForm.ui.qml')
| -rw-r--r-- | qml/MainForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/MainForm.ui.qml b/qml/MainForm.ui.qml index dbf5f4e..9c40e63 100644 --- a/qml/MainForm.ui.qml +++ b/qml/MainForm.ui.qml @@ -28,7 +28,7 @@ MMScene { Button { id: button1 - text: qsTr("Press Me 1") + text: qsTr("Stop") } Button { |
