repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
studio
/
src
/
plugins
/
gui_editor
/
widgets
/
DBViewNumber.xml
blob
99cc153ce42e76944ed5a982d6578fa2f02b07dd
1
<widget>
2
<header>
3
<name>DBViewNumber</name>
4
<guiname>CDBViewNumber</guiname>
5
<classname>text_number</classname>
6
<ancestor>ViewText</ancestor>
7
<description></description>
8
<abstract>false</abstract>
9
<icon></icon>
10
</header>
11
<properties>
12
<property>
13
<name>hardtext</name>
14
<type>string</type>
15
<default>0</default>
16
</property>
17
<property>
18
<name>value</name>
19
<type>string</type>
20
<default></default>
21
</property>
22
<property>
23
<name>positive</name>
24
<type>bool</type>
25
<default>false</default>
26
</property>
27
<property>
28
<name>format</name>
29
<type>bool</type>
30
<default>false</default>
31
</property>
32
<property>
33
<name>divisor</name>
34
<type>int</type>
35
<default>1</default>
36
</property>
37
<property>
38
<name>modulo</name>
39
<type>int</type>
40
<default>0</default>
41
</property>
42
<property>
43
<name>suffix</name>
44
<type>string</type>
45
<default></default>
46
</property>
47
<property>
48
<name>prefix</name>
49
<type>string</type>
50
<default></default>
51
</property>
52
53
</properties>
54
</widget>