mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-12 13:43:15 +00:00
menu description | rename: Release/Nightly (#1116)
* menu description * improve texts * TR * Release_Nightly
This commit is contained in:
parent
65bd62e98b
commit
4e4f3d7504
31 changed files with 3214 additions and 305 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <span>
|
||||
#include <QDialog>
|
||||
#include <QGroupBox>
|
||||
#include <QPushButton>
|
||||
|
||||
#include "common/config.h"
|
||||
|
@ -20,6 +21,9 @@ public:
|
|||
explicit SettingsDialog(std::span<const QString> physical_devices, QWidget* parent = nullptr);
|
||||
~SettingsDialog();
|
||||
|
||||
bool eventFilter(QObject* obj, QEvent* event);
|
||||
void updateNoteTextEdit(const QString& groupName);
|
||||
|
||||
int exec() override;
|
||||
|
||||
signals:
|
||||
|
@ -33,4 +37,6 @@ private:
|
|||
std::unique_ptr<Ui::SettingsDialog> ui;
|
||||
|
||||
std::map<std::string, int> languages;
|
||||
|
||||
QString defaultTextEdit;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue