ui hints
This commit is contained in:
parent
d2c512641a
commit
4b38abcdc8
|
|
@ -51,6 +51,9 @@
|
|||
<property name="text">
|
||||
<string>Yaw</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>cameraYaw</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -77,6 +80,9 @@
|
|||
<property name="text">
|
||||
<string>Pitch</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>cameraPitch</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -103,6 +109,9 @@
|
|||
<property name="text">
|
||||
<string>Distance</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>cameraDistance</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -132,6 +141,9 @@
|
|||
<property name="text">
|
||||
<string>Yaw</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>lightYaw</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -155,6 +167,9 @@
|
|||
<property name="text">
|
||||
<string>Pitch</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>lightPitch</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -184,6 +199,9 @@
|
|||
<property name="text">
|
||||
<string>Distance</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>lightDistance</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -213,6 +231,9 @@
|
|||
<property name="text">
|
||||
<string>Averaging radius</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>accumSigma</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -236,6 +257,9 @@
|
|||
<property name="text">
|
||||
<string>Brightness</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>accumScale</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
@ -259,6 +283,9 @@
|
|||
<property name="text">
|
||||
<string>Reflections</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>reflections</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user