Skip to content

Commit 4357a24

Browse files
committed
Add a footnote to clarify the object. This is new, so maybe reverted...
1 parent 393489e commit 4357a24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/openstudio_lib/HotWaterEquipmentInspectorView.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ HotWaterEquipmentDefinitionInspectorView::HotWaterEquipmentDefinitionInspectorVi
102102

103103
mainGridLayout->setRowStretch(8, 100);
104104

105+
label =
106+
new QLabel("<i>The object models hot water equipment in the zone which consumes district heating, such as cooking equipment or process loads. "
107+
"All of the energy consumed by the equipment becomes a heat gain in the zone or is lost (exhausted). "
108+
"This object consumes district heating energy directly and does not cause a load on a hot water plant loop or water heater. "
109+
"For domestic hot water uses, such as sinks and showers, see WaterUse:Equipment.</i>");
110+
label->setWordWrap(true);
111+
mainGridLayout->addWidget(label, 9, 0, 1, 4);
112+
105113
mainGridLayout->setColumnStretch(3, 100);
106114
}
107115

0 commit comments

Comments
 (0)