blob: 8b2cf4c054f16f113292abe58b6723cd50272d73 (
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KivioBirdEyePanelBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>KivioBirdEyePanelBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<height>302</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutMargin" stdset="0">
</property>
<property name="layoutSpacing" stdset="0">
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>3</number>
</property>
<widget class="TQFrame" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>canvas</cstring>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>Box</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
</widget>
<widget class="TQToolButton" row="1" column="2">
<property name="name">
<cstring>m_zoomInButton</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Zoom In 25%</string>
</property>
</widget>
<widget class="TQToolButton" row="1" column="0">
<property name="name">
<cstring>m_zoomOutButton</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Zoom Out 25%</string>
</property>
</widget>
<widget class="TQSlider" row="1" column="1">
<property name="name">
<cstring>m_zoomSlider</cstring>
</property>
<property name="minValue">
<number>25</number>
</property>
<property name="maxValue">
<number>2000</number>
</property>
<property name="pageStep">
<number>25</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="toolTip" stdset="0">
<string>Zoom</string>
</property>
</widget>
</grid>
</widget>
<includes>
<include location="local" impldecl="in declaration">kiconloader.h</include>
</includes>
<Q_SLOTS>
<slot>zoomChanged(int)</slot>
<slot>zoomMinus()</slot>
<slot>zoomPlus()</slot>
</Q_SLOTS>
<pixmapfunction>BarIcon</pixmapfunction>
<layoutdefaults spacing="2" margin="0"/>
</UI>
|