mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
QLineEdit::Password
This commit is contained in:
parent
fe281f0c3e
commit
0bb9317020
@ -311,6 +311,7 @@ void SettingsDialog::LoadValuesFromConfig() {
|
|||||||
QString::fromStdString(toml::find_or<std::string>(data, "General", "userName", "shadPS4")));
|
QString::fromStdString(toml::find_or<std::string>(data, "General", "userName", "shadPS4")));
|
||||||
ui->trophyKeyLineEdit->setText(
|
ui->trophyKeyLineEdit->setText(
|
||||||
QString::fromStdString(toml::find_or<std::string>(data, "Keys", "TrophyKey", "")));
|
QString::fromStdString(toml::find_or<std::string>(data, "Keys", "TrophyKey", "")));
|
||||||
|
ui->trophyKeyLineEdit->setEchoMode(QLineEdit::Password);
|
||||||
ui->debugDump->setChecked(toml::find_or<bool>(data, "Debug", "DebugDump", false));
|
ui->debugDump->setChecked(toml::find_or<bool>(data, "Debug", "DebugDump", false));
|
||||||
ui->vkValidationCheckBox->setChecked(toml::find_or<bool>(data, "Vulkan", "validation", false));
|
ui->vkValidationCheckBox->setChecked(toml::find_or<bool>(data, "Vulkan", "validation", false));
|
||||||
ui->vkSyncValidationCheckBox->setChecked(
|
ui->vkSyncValidationCheckBox->setChecked(
|
||||||
|
@ -614,7 +614,7 @@
|
|||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item alignment="Qt::AlignmentFlag::Qt::AlignmentFlag::AlignTop">
|
<item alignment="Qt::AlignmentFlag::AlignTop">
|
||||||
<widget class="QGroupBox" name="cursorGroupBox">
|
<widget class="QGroupBox" name="cursorGroupBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Cursor</string>
|
<string>Cursor</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user