1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 21:07:46 +00:00

A few "Edit" button improvements

This commit is contained in:
Joshua Goins 2024-01-29 22:28:42 -05:00
parent c376362d25
commit 74bee7fd4e

View file

@ -91,8 +91,8 @@ SingleGearView::SingleGearView(GameData *data, FileCache &cache, QWidget *parent
} }
}); });
editButton = new QPushButton(QStringLiteral("Edit...")); editButton = new QPushButton(QStringLiteral("Edit"));
editButton->setIcon(QIcon::fromTheme(QStringLiteral("document-import"))); editButton->setIcon(QIcon::fromTheme(QStringLiteral("document-edit")));
connect(editButton, &QPushButton::clicked, this, [this](bool) { connect(editButton, &QPushButton::clicked, this, [this](bool) {
// Export in default location // Export in default location
// TODO: deduplicate // TODO: deduplicate