[PR #390] [MERGED] gui: Implement settings dialog #1534

Closed
opened 2026-02-27 21:12:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/390
Author: @dima-xd
Created: 8/9/2024
Status: Merged
Merged: 8/10/2024
Merged by: @georgemoralis

Base: mainHead: qt_settings_dialog


📝 Commits (2)

  • 96fb00d gui: Implement settings dialog
  • 3163cd1 gui: Add console language to settings

📊 Changes

7 files changed (+1176 additions, -2 deletions)

View changed files

📝 CMakeLists.txt (+6 -1)
📝 src/common/config.cpp (+83 -0)
📝 src/common/config.h (+21 -1)
📝 src/qt_gui/main_window.cpp (+6 -0)
src/qt_gui/settings_dialog.cpp (+124 -0)
src/qt_gui/settings_dialog.h (+28 -0)
src/qt_gui/settings_dialog.ui (+908 -0)

📄 Description

As simple as it can be, without any abstraction and etc.

Example:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/390 **Author:** [@dima-xd](https://github.com/dima-xd) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/10/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `qt_settings_dialog` --- ### 📝 Commits (2) - [`96fb00d`](https://github.com/shadps4-emu/shadPS4/commit/96fb00d41192e3c0a86eabf7d2b5d5a6e5fa2cd5) gui: Implement settings dialog - [`3163cd1`](https://github.com/shadps4-emu/shadPS4/commit/3163cd135bcbedc29bb284ce9a624f6097bf2d6e) gui: Add console language to settings ### 📊 Changes **7 files changed** (+1176 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+6 -1) 📝 `src/common/config.cpp` (+83 -0) 📝 `src/common/config.h` (+21 -1) 📝 `src/qt_gui/main_window.cpp` (+6 -0) ➕ `src/qt_gui/settings_dialog.cpp` (+124 -0) ➕ `src/qt_gui/settings_dialog.h` (+28 -0) ➕ `src/qt_gui/settings_dialog.ui` (+908 -0) </details> ### 📄 Description As simple as it can be, without any abstraction and etc. Example: ![image](https://github.com/user-attachments/assets/8ae23df7-ae37-4def-a109-870d9e84ed44) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1534
No description provided.