dolphin/Source/Core/DolphinQt/Config/ConfigControls
Maximilian Mader 514beb2081
DolphinQt: Add an optional default value to ConfigUserPath constructor
The optional default value is used to implement `ConfigUserPath::Reset()`.
Since `ConfigUserPath` must not be empty, there was no easy way to reset
these paths to their default value.

With this change users of `ConfigUserPath` can now set the default path.
At the moment users of `ConfigUserPath` must place a reset button and
connect a callback to `ConfigUserPath::Reset` on their own.
2026-04-21 15:47:41 +02:00
..
ConfigBool.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigBool.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigChoice.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ConfigChoice.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ConfigControl.h linter: Add and apply new formatting rules 2025-04-23 11:19:57 +02:00
ConfigFloatSlider.cpp Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
ConfigFloatSlider.h Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
ConfigInteger.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigInteger.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigRadio.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ConfigRadio.h Qt crash fix. Don't store Config::Info variable as a reference. 2024-12-23 15:40:07 -07:00
ConfigSlider.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ConfigSlider.h Qt Advanced Panel: Convert QSliders into ConfigSliders. 2025-05-26 19:52:30 -07:00
ConfigText.cpp GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00
ConfigText.h GameCubePane: Use ConfigControls where applicable 2025-10-27 16:21:59 +01:00
ConfigUserPath.cpp DolphinQt: Add an optional default value to ConfigUserPath constructor 2026-04-21 15:47:41 +02:00
ConfigUserPath.h DolphinQt: Add an optional default value to ConfigUserPath constructor 2026-04-21 15:47:41 +02:00