2018-12-04 10:23:33 +08:00
|
|
|
<window closable="no" text="Desktop" anim_hint="htranslate">
|
2019-03-06 10:08:21 +08:00
|
|
|
<slide_view x="0" y="0" w="100%" h="100%" loop="true">
|
2018-12-20 11:01:37 +08:00
|
|
|
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="open:basic" text="Basic"/>
|
2018-12-11 14:33:02 +08:00
|
|
|
<button name="open:button" text="Buttons"/>
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="open:edit" text="Edits"/>
|
|
|
|
<button name="open:keyboard" text="KeyBoard"/>
|
|
|
|
<button name="open:list_view" text="ListView"/>
|
|
|
|
<button name="open:slide_view" text="SlideView"/>
|
|
|
|
<button name="open:animation" text="Animate Window"/>
|
|
|
|
<button name="open:animator" text="Animate Widget"/>
|
|
|
|
<button name="open:tab_control" text="Tab Control"/>
|
|
|
|
<button name="open:combo_box" text="ComboBox"/>
|
|
|
|
<button name="open:rich_text" text="RichText"/>
|
|
|
|
<button name="open:color_picker" text="Color Picker"/>
|
|
|
|
</view>
|
|
|
|
|
2018-12-20 11:01:37 +08:00
|
|
|
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
|
2018-12-11 15:20:52 +08:00
|
|
|
<button name="open:time_clock" text="Analog Clock"/>
|
|
|
|
<button name="open:digit_clock" text="Digit Clock"/>
|
2018-12-11 14:33:02 +08:00
|
|
|
<button name="open:locale" text="Locale"/>
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="open:images" text="Image"/>
|
2018-12-11 15:20:52 +08:00
|
|
|
<button name="open:guage" text="Guage"/>
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="open:switch" text="Switch"/>
|
|
|
|
<button name="open:text_selector" text="Selector"/>
|
|
|
|
<button name="open:image_animation" text="Image Animation"/>
|
|
|
|
<button name="open:progress_circle" text="ProgressCircle"/>
|
2018-12-11 15:20:52 +08:00
|
|
|
<button name="open:image_value" text="Value Image"/>
|
2018-11-23 17:30:06 +08:00
|
|
|
<button name="open:svg_image" text="SVG Image"/>
|
2018-11-25 18:57:44 +08:00
|
|
|
<button name="open:gif_image" text="GIF Image"/>
|
2018-11-21 15:49:38 +08:00
|
|
|
</view>
|
2018-12-11 14:33:02 +08:00
|
|
|
|
2018-12-20 11:01:37 +08:00
|
|
|
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=2,r=8,m=5,s=5)">
|
2018-12-05 16:23:49 +08:00
|
|
|
<button name="open:label" text="Label"/>
|
2019-03-01 18:04:57 +08:00
|
|
|
<button name="open:dialogs" text="Dialogs"/>
|
2018-12-11 14:33:02 +08:00
|
|
|
<button name="open:slide_menu" text="Slide Menu"/>
|
2019-03-14 10:52:25 +08:00
|
|
|
<button name="open:soft_keyboard" text="Custom Keyboard"/>
|
2018-12-07 12:42:54 +08:00
|
|
|
<button name="open:vgcanvas" text="VG Canvas"/>
|
|
|
|
<button name="open:linear_gradient" text="Linear Gradient"/>
|
|
|
|
<button name="open:radial_gradient" text="Radial Gradient"/>
|
|
|
|
<button name="open:stroke_gradient" text="Stroke Gradient"/>
|
2019-05-29 15:24:59 +08:00
|
|
|
<button name="open:overlay" text="Overlay"/>
|
2018-12-07 12:42:54 +08:00
|
|
|
</view>
|
2018-12-20 11:01:37 +08:00
|
|
|
<view x="0" y="0" w="100%" h="100%" children_layout="default(c=1,r=8,m=5,s=5)">
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="open:memtest" text="MemTest"/>
|
2018-12-11 14:33:02 +08:00
|
|
|
<button name="open:calibration_win" text="Calibration"/>
|
2018-11-21 15:49:38 +08:00
|
|
|
<button name="show_fps" text="Show FPS"/>
|
|
|
|
<button name="exit" text="Exit"/>
|
|
|
|
</view>
|
|
|
|
</slide_view>
|
2018-06-08 07:50:15 +08:00
|
|
|
</window>
|