summaryrefslogtreecommitdiff
path: root/configs/sim/pyvcp_demo.xml
blob: 4b986647a7a1efd9f96096147fdbd2a2263743ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
  <vbox>

     


   
     <label><text>"These widgets indicate a HAL_BIT"</text></label>
     <hbox>
                    <label><text>"LED:"</text></label>
                    <led>
                         <halpin>"led-sample"</halpin>
                         <size>20</size>
                    </led>
     </hbox>

     <label><text>"These widgets control a HAL_BIT"</text></label>
     <vbox>
             <hbox>
             <label><text>"Button"</text></label>
                      <button>  
                            <text>"Button:"</text>
                            <halpin>"button-sample"</halpin>
                      </button>
              </hbox>
                 <hbox>
                    <label><text>"Checkbutton:"</text></label>
                      <checkbutton>  
                            
                            <halpin>"chbutton-sample"</halpin>
                      </checkbutton>
               </hbox>
    </vbox>

    <label><text>"These widgets indicate a HAL_FLOAT"</text></label>
    <vbox>
           
               <hbox>
                    <label><text>"Bar:"</text></label>
                       <bar>
                              <halpin>"bar-sample"</halpin>
                         </bar>
               </hbox>
               <hbox>
                    <label><text>"Number:"</text></label>
                       <number>
                              <halpin>"number-sample"</halpin>
                              <format>"+004.4f"</format>
                              <font>('Helvetica',40)</font>
                         </number>
               </hbox>
      </vbox>
 
     <label><text>"These widgets control a HAL_FLOAT"</text></label>
     <vbox>
               <hbox>
                    <label><text>"Scale:"</text></label>
                    <scale>
                         <orient>HORIZONTAL</orient>
                         <halpin>"scale-sample"</halpin>
                    </scale>
               </hbox>
               <hbox>
                         <label><text>"Spinbox:"</text></label>
                          <spinbox>
                              <font>('Helvetica',40)</font>
                         </spinbox>
               </hbox>
     </vbox>

 
<!-- this is a comment-->

</vbox>
</pyvcp>