From 7ee81cd471cca7d726246b38a76303bd0a53da2b Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 12 Jul 2022 16:39:15 -0500 Subject: [PATCH] updating todo with ideas for Presentation Window --- TODO.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.org b/TODO.org index 086572f..9c291b1 100644 --- a/TODO.org +++ b/TODO.org @@ -7,6 +7,10 @@ ** PROJ [#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. + +May need to think about making this a slide class for all possible slides and a presentation singleton which carries the slide, but first I'll work out if this implementation works instead. + ** 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]]