blob: f6e73ae8364c3dc3f9d3c266457a72162be2ece4 (
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
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KivioLayerPanelBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>KivioLayerPanelBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>177</width>
<height>268</height>
</rect>
</property>
<property name="tqlayoutMargin" stdset="0">
</property>
<property name="tqlayoutSpacing" stdset="0">
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="KToolBar">
<property name="name">
<cstring>bar</cstring>
</property>
</widget>
<widget class="TQListView">
<property name="name">
<cstring>list</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="showToolTips">
<bool>false</bool>
</property>
</widget>
</vbox>
</widget>
<customwidgets>
<customwidget>
<class>KToolBar</class>
<header location="local">ktoolbar.h</header>
<sizehint>
<width>-1</width>
<height>-1</height>
</sizehint>
<container>0</container>
<sizepolicy>
<hordata>5</hordata>
<verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<pixmap>image0</pixmap>
</customwidget>
</customwidgets>
<images>
<image name="image0">
<data format="XBM.GZ" length="79">789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f</data>
</image>
</images>
<connections>
<connection>
<sender>list</sender>
<signal>currentChanged(TQListViewItem*)</signal>
<receiver>KivioLayerPanelBase</receiver>
<slot>updateButtons(TQListViewItem*)</slot>
</connection>
<connection>
<sender>list</sender>
<signal>currentChanged(TQListViewItem*)</signal>
<receiver>KivioLayerPanelBase</receiver>
<slot>itemActivated(TQListViewItem*)</slot>
</connection>
<connection>
<sender>list</sender>
<signal>clicked(TQListViewItem*,const QPoint&,int)</signal>
<receiver>KivioLayerPanelBase</receiver>
<slot>itemClicked(TQListViewItem*,const QPoint&,int)</slot>
</connection>
</connections>
<Q_SLOTS>
<slot access="protected">itemActivated(TQListViewItem*)</slot>
<slot access="protected">itemClicked(TQListViewItem*,const QPoint&,int)</slot>
<slot access="protected">updateButtons(TQListViewItem*)</slot>
</Q_SLOTS>
<tqlayoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>ktoolbar.h</includehint>
</includehints>
</UI>
|