update todos
This commit is contained in:
parent
eddcbf620a
commit
f9af4c662a
1 changed files with 8 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue