Added terminal size overlay

This commit is contained in:
Filippo Scognamiglio
2014-04-17 13:27:41 +02:00
parent 2af093220f
commit 115171e969
8 changed files with 69 additions and 9 deletions

View File

@@ -60,6 +60,7 @@ Module {
Property { name: "font"; type: "QFont" }
Property { name: "activeFocusOnClick"; type: "bool" }
Property { name: "ShowIMEOnClick"; type: "bool" }
Property { name: "terminalSize"; type: "QSize" }
Signal {
name: "changedScheme"
Parameter { name: "scheme"; type: "string" }
@@ -110,6 +111,7 @@ Module {
name: "changedSession"
Parameter { name: "session"; type: "KSession"; isPointer: true }
}
Signal { name: "terminalSizeChanged" }
Signal { name: "updatedImage" }
Method { name: "forcedFocus" }
Method {