mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
Ladybird: Rudimentary tabbed browsing support
This patch removes the browser WebView from the window and places it inside a Tab object, all wrapped up in a QT tab control. So far you can create tabs, but can't close them.
This commit is contained in:
parent
ec44691b56
commit
8af5b49cba
5 changed files with 182 additions and 43 deletions
|
@ -37,6 +37,7 @@ set(SOURCES
|
|||
RequestManagerQt.cpp
|
||||
main.cpp
|
||||
WebView.cpp
|
||||
Tab.cpp
|
||||
)
|
||||
|
||||
add_executable(ladybird ${SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue