summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/metacontactselectorwidget_base.ui
blob: 1fd3531719b71a66211aae975e9bf9bc0604bd92 (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
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MetaContactSelectorWidget_Base</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>MetaContactSelectorWidget_Base</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>427</width>
            <height>306</height>
        </rect>
    </property>
    <property name="sizePolicy">
        <sizepolicy>
            <hsizetype>5</hsizetype>
            <vsizetype>1</vsizetype>
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
        </sizepolicy>
    </property>
    <property name="caption">
        <string>Select Contact</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="KActiveLabel">
            <property name="name">
                <cstring>lblHeader</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>7</hsizetype>
                    <vsizetype>4</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
        </widget>
        <widget class="TQLayoutWidget">
            <property name="name">
                <cstring>tqlayout2</cstring>
            </property>
            <hbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQLabel">
                    <property name="name">
                        <cstring>lblSearch</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>5</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>S&amp;earch:</string>
                    </property>
                    <property name="buddy" stdset="0">
                        <cstring>kListViewSearchLine</cstring>
                    </property>
                </widget>
                <widget class="Kopete::UI::ListView::SearchLine">
                    <property name="name">
                        <cstring>kListViewSearchLine</cstring>
                    </property>
                </widget>
            </hbox>
        </widget>
        <widget class="Kopete::UI::ListView::ListView">
            <column>
                <property name="text">
                    <string>Meta Contact</string>
                </property>
                <property name="clickable">
                    <bool>true</bool>
                </property>
                <property name="resizable">
                    <bool>true</bool>
                </property>
            </column>
            <property name="name">
                <cstring>metaContactListView</cstring>
            </property>
        </widget>
    </vbox>
</widget>
<includes>
    <include location="local" impldecl="in declaration">kopetelistviewsearchline.h</include>
    <include location="local" impldecl="in declaration">kopetelistview.h</include>
    <include location="global" impldecl="in declaration">tqheader.h</include>
</includes>
<tqlayoutdefaults spacing="6" margin="11"/>
<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
    <includehint>kactivelabel.h</includehint>
    <includehint>kopetelistviewsearchline.h</includehint>
    <includehint>kopetelistview.h</includehint>
</includehints>
</UI>