Ticket #7218: qtoverflow.xml

File qtoverflow.xml, 3.0 KB (added by gbutters, 16 years ago)
Line 
1 <!-- Base definition of a shape used as a background to many widgets -->
2 <shape name="basewidgetshape">
3 <area>0,0,100%,100%</area>
4 <type>roundbox</type>
5 <cornerradius>4</cornerradius>
6 <fill color="#666666" alpha="50" />
7 </shape>
8
9 <!-- Base definition of a textedit -->
10 <textedit name="basetextedit">
11 <area>0,0,375,50</area>
12 <statetype name="background">
13 <state name="active">
14 <area>0,0,375,50</area>
15 <shape name="background" from="basewidgetshape" />
16 <shape name="textbackground">
17 <area>10,10,355,30</area>
18 <type>roundbox</type>
19 <cornerradius>4</cornerradius>
20 <fill color="#FFFFFF" alpha="200" />
21 </shape>
22 </state>
23 <state name="selected" from="active">
24 <shape name="background">
25 <shape name="background" from="baseselectedwidgetshape" />
26 </shape>
27 <shape name="textbackground">
28 <fill color="#FFFFFF" alpha="255" />
29 </shape>
30 </state>
31 <state name="inactive" from="active" />
32 </statetype>
33 <imagetype name="cursor">
34 <filename>cursor.png</filename>
35 </imagetype>
36 <textarea name="text">
37 <area>13,13,351,35</area>
38 <font>basesmallblack</font>
39 </textarea>
40 </textedit>
41
42 <window name="editor">
43
44 <textarea name="title" from="basetextarea">
45 <font>baselarge</font>
46 <area>0,50,1280,50</area>
47 <align>center,vcenter</align>
48 </textarea>
49
50 <textarea name="namelabel" from="basetextarea">
51 <area>335,150,100,30</area>
52 <align>right,vcenter</align>
53 </textarea>
54
55 <textedit name="name" from="basetextedit">
56 <position>450,140</position>
57 </textedit>
58
59 <textarea name="urllabel" from="basetextarea">
60 <area>335,250,100,30</area>
61 <align>right,vcenter</align>
62 </textarea>
63
64 <textedit name="url" from="basetextedit">
65 <position>450,240</position>
66 </textedit>
67
68 <textarea name="iconlabel" from="basetextarea">
69 <area>345,350,100,30</area>
70 <align>right,vcenter</align>
71 </textarea>
72
73 <textedit name="icon" from="basetextedit">
74 <position>450,340</position>
75 </textedit>
76
77 <checkbox name="podcast_check" from="basecheckbox">
78 <position>450,445</position>
79 </checkbox>
80
81 <textarea name="podcastlabel" from="basetextarea">
82 <area>285,445,150,30</area>
83 <align>right,vcenter</align>
84 </textarea>
85
86 <button name="cancel" from="basebutton">
87 <position>275,600</position>
88 <value>Cancel</value>
89 </button>
90
91 <button name="ok" from="basebutton">
92 <position>805,600</position>
93 <value>Ok</value>
94 </button>
95
96 </window>