1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 18:27:42 +00:00
serenity/Userland/Applications/KeyboardSettings
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 KeyboardSettings: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keyboard.gml KeyboardSettings: Add icons 2021-11-20 21:05:20 +00:00
KeyboardSettingsWidget.cpp KeyboardSettings: Add icons 2021-11-20 21:05:20 +00:00
KeyboardSettingsWidget.h KeyboardSettings: Add text area to test the currently selected keymap 2021-11-20 21:05:20 +00:00
main.cpp LibGUI: Move GUI::SettingsWindow setup out of the constructor 2021-11-28 08:54:22 +01:00