About Window (#458)

This commit is contained in:
¥IGA 2024-08-17 18:13:37 +02:00 committed by GitHub
parent ecf7f36763
commit 3be2e4b2b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 164 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include <QStatusBar>
#include <QtConcurrent>
#include "about_dialog.h"
#include "common/io_file.h"
#include "common/version.h"
#include "core/file_format/pkg.h"
@ -206,6 +207,11 @@ void MainWindow::CreateConnects() {
settingsDialog->exec();
});
connect(ui->aboutAct, &QAction::triggered, this, [this]() {
auto aboutDialog = new AboutDialog(this);
aboutDialog->exec();
});
connect(ui->setIconSizeTinyAct, &QAction::triggered, this, [this]() {
if (isTableList) {
m_game_list_frame->icon_size =