diff --git a/bin/resources/icons/flags/Other.svg b/bin/resources/icons/flags/Other.svg index 7588edef9a..7d32f8d108 100644 --- a/bin/resources/icons/flags/Other.svg +++ b/bin/resources/icons/flags/Other.svg @@ -1,2 +1,2 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/pcsx2-qt/Settings/BIOSSettingsWidget.cpp b/pcsx2-qt/Settings/BIOSSettingsWidget.cpp index 6d46c219fe..88ccc51a5f 100644 --- a/pcsx2-qt/Settings/BIOSSettingsWidget.cpp +++ b/pcsx2-qt/Settings/BIOSSettingsWidget.cpp @@ -81,31 +81,31 @@ void BIOSSettingsWidget::populateList(QTreeWidget* list, const std::string& dire switch (bios_region) { case 0: // Japan - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-J.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-J.svg").arg(res_path))); break; case 1: // USA - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-U.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-U.svg").arg(res_path))); break; case 2: // Europe - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-E.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-E.svg").arg(res_path))); break; case 3: // Oceania - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-A.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-A.svg").arg(res_path))); break; case 4: // Asia - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-HK.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-HK.svg").arg(res_path))); break; case 5: // Russia - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-R.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/PAL-R.svg").arg(res_path))); break; case 6: // China - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-C.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-C.svg").arg(res_path))); break; case 7: // Mexico, flag is missing @@ -114,7 +114,7 @@ void BIOSSettingsWidget::populateList(QTreeWidget* list, const std::string& dire case 9: // Test case 10: // Free default: - item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-J.png").arg(res_path))); + item->setIcon(0, QIcon(QStringLiteral("%1/icons/flags/NTSC-J.svg").arg(res_path))); break; } diff --git a/pcsx2-qt/Settings/GameSummaryWidget.cpp b/pcsx2-qt/Settings/GameSummaryWidget.cpp index 0f40ba1344..6f56d38669 100644 --- a/pcsx2-qt/Settings/GameSummaryWidget.cpp +++ b/pcsx2-qt/Settings/GameSummaryWidget.cpp @@ -33,7 +33,7 @@ GameSummaryWidget::GameSummaryWidget(const GameList::Entry* entry, SettingsWindo for (int i = 0; i < m_ui.region->count(); i++) { m_ui.region->setItemIcon(i, - QIcon(QStringLiteral("%1/icons/flags/%2.png").arg(base_path).arg(GameList::RegionToString(static_cast(i))))); + QIcon(QStringLiteral("%1/icons/flags/%2.svg").arg(base_path).arg(GameList::RegionToString(static_cast(i))))); } m_entry_path = entry->path; diff --git a/pcsx2-qt/Settings/GameSummaryWidget.ui b/pcsx2-qt/Settings/GameSummaryWidget.ui index f34aab2fa5..2eff05813d 100644 --- a/pcsx2-qt/Settings/GameSummaryWidget.ui +++ b/pcsx2-qt/Settings/GameSummaryWidget.ui @@ -7,12 +7,12 @@ 0 0 641 - 467 + 573 - QFormLayout::ExpandingFieldsGrow + QFormLayout::FieldGrowthPolicy::ExpandingFieldsGrow 0 @@ -27,14 +27,14 @@ 0 - + Title: - + @@ -57,7 +57,7 @@ - Sorting Title: + Sorting Title: @@ -83,7 +83,7 @@ - + Path: @@ -97,14 +97,14 @@ - + Serial: - + @@ -125,7 +125,7 @@ - + CRC: @@ -139,7 +139,7 @@ - + Type: @@ -164,8 +164,7 @@ PS2 Disc - - :/icons/media-optical-24.png:/icons/media-optical-24.png + @@ -173,8 +172,7 @@ PS1 Disc - - :/icons/media-optical-24.png:/icons/media-optical-24.png + @@ -182,182 +180,181 @@ ELF (PS2 Executable) - - :/icons/applications-system-24.png:/icons/applications-system-24.png + - + Region: - - - - - - 0 - 0 - + + + + + + 0 + 0 + + + + + NTSC-B (Brazil) - - - NTSC-B (Brazil) - - - - - NTSC-C (China) - - - - - NTSC-HK (Hong Kong) - - - - - NTSC-J (Japan) - - - - - NTSC-K (Korea) - - - - - NTSC-T (Taiwan) - - - - - NTSC-U (US) - - - - - Other - - - - - PAL-A (Australia) - - - - - PAL-AF (South Africa) - - - - - PAL-AU (Austria) - - - - - PAL-BE (Belgium) - - - - - PAL-E (Europe/Australia) - - - - - PAL-F (France) - - - - - PAL-FI (Finland) - - - - - PAL-G (Germany) - - - - - PAL-GR (Greece) - - - - - PAL-I (Italy) - - - - - PAL-IN (India) - - - - - PAL-M (Europe/Australia) - - - - - PAL-NL (Netherlands) - - - - - PAL-NO (Norway) - - - - - PAL-P (Portugal) - - - - - PAL-PL (Poland) - - - - - PAL-R (Russia) - - - - - PAL-S (Spain) - - - - - PAL-SC (Scandinavia) - - - - - PAL-SW (Sweden) - - - - - PAL-SWI (Switzerland) - - - - - PAL-UK (United Kingdom) - - - - - + + + + NTSC-C (China) + + + + + NTSC-HK (Hong Kong) + + + + + NTSC-J (Japan) + + + + + NTSC-K (Korea) + + + + + NTSC-T (Taiwan) + + + + + NTSC-U (US) + + + + + Other + + + + + PAL-A (Australia) + + + + + PAL-AF (South Africa) + + + + + PAL-AU (Austria) + + + + + PAL-BE (Belgium) + + + + + PAL-E (Europe/Australia) + + + + + PAL-F (France) + + + + + PAL-FI (Finland) + + + + + PAL-G (Germany) + + + + + PAL-GR (Greece) + + + + + PAL-I (Italy) + + + + + PAL-IN (India) + + + + + PAL-M (Europe/Australia) + + + + + PAL-NL (Netherlands) + + + + + PAL-NO (Norway) + + + + + PAL-P (Portugal) + + + + + PAL-PL (Poland) + + + + + PAL-R (Russia) + + + + + PAL-S (Spain) + + + + + PAL-SC (Scandinavia) + + + + + PAL-SW (Sweden) + + + + + PAL-SWI (Switzerland) + + + + + PAL-UK (United Kingdom) + + + + + false @@ -370,7 +367,7 @@ - + Compatibility: @@ -384,7 +381,7 @@ - + Input Profile: @@ -413,7 +410,7 @@ - + @@ -436,7 +433,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -451,7 +448,7 @@ - QAbstractItemView::NoEditTriggers + QAbstractItemView::EditTrigger::NoEditTriggers false @@ -466,7 +463,7 @@ - Qt::Horizontal + Qt::Orientation::Horizontal @@ -490,7 +487,7 @@ - Qt::Vertical + Qt::Orientation::Vertical diff --git a/pcsx2-qt/resources/icons/applications-system-24.png b/pcsx2-qt/resources/icons/applications-system-24.png deleted file mode 100644 index d1aef0da78..0000000000 Binary files a/pcsx2-qt/resources/icons/applications-system-24.png and /dev/null differ diff --git a/pcsx2-qt/resources/icons/media-optical-24.png b/pcsx2-qt/resources/icons/media-optical-24.png deleted file mode 100644 index 6ff4f65355..0000000000 Binary files a/pcsx2-qt/resources/icons/media-optical-24.png and /dev/null differ diff --git a/pcsx2-qt/resources/icons/media-optical-gear-24.png b/pcsx2-qt/resources/icons/media-optical-gear-24.png deleted file mode 100644 index b3a4b34050..0000000000 Binary files a/pcsx2-qt/resources/icons/media-optical-gear-24.png and /dev/null differ diff --git a/pcsx2-qt/resources/icons/media-optical.png b/pcsx2-qt/resources/icons/media-optical.png deleted file mode 100644 index e06e58f3f0..0000000000 Binary files a/pcsx2-qt/resources/icons/media-optical.png and /dev/null differ diff --git a/pcsx2-qt/resources/resources.qrc b/pcsx2-qt/resources/resources.qrc index 1a38f3ec5a..7c764153ea 100644 --- a/pcsx2-qt/resources/resources.qrc +++ b/pcsx2-qt/resources/resources.qrc @@ -1,7 +1,6 @@ icons/AppIcon64.png - icons/applications-system-24.png icons/black/index.theme icons/black/svg/arrow-left-right-line.svg icons/black/svg/artboard-2-line.svg @@ -105,9 +104,6 @@ icons/black/svg/zoom-in-line.svg icons/black/svg/zoom-out-line.svg icons/logo.png - icons/media-optical-24.png - icons/media-optical-gear-24.png - icons/media-optical.png icons/QT.png icons/update.png icons/white/index.theme