summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography/cryptographyprefsbase.ui
blob: daa0c81c8011c017b0bc9472607aea9059e39d7b (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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>CryptographyPrefsUI</class>
<author>Olivier Goffart</author>
<widget class="TQWidget">
    <property name="name">
        <cstring>CryptographyPrefsUI</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>403</width>
            <height>287</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>TextLabel1</cstring>
            </property>
            <property name="text">
                <string>Your private PGP key:</string>
            </property>
        </widget>
        <widget class="TQPushButton" row="0" column="2">
            <property name="name">
                <cstring>m_selectOwnKey</cstring>
            </property>
            <property name="text">
                <string>Select...</string>
            </property>
        </widget>
        <widget class="KLineEdit" row="0" column="1">
            <property name="name">
                <cstring>PGP_private_key</cstring>
            </property>
            <property name="readOnly">
                <bool>true</bool>
            </property>
        </widget>
        <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>Also_my_key</cstring>
            </property>
            <property name="text">
                <string>Encrypt outgoing messages with this key</string>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;Check this box if you want to encrypt outgoing messages with this key, so that you will be able to decrypt them yourself later.&lt;br&gt;
&lt;b&gt;Warning:&lt;/b&gt; This can increase the size of messages, and some protocols will refuse to send your messages because they are too large.</string>
            </property>
        </widget>
        <spacer row="5" column="1">
            <property name="name">
                <cstring>spacer3</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>21</width>
                    <height>50</height>
                </size>
            </property>
        </spacer>
        <widget class="TQButtonGroup" row="4" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>m_cache</cstring>
            </property>
            <property name="title">
                <string>Cache Passphrase</string>
            </property>
            <grid>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="TQRadioButton" row="0" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>Cache_Till_App_Close</cstring>
                    </property>
                    <property name="text">
                        <string>Until Kopete closes</string>
                    </property>
                    <property name="checked">
                        <bool>true</bool>
                    </property>
                </widget>
                <widget class="TQSpinBox" row="2" column="1">
                    <property name="name">
                        <cstring>Cache_Time</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>7</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="maxValue">
                        <number>999</number>
                    </property>
                    <property name="minValue">
                        <number>1</number>
                    </property>
                    <property name="value">
                        <number>15</number>
                    </property>
                </widget>
                <widget class="TQLabel" row="2" column="2">
                    <property name="name">
                        <cstring>textLabel1</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>7</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>minutes</string>
                    </property>
                </widget>
                <widget class="TQRadioButton" row="2" column="0">
                    <property name="name">
                        <cstring>Cache_Till_Time</cstring>
                    </property>
                    <property name="sizePolicy">
                        <sizepolicy>
                            <hsizetype>1</hsizetype>
                            <vsizetype>0</vsizetype>
                            <horstretch>0</horstretch>
                            <verstretch>0</verstretch>
                        </sizepolicy>
                    </property>
                    <property name="text">
                        <string>For</string>
                    </property>
                </widget>
                <widget class="TQRadioButton" row="3" column="0" rowspan="1" colspan="3">
                    <property name="name">
                        <cstring>Cache_Never</cstring>
                    </property>
                    <property name="text">
                        <string>Never</string>
                    </property>
                </widget>
            </grid>
        </widget>
        <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3">
            <property name="name">
                <cstring>No_Passphrase_Handling</cstring>
            </property>
            <property name="text">
                <string>Do not ask for the passphrase</string>
            </property>
        </widget>
    </grid>
</widget>
<connections>
    <connection>
        <sender>No_Passphrase_Handling</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_cache</receiver>
        <slot>setDisabled(bool)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>PGP_private_key</tabstop>
    <tabstop>m_selectOwnKey</tabstop>
    <tabstop>Also_my_key</tabstop>
    <tabstop>No_Passphrase_Handling</tabstop>
    <tabstop>Cache_Till_App_Close</tabstop>
    <tabstop>Cache_Till_Time</tabstop>
    <tabstop>Cache_Time</tabstop>
    <tabstop>Cache_Never</tabstop>
</tabstops>
<Q_SLOTS>
    <slot>m_selectOwnKey_clicked()</slot>
    <slot>m_selectOwnKey_toggled(bool)</slot>
    <slot>m_selectOwnKey_stateChanged(int)</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
    <include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
</UI>