17 lines
516 B
XML
17 lines
516 B
XML
<!--
|
|
Example
|
|
<lv_spinbox digit_count="5" dec_point_pos="3" value="12345"/>
|
|
-->
|
|
|
|
<widget>
|
|
<api>
|
|
<prop name="value" type="int"/>
|
|
<prop name="rollover" type="bool"/>
|
|
<prop name="digit_count" type="int"/>
|
|
<prop name="dec_point_pos" type="int"/>
|
|
<prop name="min_value" type="int"/>
|
|
<prop name="max_value" type="int"/>
|
|
<prop name="step" type="int"/>
|
|
<prop name="bind_value" type="subject" help="Connect a subject to the spinbox's value"/>
|
|
</api>
|
|
</widget> |