From 8b7cd23f8b20be2730e3813bafbbfc44493e0d81 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 8 Sep 2022 06:15:32 -0500 Subject: [PATCH] added hover effect todo --- TODO.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.org b/TODO.org index 9195384..d62f697 100644 --- a/TODO.org +++ b/TODO.org @@ -3,7 +3,7 @@ :CATEGORY: dev :END: -* Tasks [54%] [13/24] +* Tasks [52%] [13/25] ** TODO VideoSQL Model and SQLite system needs fixing [[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]] @@ -49,6 +49,8 @@ Let's test this, because I think I fixed it. - [ ] Allow for a less buggy interaction - [ ] Need to check for edge cases +** TODO Make the hover effect of dragging items over the servicelist show in the correct spot at all times. + ** TODO Images stored in sql need to have aspect saved and applied dynamically here :core: [[file:~/dev/church-presenter/src/qml/presenter/Slide.qml::fillMode: Image.PreserveAspectCrop]] ** TODO Finish toolbar in presentation display :ui: