diff options
author | Adrian Kummerlaender | 2015-12-15 19:53:18 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-12-15 19:53:18 +0100 |
commit | 55c66514c6e03bc731c7f5ae4d6f6a1e1d1ab601 (patch) | |
tree | a8725d321568ce978fd1638758d43299ee99656b /src/widget | |
parent | 012d8f7503d9d49ff33da621aee5fabd252e57f5 (diff) | |
download | MetaTerm-master.tar MetaTerm-master.tar.gz MetaTerm-master.tar.bz2 MetaTerm-master.tar.lz MetaTerm-master.tar.xz MetaTerm-master.tar.zst MetaTerm-master.zip |
Diffstat (limited to 'src/widget')
-rw-r--r-- | src/widget/augment/Highlighter.qml (renamed from src/widget/Highlighter.qml) | 0 | ||||
-rw-r--r-- | src/widget/augment/Overlay.qml (renamed from src/widget/Overlay.qml) | 5 | ||||
-rw-r--r-- | src/widget/augment/StatusLine.qml (renamed from src/widget/StatusLine.qml) | 0 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/widget/Highlighter.qml b/src/widget/augment/Highlighter.qml index 53f308c..53f308c 100644 --- a/src/widget/Highlighter.qml +++ b/src/widget/augment/Highlighter.qml diff --git a/src/widget/Overlay.qml b/src/widget/augment/Overlay.qml index 2a50219..ac1e230 100644 --- a/src/widget/Overlay.qml +++ b/src/widget/augment/Overlay.qml @@ -3,9 +3,8 @@ import QtQuick 2.0 Item { id: item - property bool enabled : false - - property alias text : content.text + property bool enabled : false + property alias text : content.text function displayBriefly() { if ( enabled ) { diff --git a/src/widget/StatusLine.qml b/src/widget/augment/StatusLine.qml index 56b0b31..56b0b31 100644 --- a/src/widget/StatusLine.qml +++ b/src/widget/augment/StatusLine.qml |