comparison include/gui/dialog/information.h @ 47:d8eb763e6661

information.cpp: add widgets to the list tab, and add an "optional date" widget like taiga has so users can specify whether to set the date or not
author Paper <mrpapersonic@gmail.com>
date Mon, 25 Sep 2023 00:43:38 -0400
parents d0adc4aedfc8
children 75c804f713b2
comparison
equal deleted inserted replaced
46:d0adc4aedfc8 47:d8eb763e6661
9 class InformationDialog : public QDialog { 9 class InformationDialog : public QDialog {
10 Q_OBJECT 10 Q_OBJECT
11 11
12 public: 12 public:
13 InformationDialog(const Anime::Anime& anime, std::function<void()> accept, QWidget* parent = nullptr); 13 InformationDialog(const Anime::Anime& anime, std::function<void()> accept, QWidget* parent = nullptr);
14
15 private:
16 int id;
17 void SaveData();
14 }; 18 };
15 #endif // __gui__dialog__information_h 19 #endif // __gui__dialog__information_h