Reenable energy views
This commit is contained in:
parent
c56e18e288
commit
8908f67716
@ -97,54 +97,54 @@ MainViewBase {
|
|||||||
columnSpacing: 0
|
columnSpacing: 0
|
||||||
|
|
||||||
|
|
||||||
// CurrentConsumptionBalancePieChart {
|
CurrentConsumptionBalancePieChart {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// energyManager: energyManager
|
energyManager: energyManager
|
||||||
// visible: producers.count > 0
|
visible: producers.count > 0
|
||||||
// }
|
}
|
||||||
// CurrentProductionBalancePieChart {
|
CurrentProductionBalancePieChart {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// energyManager: energyManager
|
energyManager: energyManager
|
||||||
// visible: producers.count > 0
|
visible: producers.count > 0
|
||||||
// }
|
}
|
||||||
|
|
||||||
// PowerConsumptionBalanceHistory {
|
PowerConsumptionBalanceHistory {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// visible: producers.count > 0
|
visible: producers.count > 0
|
||||||
// }
|
}
|
||||||
|
|
||||||
// PowerProductionBalanceHistory {
|
PowerProductionBalanceHistory {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// visible: producers.count > 0
|
visible: producers.count > 0
|
||||||
// }
|
}
|
||||||
|
|
||||||
// ConsumersBarChart {
|
ConsumersBarChart {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// energyManager: energyManager
|
energyManager: energyManager
|
||||||
// visible: consumers.count > 0
|
visible: consumers.count > 0
|
||||||
// }
|
}
|
||||||
// ConsumersHistory {
|
ConsumersHistory {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// visible: consumers.count > 0
|
visible: consumers.count > 0
|
||||||
// }
|
}
|
||||||
|
|
||||||
PowerBalanceStats {
|
PowerBalanceStats {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
energyManager: energyManager
|
energyManager: energyManager
|
||||||
}
|
}
|
||||||
// ConsumerStats {
|
ConsumerStats {
|
||||||
// Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
// Layout.preferredHeight: width
|
Layout.preferredHeight: width
|
||||||
// energyManager: energyManager
|
energyManager: energyManager
|
||||||
// visible: consumers.count > 0
|
visible: consumers.count > 0
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user