mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 20:22:39 +01:00
Add exit to test wallpaper
This commit is contained in:
parent
4205b325b9
commit
ea8852dafc
@ -3,6 +3,7 @@ import QtQuick.Controls 2.12
|
||||
import QtQuick.Controls.Material 2.12
|
||||
import QtQuick.Particles 2.12
|
||||
import QtQuick.Shapes 1.12
|
||||
import ScreenPlayWallpaper 1.0
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
@ -172,10 +173,10 @@ Rectangle {
|
||||
onClicked: {
|
||||
focus = false
|
||||
focus = true
|
||||
print("Button Clicked!")
|
||||
txtButtonConter.counter = txtButtonConter.counter
|
||||
print("Exit Wallpaper")
|
||||
Wallpaper.terminate()
|
||||
}
|
||||
text: qsTr("Click me!")
|
||||
text: qsTr("Exit Wallpaper")
|
||||
}
|
||||
Button {
|
||||
highlighted: true
|
||||
|
Loading…
Reference in New Issue
Block a user