update todos

This commit is contained in:
Anika Raemer 2021-08-28 14:24:28 +02:00
parent eddcbf620a
commit f9af4c662a

View file

@ -7,14 +7,19 @@
int main(int argc, char *argv[])
{
/**
* @todo Add command line parser
* @todo Add command line parser to specify a custom config file
* https://doc.qt.io/qt-5/qcommandlineparser.html
* - set root path by commandline option
* - set mode via commandline option
* Add config handling https://doc.qt.io/qt-5/qsettings.html#QSettings-4
* - set root path
* ui mode -> pass to NavigationController and store in UiStateModel
* - set mode
* -- RasPi -> no volumeControl or exit Button
* -- Desktop -> volumeControl and exit Button
* -- in future probably also MobileApp
* Energy saving options -> hand over to energy saver on initialization
* - enable energy saving
* - set energy saver timeout
* - set shutdown script path
*/
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;