mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Spreadsheet: Add a topbar with a text editor
This commit is contained in:
parent
a6ebd29aa5
commit
12cf3e13c0
5 changed files with 74 additions and 2 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
SpreadsheetWidget();
|
||||
|
||||
NonnullRefPtrVector<Sheet> m_sheets;
|
||||
SpreadsheetView* m_selected_view { nullptr };
|
||||
RefPtr<GUI::TabWidget> m_tab_widget;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue