mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Dagimon ultra level
gui new design: hidpi fixes settings_dialog fix glitch welcome dialog hdpi adjustments about dialog hdpi adjustments about dialog fix size pad dialog hdpi adjustments settings_dialog: remove SetActiveTab
This commit is contained in:
parent
c9e9fcd0a3
commit
457c2d364f
13 changed files with 3393 additions and 3020 deletions
|
@ -15,6 +15,8 @@ welcome_dialog::welcome_dialog(QWidget* parent) : QDialog(parent), ui(new Ui::we
|
|||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
setWindowFlags(Qt::WindowTitleHint);
|
||||
|
||||
gui_settings* settings = new gui_settings(this);
|
||||
|
||||
ui->okay->setEnabled(false);
|
||||
|
@ -30,4 +32,6 @@ welcome_dialog::welcome_dialog(QWidget* parent) : QDialog(parent), ui(new Ui::we
|
|||
});
|
||||
|
||||
connect(ui->okay, &QPushButton::pressed, this, &QDialog::accept);
|
||||
|
||||
setFixedSize(sizeHint());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue