~ubuntu-branches/ubuntu/karmic/calibre/karmic

« back to all changes in this revision

Viewing changes to src/calibre/gui2/wizard/send_email.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-30 12:49:41 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730124941-qjdsmri25zt8zocn
Tags: 0.6.3+dfsg-0ubuntu1
* New upstream release. Please see http://calibre.kovidgoyal.net/new_in_6/
  for the list of new features and changes.
* remove_postinstall.patch: Update for new version.
* build_debug.patch: Does not apply any more, disable for now. Might not be
  necessary any more.
* debian/copyright: Fix reference to versionless GPL.
* debian/rules: Drop obsolete dh_desktop call.
* debian/rules: Add workaround for weird Python 2.6 setuptools behaviour of
  putting compiled .so files into src/calibre/plugins/calibre/plugins
  instead of src/calibre/plugins.
* debian/rules: Drop hal fdi moving, new upstream version does not use hal
  any more. Drop hal dependency, too.
* debian/rules: Install udev rules into /lib/udev/rules.d.
* Add debian/calibre.preinst: Remove unmodified
  /etc/udev/rules.d/95-calibre.rules on upgrade.
* debian/control: Bump Python dependencies to 2.6, since upstream needs
  it now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>585</width>
 
10
    <height>238</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0" colspan="2">
 
18
    <layout class="QHBoxLayout" name="horizontalLayout_9">
 
19
     <item>
 
20
      <widget class="QLabel" name="label_15">
 
21
       <property name="text">
 
22
        <string>Send email &amp;from:</string>
 
23
       </property>
 
24
       <property name="buddy">
 
25
        <cstring>email_from</cstring>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item>
 
30
      <widget class="QLineEdit" name="email_from">
 
31
       <property name="toolTip">
 
32
        <string>&lt;p&gt;This is what will be present in the From: field of emails sent by calibre.&lt;br&gt; Set it to your email address</string>
 
33
       </property>
 
34
      </widget>
 
35
     </item>
 
36
    </layout>
 
37
   </item>
 
38
   <item row="1" column="0">
 
39
    <widget class="QGroupBox" name="groupBox_5">
 
40
     <property name="toolTip">
 
41
      <string>&lt;p&gt;A mail server is useful if the service you are sending mail to only accepts email from well know mail services.</string>
 
42
     </property>
 
43
     <property name="title">
 
44
      <string>Mail &amp;Server</string>
 
45
     </property>
 
46
     <layout class="QGridLayout" name="gridLayout_3">
 
47
      <item row="0" column="0" colspan="4">
 
48
       <widget class="QLabel" name="label_16">
 
49
        <property name="text">
 
50
         <string>calibre can &lt;b&gt;optionally&lt;/b&gt; use a server to send mail</string>
 
51
        </property>
 
52
        <property name="wordWrap">
 
53
         <bool>true</bool>
 
54
        </property>
 
55
       </widget>
 
56
      </item>
 
57
      <item row="1" column="0">
 
58
       <widget class="QLabel" name="label_17">
 
59
        <property name="text">
 
60
         <string>&amp;Hostname:</string>
 
61
        </property>
 
62
        <property name="buddy">
 
63
         <cstring>relay_host</cstring>
 
64
        </property>
 
65
       </widget>
 
66
      </item>
 
67
      <item row="1" column="1" colspan="2">
 
68
       <widget class="QLineEdit" name="relay_host">
 
69
        <property name="toolTip">
 
70
         <string>The hostname of your mail server. For e.g. smtp.gmail.com</string>
 
71
        </property>
 
72
       </widget>
 
73
      </item>
 
74
      <item row="1" column="3">
 
75
       <layout class="QHBoxLayout" name="horizontalLayout_11">
 
76
        <item>
 
77
         <widget class="QLabel" name="label_18">
 
78
          <property name="text">
 
79
           <string>&amp;Port:</string>
 
80
          </property>
 
81
          <property name="buddy">
 
82
           <cstring>relay_port</cstring>
 
83
          </property>
 
84
         </widget>
 
85
        </item>
 
86
        <item>
 
87
         <widget class="QSpinBox" name="relay_port">
 
88
          <property name="toolTip">
 
89
           <string>The port your mail server listens for connections on. The default is 25</string>
 
90
          </property>
 
91
          <property name="minimum">
 
92
           <number>1</number>
 
93
          </property>
 
94
          <property name="maximum">
 
95
           <number>65555</number>
 
96
          </property>
 
97
          <property name="value">
 
98
           <number>25</number>
 
99
          </property>
 
100
         </widget>
 
101
        </item>
 
102
       </layout>
 
103
      </item>
 
104
      <item row="2" column="0">
 
105
       <widget class="QLabel" name="label_19">
 
