made the leftdock follow the presentation arrows

This commit is contained in:
Chris Cochrun 2022-08-24 11:47:04 -05:00
parent 2f0ce840be
commit af6f5678e4
3 changed files with 10 additions and 1 deletions

View file

@ -4,7 +4,7 @@
:END:
* Inbox
** PROJ [#A] Make Presentation Window follow the presenter component :core:
** DONE [#A] Make Presentation Window follow the presenter component :core:
[[file:~/dev/church-presenter/src/qml/presenter/MainWindow.qml::Presenter.Slide {]]
Starting this by creating a slide singleton that will carry the variables for the current visible slide in the presentation.
@ -13,6 +13,8 @@ May need to think about making this a slide class for all possible slides and a
The left dock doesn't carry the change from the arrow buttons and the video on the actual presentation doesn't load.'
All pieces working now
** TODO Need to make =getLyricList= give back the verses with empty lines as separate slides :core:
[[file:~/dev/church-presenter/src/songsqlmodel.cpp:://TODO make sure to split empty line in verse into two slides]]