comparison src/gui/pages/statistics.cpp @ 11:fc1bf97c528b

*: use C++11 standard I've been meaning to do this for a while, but I didn't want to reimplement the filesystem code. Now we are on C++11 and most compilers from the past 5 centuries should support this now
author Paper <mrpapersonic@gmail.com>
date Sun, 17 Sep 2023 06:14:30 -0400
parents 4b198a111713
children cde8f67a7c7d
comparison
equal deleted inserted replaced
10:4b198a111713 11:fc1bf97c528b
22 "Anime count:\nEpisode count:\nTime spent watching:\nTime to complete:\nAverage score:\nScore deviation:", "", 22 "Anime count:\nEpisode count:\nTime spent watching:\nTime to complete:\nAverage score:\nScore deviation:", "",
23 this); 23 this);
24 anime_list_data = anime_list_paragraph->GetParagraph(); 24 anime_list_data = anime_list_paragraph->GetParagraph();
25 25
26 UiUtils::LabelledTextParagraph* application_paragraph = 26 UiUtils::LabelledTextParagraph* application_paragraph =
27 new UiUtils::LabelledTextParagraph("Weeaboo", "Uptime:", "", this); 27 new UiUtils::LabelledTextParagraph("Minori", "Uptime:", "", this);
28 application_data = application_paragraph->GetParagraph(); 28 application_data = application_paragraph->GetParagraph();
29 29
30 layout()->addWidget(anime_list_paragraph); 30 layout()->addWidget(anime_list_paragraph);
31 layout()->addWidget(application_paragraph); 31 layout()->addWidget(application_paragraph);
32 ((QBoxLayout*)layout())->addStretch(); 32 ((QBoxLayout*)layout())->addStretch();