awtk/demos/assets/raw/ui/main.xml

48 lines
2.2 KiB
XML
Raw Normal View History

2018-12-04 10:23:33 +08:00
<window closable="no" text="Desktop" anim_hint="htranslate">
2018-11-21 15:49:38 +08:00
<slide_view x="0" y="0" w="100%" h="100%">
<view x="0" y="0" w="100%" h="100%" layout="c2 r8 m5 s5">
<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>
<view x="0" y="0" w="100%" h="100%" layout="c2 r8 m5 s5">
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:time_clock" text="Time Clock"/>
<button name="open:guage" text="Guage"/>
<button name="open:images" text="Image"/>
<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-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-12-01 18:30:03 +08:00
<button name="open:image_value" text="Value Image"/>
2018-11-21 15:49:38 +08:00
</view>
2018-12-11 14:33:02 +08:00
2018-11-21 15:49:38 +08:00
<view x="0" y="0" w="100%" h="100%" layout="c2 r8 m5 s5">
2018-12-05 16:23:49 +08:00
<button name="open:label" text="Label"/>
2018-12-11 14:33:02 +08:00
<button name="open:slide_menu" text="Slide Menu"/>
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"/>
</view>
<view x="0" y="0" w="100%" h="100%" layout="c1 r8 m5 s5">
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>