adding some more library system changes
This commit is contained in:
parent
e6db4cd395
commit
6aab0acd27
12 changed files with 380 additions and 380 deletions
|
@ -106,14 +106,13 @@ Item {
|
|||
text: songLyrics
|
||||
textFormat: TextEdit.MarkdownText
|
||||
padding: 10
|
||||
onEditingFinished: showPassiveNotification("updated...", 2000)
|
||||
onEditingFinished: editorTimer.running = false
|
||||
onPressed: editorTimer.running = true
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Presenter.SlideEditor {
|
||||
id: slideEditor
|
||||
color: "red"
|
||||
Layout.preferredHeight: 800
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
@ -138,7 +137,7 @@ Item {
|
|||
|
||||
Timer {
|
||||
id: editorTimer
|
||||
interval: 1000
|
||||
interval: 2000
|
||||
repeat: true
|
||||
running: false
|
||||
onTriggered: showPassiveNotification("updating song...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue