menubar works for both global systems and default built in menubar
This commit is contained in:
parent
378fe37fb3
commit
16abd43dae
3 changed files with 58 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
#+TITLE: Church Presenter
|
||||
#+AUTHOR: Chris Cochrun
|
||||
|
||||
* Church Presenter
|
||||
* Introduction
|
||||
This is an attempt at building a church presentation application in Qt/QML. QML provides a very powerful and easy declarative way of creating a UI so it should also be a very simple method of creating on screen slides and presentations. This experiment is to see how difficult it is to rebuild these applications in QML as opposed to other more complicated systems. After digging through the source code of OpenLP, I discovered they are essentially creating a web server and rendering a webpage onto the screen to show slides. This felt like a waste of resources and added complexity when something so simple and useful as QML exists.
|
||||
|
||||
** Features (planned are in parentheses)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue