summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/fileconfirmbase.ui
blob: 9897095850ee8a93f7f91a7575e953b368db412f (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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>FileConfirmBase</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>FileConfirmBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>410</width>
            <height>307</height>
        </rect>
    </property>
    <property name="caption">
        <string>A User Would Like to Send You a File</string>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>3</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>TextLabel1</cstring>
            </property>
            <property name="text">
                <string>A user is trying to send you a file. The file will only be downloaded if you accept this dialog. If you do not wish to receive it, please click 'Refuse'. This file will never be executed by Kopete at any point during or after the transfer.</string>
            </property>
            <property name="alignment">
                <set>WordBreak|AlignVCenter</set>
            </property>
        </widget>
        <widget class="TQLabel" row="1" column="0">
            <property name="name">
                <cstring>TextLabel1_2</cstring>
            </property>
            <property name="text">
                <string>From:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="2" column="0">
            <property name="name">
                <cstring>TextLabel7</cstring>
            </property>
            <property name="text">
                <string>File name:</string>
            </property>
        </widget>
        <widget class="KLineEdit" row="6" column="1">
            <property name="name">
                <cstring>m_saveto</cstring>
            </property>
        </widget>
        <widget class="KPushButton" row="6" column="2">
            <property name="name">
                <cstring>cmdBrowse</cstring>
            </property>
            <property name="text">
                <string>&amp;Browse...</string>
            </property>
        </widget>
        <widget class="TQLabel" row="5" column="0">
            <property name="name">
                <cstring>TextLabel11</cstring>
            </property>
            <property name="text">
                <string>Size:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="3" column="0">
            <property name="name">
                <cstring>TextLabel8</cstring>
            </property>
            <property name="text">
                <string>Description:</string>
            </property>
        </widget>
        <widget class="TQTextEdit" row="3" column="1" rowspan="2" colspan="2">
            <property name="name">
                <cstring>m_description</cstring>
            </property>
            <property name="readOnly">
                <bool>true</bool>
            </property>
        </widget>
        <spacer row="4" column="0">
            <property name="name">
                <cstring>Spacer6</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>20</height>
                </size>
            </property>
        </spacer>
        <widget class="TQLabel" row="6" column="0">
            <property name="name">
                <cstring>TextLabel13</cstring>
            </property>
            <property name="text">
                <string>Save to:</string>
            </property>
        </widget>
        <widget class="KLineEdit" row="1" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>m_from</cstring>
            </property>
            <property name="readOnly">
                <bool>true</bool>
            </property>
        </widget>
        <widget class="KLineEdit" row="2" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>m_filename</cstring>
            </property>
            <property name="readOnly">
                <bool>true</bool>
            </property>
        </widget>
        <widget class="KLineEdit" row="5" column="1" rowspan="1" colspan="2">
            <property name="name">
                <cstring>m_size</cstring>
            </property>
            <property name="readOnly">
                <bool>true</bool>
            </property>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
    <includehint>klineedit.h</includehint>
    <includehint>kpushbutton.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
    <includehint>klineedit.h</includehint>
</includehints>
</UI>