2018-08-02 14:23:27 +02:00
|
|
|
#include "ResourcesAutogen.hpp"
|
|
|
|
|
|
|
|
namespace chatterino {
|
|
|
|
|
|
|
|
Resources2::Resources2()
|
|
|
|
{
|
|
|
|
this->avatars.fourtf = QPixmap(":/avatars/fourtf.png");
|
2020-10-31 15:52:05 +01:00
|
|
|
this->avatars.mm2pl = QPixmap(":/avatars/mm2pl.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->avatars.pajlada = QPixmap(":/avatars/pajlada.png");
|
2020-10-26 17:02:52 +01:00
|
|
|
this->avatars.zneix = QPixmap(":/avatars/zneix.png");
|
2018-09-21 20:18:52 +02:00
|
|
|
this->buttons.addSplit = QPixmap(":/buttons/addSplit.png");
|
2018-09-04 21:39:54 +02:00
|
|
|
this->buttons.addSplitDark = QPixmap(":/buttons/addSplitDark.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->buttons.ban = QPixmap(":/buttons/ban.png");
|
|
|
|
this->buttons.banRed = QPixmap(":/buttons/banRed.png");
|
2019-08-23 19:44:56 +02:00
|
|
|
this->buttons.copyDark = QPixmap(":/buttons/copyDark.png");
|
2019-09-02 18:53:08 +02:00
|
|
|
this->buttons.copyDarkTheme = QPixmap(":/buttons/copyDarkTheme.png");
|
2019-08-23 19:44:56 +02:00
|
|
|
this->buttons.copyLight = QPixmap(":/buttons/copyLight.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->buttons.menuDark = QPixmap(":/buttons/menuDark.png");
|
|
|
|
this->buttons.menuLight = QPixmap(":/buttons/menuLight.png");
|
|
|
|
this->buttons.mod = QPixmap(":/buttons/mod.png");
|
|
|
|
this->buttons.modModeDisabled = QPixmap(":/buttons/modModeDisabled.png");
|
|
|
|
this->buttons.modModeDisabled2 = QPixmap(":/buttons/modModeDisabled2.png");
|
|
|
|
this->buttons.modModeEnabled = QPixmap(":/buttons/modModeEnabled.png");
|
|
|
|
this->buttons.modModeEnabled2 = QPixmap(":/buttons/modModeEnabled2.png");
|
2019-09-02 18:59:37 +02:00
|
|
|
this->buttons.search = QPixmap(":/buttons/search.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->buttons.timeout = QPixmap(":/buttons/timeout.png");
|
2019-04-28 02:25:05 +02:00
|
|
|
this->buttons.trashCan = QPixmap(":/buttons/trashCan.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->buttons.unban = QPixmap(":/buttons/unban.png");
|
|
|
|
this->buttons.unmod = QPixmap(":/buttons/unmod.png");
|
2020-09-27 00:20:15 +02:00
|
|
|
this->buttons.unvip = QPixmap(":/buttons/unvip.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->buttons.update = QPixmap(":/buttons/update.png");
|
|
|
|
this->buttons.updateError = QPixmap(":/buttons/updateError.png");
|
2020-10-10 17:24:53 +02:00
|
|
|
this->buttons.viewersDark = QPixmap(":/buttons/viewersDark.png");
|
|
|
|
this->buttons.viewersLight = QPixmap(":/buttons/viewersLight.png");
|
2020-09-27 00:20:15 +02:00
|
|
|
this->buttons.vip = QPixmap(":/buttons/vip.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->error = QPixmap(":/error.png");
|
|
|
|
this->icon = QPixmap(":/icon.png");
|
|
|
|
this->pajaDank = QPixmap(":/pajaDank.png");
|
2020-04-18 11:09:22 +02:00
|
|
|
this->scrolling.downScroll = QPixmap(":/scrolling/downScroll.png");
|
|
|
|
this->scrolling.neutralScroll = QPixmap(":/scrolling/neutralScroll.png");
|
|
|
|
this->scrolling.upScroll = QPixmap(":/scrolling/upScroll.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->settings.aboutlogo = QPixmap(":/settings/aboutlogo.png");
|
|
|
|
this->split.down = QPixmap(":/split/down.png");
|
|
|
|
this->split.left = QPixmap(":/split/left.png");
|
|
|
|
this->split.move = QPixmap(":/split/move.png");
|
|
|
|
this->split.right = QPixmap(":/split/right.png");
|
|
|
|
this->split.up = QPixmap(":/split/up.png");
|
2020-09-27 00:22:06 +02:00
|
|
|
this->streamerMode = QPixmap(":/streamerMode.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->twitch.admin = QPixmap(":/twitch/admin.png");
|
2019-01-20 01:02:04 +01:00
|
|
|
this->twitch.automod = QPixmap(":/twitch/automod.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
this->twitch.broadcaster = QPixmap(":/twitch/broadcaster.png");
|
|
|
|
this->twitch.cheer1 = QPixmap(":/twitch/cheer1.png");
|
|
|
|
this->twitch.globalmod = QPixmap(":/twitch/globalmod.png");
|
|
|
|
this->twitch.moderator = QPixmap(":/twitch/moderator.png");
|
|
|
|
this->twitch.prime = QPixmap(":/twitch/prime.png");
|
|
|
|
this->twitch.staff = QPixmap(":/twitch/staff.png");
|
|
|
|
this->twitch.subscriber = QPixmap(":/twitch/subscriber.png");
|
|
|
|
this->twitch.turbo = QPixmap(":/twitch/turbo.png");
|
|
|
|
this->twitch.verified = QPixmap(":/twitch/verified.png");
|
2019-07-13 15:55:15 +02:00
|
|
|
this->twitch.vip = QPixmap(":/twitch/vip.png");
|
2018-08-02 14:23:27 +02:00
|
|
|
}
|
|
|
|
|
2020-04-18 11:09:22 +02:00
|
|
|
} // namespace chatterino
|