Improve profiles management, redesign a bit the settings window.

This commit is contained in:
Filippo Scognamiglio
2014-12-26 17:19:34 +01:00
parent 88079a3ee4
commit a62645f0b7
8 changed files with 193 additions and 102 deletions

View File

@@ -42,6 +42,12 @@ Window {
anchors.fill: parent
anchors.margins: tabmargins
}
SettingsScreenTab{
id: screenTab
title: qsTr("Screen")
anchors.fill: parent
anchors.margins: tabmargins
}
SettingsTerminalTab{
id: terminalTab
title: qsTr("Terminal")