Merge branch 'main/rendor-staging' into main/atys-live
[ryzomcore.git] / studio / src / plugins / gui_editor / widgets / DBViewBar.xml
blob878f9b563ba3853791c8e6a171916b3891c4c1ea
1 <widget>
2     <header>
3         <name>DBViewBar</name>
4         <guiname>CDBViewBar</guiname>
5                 <classname>bar</classname>
6         <ancestor>ViewBitmap</ancestor>
7         <description></description>
8         <abstract>false</abstract>
9         <icon></icon>
10     </header>
11     <properties>
12         <property>
13             <name>value</name>
14             <type>string</type>
15             <default>0</default>
16         </property>
17         <property>
18             <name>range</name>
19             <type>string</type>
20             <default>255</default>
21         </property>
22         <property>
23             <name>reference</name>
24             <type>string</type>
25             <default>0</default>
26         </property>
27         <property>
28             <name>color_negative</name>
29             <type>color</type>
30             <default>0 0 0 0</default>
31         </property>
32         <property>
33             <name>mini</name>
34             <type>bool</type>
35             <default>false</default>
36         </property>
37         <property>
38             <name>ultra_mini</name>
39             <type>bool</typef>
40             <default>false</default>
41         </property>
42         <property>
43             <name>mini_thick</name>
44             <type>bool</type>
45             <default>false</default>
46         </property>
47     </properties>
48 </widget>