1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 16:07:35 +00:00
serenity/Userland/Applications/TerminalSettings
Andreas Kling 60c132d7d3 LibGUI: Move GUI::SettingsWindow setup out of the constructor
In order to propagate errors that occur during UI setup, we have to move
all that logic out of widget/window subclass constructors. This is a
first attempt at doing that, for GUI::SettingsWindow.
2021-11-28 08:54:22 +01:00
..
CMakeLists.txt TerminalSettings: Port to LibMain :^) 2021-11-28 08:10:53 +01:00
main.cpp LibGUI: Move GUI::SettingsWindow setup out of the constructor 2021-11-28 08:54:22 +01:00
TerminalSettingsMain.gml Terminal: Modernize terminal settings as a standalone application 2021-11-27 12:45:44 +01:00
TerminalSettingsView.gml Terminal: Modernize terminal settings as a standalone application 2021-11-27 12:45:44 +01:00
TerminalSettingsWidget.cpp Terminal: Modernize terminal settings as a standalone application 2021-11-27 12:45:44 +01:00
TerminalSettingsWidget.h Terminal: Modernize terminal settings as a standalone application 2021-11-27 12:45:44 +01:00