QmlMirror.qml: refactoring
TaskWarrior support added Moved all windows to using MirrorWindow
This commit is contained in:
parent
25f889bef8
commit
5b041df310
9 changed files with 182 additions and 40 deletions
|
@ -10,8 +10,10 @@ import QtQuick 2.0
|
|||
import net.frozentux.weatherinfo 1.0
|
||||
|
||||
|
||||
Rectangle {
|
||||
MirrorWindow {
|
||||
color: "black"
|
||||
windowHeight: 3
|
||||
|
||||
WeatherInfo {
|
||||
|
||||
id: weatherdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue