mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
HackStudio: Move bulk of GUI logic into HackStudioWidget
Previously, the GUI logic of HackStudio was all stuffed into main(), and it started getting a bit out of hand :)
This commit is contained in:
parent
606c0e1672
commit
e3e5e57fde
Notes:
sideshowbarker
2024-07-19 02:19:44 +09:00
Author: https://github.com/itamar8910
Commit: e3e5e57fde
Pull-request: https://github.com/SerenityOS/serenity/pull/3559
Reviewed-by: https://github.com/awesomekling
11 changed files with 1165 additions and 775 deletions
|
@ -30,10 +30,12 @@
|
|||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/ListView.h>
|
||||
#include <LibGUI/Menu.h>
|
||||
#include <LibGUI/Model.h>
|
||||
#include <LibGUI/TableView.h>
|
||||
#include <LibGUI/ToolBar.h>
|
||||
#include <LibGUI/ToolBarContainer.h>
|
||||
#include <LibGUI/TreeView.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <sys/arch/i386/regs.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue