1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

First implementation of tabs.

This commit is contained in:
Filippo Scognamiglio
2026-01-04 19:24:43 +01:00
parent 048cfcce81
commit 11ad932965
27 changed files with 191 additions and 107 deletions

View File

@@ -33,6 +33,15 @@ Menu {
}
MenuSeparator {}
Menu {
title: qsTr("Tabs")
MenuItem {
action: newTabAction
}
MenuItem {
action: closeTabAction
}
}
Menu {
title: qsTr("File")