| 9 | } |
| 10 | |
| 11 | void ComicsViewTransition::applyTheme(const Theme &theme) |
| 12 | { |
| 13 | setStyleSheet(QString("QWidget {background:%1}").arg(theme.gridAndInfoView.backgroundColor.name())); |
| 14 | update(); |
| 15 | } |
| 16 | |
| 17 | void ComicsViewTransition::paintEvent(QPaintEvent *) |
| 18 | { |