mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
|
|
<window children_layout="default(c=3,r=5)">
|
||
|
|
<label style="left" line_wrap="true" word_wrap="true" >
|
||
|
|
<property name="text">
|
||
|
|
it
|
||
|
|
is
|
||
|
|
a multiline sample
|
||
|
|
(left)
|
||
|
|
</property>
|
||
|
|
</label>
|
||
|
|
|
||
|
|
<label style="center" tr_text="multi line text"/>
|
||
|
|
<label style="right" line_wrap="true" text="it\nis\na multiline sample\n(right)"/>
|
||
|
|
|
||
|
|
<label style="center_top" text="it\nis\na\nmulti-line\nsample\n(center_top)"/>
|
||
|
|
<label style="center" text="it\nis\na\nmulti-line\nsample\n(center)"/>
|
||
|
|
<label style="center_bottom" text="it\nis\na\nmulti-line\nsample\n(center_bottom)"/>
|
||
|
|
|
||
|
|
<label style="left" text="dialing... "
|
||
|
|
animation="length(from=7, to=12, easing=linear, duration=1200, repeat=1000)"
|
||
|
|
/>
|
||
|
|
<label style="center" text="center"/>
|
||
|
|
<label style="right" text="right"/>
|
||
|
|
|
||
|
|
<label style="center_top" text="center_top"/>
|
||
|
|
<label style="center" text="center"/>
|
||
|
|
<label style="center_bottom" text="center_bottom"/>
|
||
|
|
|
||
|
|
<label style="left" ellipses="true" text="it is a long line sample, this is ellipses is ok "/>
|
||
|
|
<label style="left" ellipses="true" text="it\nis\na long sample\nnot ok"/>
|
||
|
|
<label style="left" ellipses="true" line_wrap="true" word_wrap="true" text="it\nis\na long sample\nnot ok"/>
|
||
|
|
|
||
|
|
<button name="close" self_layout="default(x=center,y=bottom:100,w=50%,h=30)"
|
||
|
|
floating="true" text="Close"/>
|
||
|
|
|
||
|
|
</window>
|