Qt: Fix DPI scaling 125% + higher quality icons
Upscaling on Qt didn't work properly as Windows calculates it differently, it's better to give far larger pictures and icons and let it downscale. Also added most country flags that are relevant for PCSX2. Reduces size icons from 3.5 MB to a whopping 0.34 MB (340 KB!) but looks even better for everyone. Hopefully fixes #6255
|
@ -300,7 +300,7 @@ QVariant GameListModel::data(const QModelIndex& index, int role) const
|
|||
|
||||
case Column_Compatibility:
|
||||
{
|
||||
return m_compatibiliy_pixmaps[static_cast<int>(
|
||||
return m_compatibility_pixmaps[static_cast<int>(
|
||||
(static_cast<u32>(ge->compatibility_rating) >= GameList::CompatibilityRatingCount) ?
|
||||
GameList::CompatibilityRating::Unknown :
|
||||
ge->compatibility_rating)];
|
||||
|
@ -473,7 +473,7 @@ void GameListModel::loadCommonImages()
|
|||
m_region_other_pixmap = QIcon(QStringLiteral(":/icons/flag-other.png")).pixmap(QSize(42, 30));
|
||||
|
||||
for (u32 i = 1; i < GameList::CompatibilityRatingCount; i++)
|
||||
m_compatibiliy_pixmaps[i].load(QStringLiteral(":/icons/star-%1.png").arg(i - 1));
|
||||
m_compatibility_pixmaps[i].load(QStringLiteral(":/icons/star-%1.png").arg(i - 1));
|
||||
|
||||
m_placeholder_pixmap.load(QString::fromStdString(Path::Combine(EmuFolders::Resources, "cover-placeholder.png")));
|
||||
}
|
||||
|
|
|
@ -92,6 +92,6 @@ private:
|
|||
|
||||
QPixmap m_placeholder_pixmap;
|
||||
|
||||
std::array<QPixmap, static_cast<int>(GameList::CompatibilityRatingCount)> m_compatibiliy_pixmaps;
|
||||
std::array<QPixmap, static_cast<int>(GameList::CompatibilityRatingCount)> m_compatibility_pixmaps;
|
||||
mutable std::unordered_map<std::string, QPixmap> m_cover_pixmap_cache;
|
||||
};
|
Before Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 681 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 157 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 112 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 199 B |
Before Width: | Height: | Size: 104 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 200 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 94 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 258 B |
Before Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 123 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 337 B |
Before Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 369 B |