diff --git a/sleepyhead/Resources.qrc b/sleepyhead/Resources.qrc index 8f05c1c4..ac405033 100644 --- a/sleepyhead/Resources.qrc +++ b/sleepyhead/Resources.qrc @@ -53,5 +53,6 @@ icons/prs1_960.png icons/daily.png icons/dv64.png + icons/overview-page.png diff --git a/sleepyhead/icons/bob-v3.0.png b/sleepyhead/icons/bob-v3.0.png index f060b452..f9f593bb 100644 Binary files a/sleepyhead/icons/bob-v3.0.png and b/sleepyhead/icons/bob-v3.0.png differ diff --git a/sleepyhead/icons/overview-page.png b/sleepyhead/icons/overview-page.png new file mode 100644 index 00000000..844bc11a Binary files /dev/null and b/sleepyhead/icons/overview-page.png differ diff --git a/sleepyhead/welcome.cpp b/sleepyhead/welcome.cpp index 2b2832b0..eb9d260f 100644 --- a/sleepyhead/welcome.cpp +++ b/sleepyhead/welcome.cpp @@ -98,7 +98,7 @@ QString GenerateWelcomeHTML() ""; int cols=2; - if (havecpapdata || haveoximeterdata) cols=5; + if (havecpapdata || haveoximeterdata) cols=6; html+=QString("" + ""; + } html += "
").arg(cols)+ @@ -126,7 +126,13 @@ QString GenerateWelcomeHTML() " " " " "

" + QObject::tr("View
Daily")+"
" + "
" + " " + " " + "

" + QObject::tr("View
Overview")+"
" "
";