12#include <QDialogButtonBox>
14#include <QLoggingCategory>
QLabel * tipNumber
Definition dlg_tip_of_the_day.h:41
TipsOfTheDay * tipDatabase
Definition dlg_tip_of_the_day.h:40
QLabel * date
Definition dlg_tip_of_the_day.h:41
void resizeEvent(QResizeEvent *event) override
Definition dlg_tip_of_the_day.cpp:166
DlgTipOfTheDay(QWidget *parent=nullptr)
Definition dlg_tip_of_the_day.cpp:18
QPushButton * previousButton
Definition dlg_tip_of_the_day.h:47
void updateTip(int tipId)
Definition dlg_tip_of_the_day.cpp:122
bool successfulInit
Definition dlg_tip_of_the_day.h:30
QPixmap * image
Definition dlg_tip_of_the_day.h:43
QLabel * imageLabel
Definition dlg_tip_of_the_day.h:41
void previousClicked()
Definition dlg_tip_of_the_day.cpp:117
QVBoxLayout * mainLayout
Definition dlg_tip_of_the_day.h:45
QLabel * tipTextContent
Definition dlg_tip_of_the_day.h:41
bool newTipsAvailable
Definition dlg_tip_of_the_day.h:31
void nextClicked()
Definition dlg_tip_of_the_day.cpp:112
QVBoxLayout * content
Definition dlg_tip_of_the_day.h:45
QDialogButtonBox * buttonBox
Definition dlg_tip_of_the_day.h:46
QHBoxLayout * buttonBar
Definition dlg_tip_of_the_day.h:48
unsigned int currentTip
Definition dlg_tip_of_the_day.h:39
QCheckBox * showTipsOnStartupCheck
Definition dlg_tip_of_the_day.h:42
~DlgTipOfTheDay() override
Definition dlg_tip_of_the_day.cpp:95
void newTipRequested(int tipId)
QPushButton * nextButton
Definition dlg_tip_of_the_day.h:47
QLabel * title
Definition dlg_tip_of_the_day.h:41
Definition tip_of_the_day.h:40
Q_LOGGING_CATEGORY(DlgTipOfTheDayLog, "dlg_tip_of_the_day")