Merge pull request #3032 from kamfretoz/ikon-pt2
Qt: More icon overhaul and cleanup
|
@ -46,7 +46,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="controller-line">
|
||||
<iconset theme="controller-digital-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
@ -120,7 +120,7 @@
|
|||
<string>Automatic Mapping</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="controller-line">
|
||||
<iconset theme="controller-digital-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
|
|
@ -804,7 +804,7 @@ ControllerBindingWidget_DigitalController::~ControllerBindingWidget_DigitalContr
|
|||
|
||||
QIcon ControllerBindingWidget_DigitalController::getIcon() const
|
||||
{
|
||||
return QIcon::fromTheme(QStringLiteral("controller-line"));
|
||||
return QIcon::fromTheme(QStringLiteral("controller-digital-line"));
|
||||
}
|
||||
|
||||
ControllerBindingWidget_Base* ControllerBindingWidget_DigitalController::createInstance(ControllerBindingWidget* parent)
|
||||
|
@ -827,7 +827,7 @@ ControllerBindingWidget_AnalogController::~ControllerBindingWidget_AnalogControl
|
|||
|
||||
QIcon ControllerBindingWidget_AnalogController::getIcon() const
|
||||
{
|
||||
return QIcon::fromTheme(QStringLiteral("ControllerSettings"));
|
||||
return QIcon::fromTheme(QStringLiteral("controller-line"));
|
||||
}
|
||||
|
||||
ControllerBindingWidget_Base* ControllerBindingWidget_AnalogController::createInstance(ControllerBindingWidget* parent)
|
||||
|
@ -850,7 +850,7 @@ ControllerBindingWidget_AnalogJoystick::~ControllerBindingWidget_AnalogJoystick(
|
|||
|
||||
QIcon ControllerBindingWidget_AnalogJoystick::getIcon() const
|
||||
{
|
||||
return QIcon::fromTheme(QStringLiteral("ControllerSettings"));
|
||||
return QIcon::fromTheme(QStringLiteral("controller-line"));
|
||||
}
|
||||
|
||||
ControllerBindingWidget_Base* ControllerBindingWidget_AnalogJoystick::createInstance(ControllerBindingWidget* parent)
|
||||
|
@ -890,7 +890,7 @@ ControllerBindingWidget_NeGcon::~ControllerBindingWidget_NeGcon()
|
|||
|
||||
QIcon ControllerBindingWidget_NeGcon::getIcon() const
|
||||
{
|
||||
return QIcon::fromTheme(QStringLiteral("steering-line"));
|
||||
return QIcon::fromTheme(QStringLiteral("negcon-line"));
|
||||
}
|
||||
|
||||
ControllerBindingWidget_Base* ControllerBindingWidget_NeGcon::createInstance(ControllerBindingWidget* parent)
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
CoverDownloadDialog::CoverDownloadDialog(QWidget* parent /*= nullptr*/) : QDialog(parent)
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
m_ui.coverIcon->setPixmap(QIcon::fromTheme("image-fill").pixmap(32));
|
||||
m_ui.coverIcon->setPixmap(QIcon::fromTheme("artboard-2-line").pixmap(32));
|
||||
updateEnabled();
|
||||
|
||||
connect(m_ui.start, &QPushButton::clicked, this, &CoverDownloadDialog::onStartClicked);
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="resources/resources.qrc">:/icons/black/svg/image-fill.svg</pixmap>
|
||||
<pixmap resource="resources/resources.qrc">:/icons/black/svg/artboard-2-line.svg</pixmap>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<string>Add</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingAdd"/>
|
||||
<iconset theme="add-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingRemove"/>
|
||||
<iconset theme="minus-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<string>Add</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingAdd"/>
|
||||
<iconset theme="add-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -135,7 +135,7 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingRemove"/>
|
||||
<iconset theme="minus-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -171,7 +171,7 @@
|
|||
<string>Scan For New Games</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="ScanForGames"/>
|
||||
<iconset theme="mag-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -187,7 +187,7 @@
|
|||
<string>Rescan All Games</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="RescanAllGames"/>
|
||||
<iconset theme="refresh-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -137,7 +137,7 @@ void GameSummaryWidget::populateUi(const std::string& path, const std::string& s
|
|||
m_ui.entryType->setCurrentIndex(static_cast<int>(gentry->type));
|
||||
}
|
||||
|
||||
m_ui.inputProfile->addItem(QIcon::fromTheme(QStringLiteral("controller-line")), tr("Use Global Settings"));
|
||||
m_ui.inputProfile->addItem(QIcon::fromTheme(QStringLiteral("controller-digital-line")), tr("Use Global Settings"));
|
||||
for (const std::string& name : InputManager::GetInputProfileNames())
|
||||
m_ui.inputProfile->addItem(QString::fromStdString(name));
|
||||
|
||||
|
|
|
@ -404,7 +404,7 @@
|
|||
</action>
|
||||
<action name="actionEmulationSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="dashboard-line">
|
||||
<iconset theme="emulation-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -413,7 +413,7 @@
|
|||
</action>
|
||||
<action name="actionControllerSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="controller-line">
|
||||
<iconset theme="controller-digital-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -431,7 +431,7 @@
|
|||
</action>
|
||||
<action name="actionDisplaySettings">
|
||||
<property name="icon">
|
||||
<iconset theme="brush-line">
|
||||
<iconset theme="image-fill">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -440,7 +440,7 @@
|
|||
</action>
|
||||
<action name="actionEnhancementSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="paint-fill">
|
||||
<iconset theme="sparkle-fill">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -449,7 +449,7 @@
|
|||
</action>
|
||||
<action name="actionPostProcessingSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="pantone-line">
|
||||
<iconset theme="sun-fill">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -571,7 +571,7 @@
|
|||
</action>
|
||||
<action name="actionGameListSettings">
|
||||
<property name="icon">
|
||||
<iconset theme="folder-settings-line">
|
||||
<iconset theme="folder-open-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
<string>&Reload Shaders</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
|
||||
<iconset theme="refresh-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<string>Add</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingAdd">
|
||||
<iconset theme="add-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
@ -117,7 +117,7 @@
|
|||
<string>Remove</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="PostProcessingRemove">
|
||||
<iconset theme="minus-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
@ -137,7 +137,7 @@
|
|||
<string>Clear</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="Clear">
|
||||
<iconset theme="trash-fill">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
@ -157,7 +157,7 @@
|
|||
<string>Move Up</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="MoveUp">
|
||||
<iconset theme="arrow-up-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
@ -177,7 +177,7 @@
|
|||
<string>Move Down</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="MoveDown">
|
||||
<iconset theme="arrow-down-line">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="toolButtonStyle">
|
||||
|
|
|
@ -868,7 +868,7 @@ QIcon GetIconForEntryType(GameList::EntryType type)
|
|||
return QIcon::fromTheme(QStringLiteral("file-music-line"));
|
||||
case GameList::EntryType::PSExe:
|
||||
default:
|
||||
return QIcon::fromTheme(QStringLiteral("settings-5-line"));
|
||||
return QIcon::fromTheme(QStringLiteral("settings-3-line"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 391 B |
Before Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 409 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 499 B |
Before Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 317 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 373 B |
Before Width: | Height: | Size: 579 B |
Before Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 686 B |
Before Width: | Height: | Size: 584 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 745 B |
Before Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 877 B |
Before Width: | Height: | Size: 811 B |
Before Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 705 B |
Before Width: | Height: | Size: 983 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 737 B |
Before Width: | Height: | Size: 763 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 968 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 646 B |
Before Width: | Height: | Size: 619 B |
Before Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 702 B |
Before Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 881 B |
Before Width: | Height: | Size: 584 B |
Before Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |