Mercurial > minori
comparison include/gui/pages/anime_list.h @ 291:9a88e1725fd2
*: refactor lots of stuff
I forgot to put this into different commits, oops!
anyway, it doesn't really matter *that* much since this is an
unfinished hobby project anyway. once it starts getting stable
commit history will be more important, but for now it's not
that big of a deal
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Sun, 12 May 2024 16:31:07 -0400 |
| parents | f6a756c19bfb |
| children | 8769c5d50b06 |
comparison
equal
deleted
inserted
replaced
| 290:9347e2eaf6e5 | 291:9a88e1725fd2 |
|---|---|
| 77 sensible than "widget" */ | 77 sensible than "widget" */ |
| 78 class AnimeListPage final : public QWidget { | 78 class AnimeListPage final : public QWidget { |
| 79 Q_OBJECT | 79 Q_OBJECT |
| 80 | 80 |
| 81 public: | 81 public: |
| 82 AnimeListPage(QWidget* parent); | 82 AnimeListPage(QWidget* parent = nullptr); |
| 83 void Refresh(); | 83 void Refresh(); |
| 84 | 84 |
| 85 protected: | 85 protected: |
| 86 void paintEvent(QPaintEvent*) override; | 86 void paintEvent(QPaintEvent*) override; |
| 87 void InitStyle(QStyleOptionTabWidgetFrame* option) const; | 87 void InitStyle(QStyleOptionTabWidgetFrame* option) const; |