106
        <property name="text">
 
107
         <string>&amp;Username:</string>
 
108
        </property>
 
109
        <property name="buddy">
 
110
         <cstring>relay_username</cstring>
 
111
        </property>
 
112
       </widget>
 
113
      </item>
 
114
      <item row="2" column="1" colspan="2">
 
115
       <widget class="QLineEdit" name="relay_username">
 
116
        <property name="toolTip">
 
117
         <string>Your username on the mail server</string>
 
118
        </property>
 
119
       </widget>
 
120
      </item>
 
121
      <item row="3" column="0">
 
122
       <widget class="QLabel" name="label_20">
 
123
        <property name="text">
 
124
         <string>&amp;Password:</string>
 
125
        </property>
 
126
        <property name="buddy">
 
127
         <cstring>relay_password</cstring>
 
128
        </property>
 
129
       </widget>
 
130
      </item>
 
131
      <item row="3" column="1" colspan="2">
 
132
       <widget class="QLineEdit" name="relay_password">
 
133
        <property name="toolTip">
 
134
         <string>Your password on the mail server</string>
 
135
        </property>
 
136
        <property name="echoMode">
 
137
         <enum>QLineEdit::Password</enum>
 
138
        </property>
 
139
       </widget>
 
140
      </item>
 
141
      <item row="3" column="3">
 
142
       <widget class="QCheckBox" name="relay_show_password">
 
143
        <property name="text">
 
144
         <string>&amp;Show</string>
 
145
        </property>
 
146
       </widget>
 
147
      </item>
 
148
      <item row="4" column="0">
 
149
       <widget class="QLabel" name="label_21">
 
150
        <property name="text">
 
151
         <string>&amp;Encryption:</string>
 
152
        </property>
 
153
        <property name="buddy">
 
154
         <cstring>relay_tls</cstring>
 
155
        </property>
 
156
       </widget>
 
157
      </item>
 
158
      <item row="4" column="1">
 
159
       <widget class="QRadioButton" name="relay_tls">
 
160
        <property name="toolTip">
 
161
         <string>Use TLS encryption when connecting to the mail server. This is the most common.</string>
 
162
        </property>
 
163
        <property name="text">
 
164
         <string>&amp;TLS</string>
 
165
        </property>
 
166
        <property name="checked">
 
167
         <bool>true</bool>
 
168
        </property>
 
169
       </widget>
 
170
      </item>
 
171
      <item row="4" column="2" colspan="2">
 
172
       <widget class="QRadioButton" name="relay_ssl">
 
173
        <property name="toolTip">
 
174
         <string>Use SSL encryption when connecting to the mail server.</string>
 
175
        </property>
 
176
        <property name="text">
 
177
         <string>&amp;SSL</string>
 
178
        </property>
 
179
       </widget>
 
180
      </item>
 
181
      <item row="3" column="4">
 
182
       <spacer name="horizontalSpacer_3">
 
183
        <property name="orientation">
 
184
         <enum>Qt::Horizontal</enum>
 
185
        </property>
 
186
        <property name="sizeHint" stdset="0">
 
187
         <size>
 
188
          <width>40</width>
 
189
          <height>20</height>
 
190
         </size>
 
191
        </property>
 
192
       </spacer>
 
193
      </item>
 
194
     </layout>
 
195
    </widget>
 
196
   </item>
 
197
   <item row="1" column="1">
 
198
    <layout class="QVBoxLayout" name="verticalLayout_9">
 
199
     <item>
 
200
      <widget class="QToolButton" name="relay_use_gmail">
 
201
       <property name="text">
 
202
        <string>Use Gmail</string>
 
203
       </property>
 
204
       <property name="icon">
 
205
        <iconset resource="../images.qrc">
 
206
         <normaloff>:/images/gmail_logo.png</normaloff>:/images/gmail_logo.png</iconset>
 
207
       </property>
 
208
       <property name="iconSize">
 
209
        <size>
 
210
         <width>48</width>
 
211
         <height>48</height>
 
212
        </size>
 
213
       </property>
 
214
       <property name="toolButtonStyle">
 
215
        <enum>Qt::ToolButtonTextUnderIcon</enum>
 
216
       </property>
 
217
      </widget>
 
218
     </item>
 
219
     <item>
 
220
      <widget class="QPushButton" name="test_email_button">
 
221
       <property name="text">
 
222
        <string>&amp;Test email</string>
 
223
       </property>
 
224
      </widget>
 
225
     </item>
 
226
    </layout>
 
227
   </item>
 
228
  </layout>
 
229
 </widget>
 
230
 <resources>
 
231
  <include location="../images.qrc"/>
 
232
 </resources>
 
233
 <connections/>
 
234
</ui>