Fix wording and add warning

This commit is contained in:
Matthias Kuhn 2016-01-24 17:35:31 +01:00
parent ac033cfc9d
commit 265f53ceea

View File

@ -34,13 +34,6 @@
<string>Advanced Configuration</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="1" column="1">
<widget class="QgsColorButtonV2" name="mRoofColorButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
@ -48,6 +41,13 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QgsColorButtonV2" name="mRoofColorButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
@ -62,6 +62,16 @@
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="mWallExpositionShading">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Walls will have a different color based on their aspect to make them appear to differently reflect the solar radiation.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;If this option is enabled, make sure that &lt;span style=&quot; font-style:italic;&quot;&gt;simplification &lt;/span&gt;is disabled on the rendering tab or some colors may be wrong at small scales.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Shade walls based on aspect</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QGroupBox" name="mShadowEnabledWidget">
<property name="title">
@ -98,13 +108,6 @@
</layout>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="mWallExpositionShading">
<property name="text">
<string>Shade walls based on exposition</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>