1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/DevTools/SQLStudio
martinfalisse f33979a753 SQLStudio: Add collapsible tabs for query results
Adds tabs under the editor and places the query results there. It is
only displayed if there are results to an executed query.
2022-06-30 12:22:45 +01:00
..
CMakeLists.txt
main.cpp
MainWidget.cpp SQLStudio: Add collapsible tabs for query results 2022-06-30 12:22:45 +01:00
MainWidget.h SQLStudio: Add collapsible tabs for query results 2022-06-30 12:22:45 +01:00
ScriptEditor.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
ScriptEditor.h