ladybird/Userland/DevTools/SQLStudio
martinfalisse 4461dad0f3 SQLStudio: Add GUI for query results
Add the necessary GUI elements (button, table) so that one can click a
button to run the currently-open script, and see the results in a
user-friendly table.
2022-06-30 12:22:45 +01:00
..
CMakeLists.txt DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00
main.cpp DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00
MainWidget.cpp SQLStudio: Add GUI for query results 2022-06-30 12:22:45 +01:00
MainWidget.h SQLStudio: Add GUI 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 DevTools: Introduce SQL Studio 2022-04-22 09:57:40 +02:00