~ubuntu-branches/ubuntu/oneiric/kdepim/oneiric-updates

« back to all changes in this revision

Viewing changes to kmail/ui/localsettings.ui

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-06-28 19:33:24 UTC
  • mfrom: (0.2.13) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20110628193324-8yvjs8sdv9rdoo6c
Tags: 4:4.7.0-0ubuntu1
* New upstream release
  - update install files
  - add missing kdepim-doc package to control file
  - Fix Vcs lines
  - kontact breaks/replaces korganizer << 4:4.6.80
  - tighten the dependency of kdepim-dev on libkdepim4 to fix lintian error

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>LocalPage</class>
3
 
 <widget class="QWidget" name="LocalPage" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>370</width>
9
 
    <height>455</height>
10
 
   </rect>
11
 
  </property>
12
 
  <layout class="QGridLayout" >
13
 
   <item row="0" column="0" colspan="3" >
14
 
    <widget class="QLabel" name="titleLabel" >
15
 
     <property name="font" >
16
 
      <font>
17
 
       <weight>75</weight>
18
 
       <bold>true</bold>
19
 
      </font>
20
 
     </property>
21
 
     <property name="text" >
22
 
      <string>Account Type: Local Account</string>
23
 
     </property>
24
 
    </widget>
25
 
   </item>
26
 
   <item row="1" column="0" colspan="3" >
27
 
    <widget class="KSeparator" name="kseparator" />
28
 
   </item>
29
 
   <item row="2" column="0" >
30
 
    <widget class="QLabel" name="label_2" >
31
 
     <property name="text" >
32
 
      <string>Account &amp;name:</string>
33
 
     </property>
34
 
     <property name="buddy" >
35
 
      <cstring>nameEdit</cstring>
36
 
     </property>
37
 
    </widget>
38
 
   </item>
39
 
   <item row="2" column="1" >
40
 
    <widget class="KLineEdit" name="nameEdit" />
41
 
   </item>
42
 
   <item row="3" column="0" >
43
 
    <widget class="QLabel" name="label_3" >
44
 
     <property name="text" >
45
 
      <string>File location:</string>
46
 
     </property>
47
 
    </widget>
48
 
   </item>
49
 
   <item row="3" column="2" >
50
 
    <widget class="QPushButton" name="choose" >
51
 
     <property name="text" >
52
 
      <string>Choo&amp;se...</string>
53
 
     </property>
54
 
    </widget>
55
 
   </item>
56
 
   <item row="5" column="0" colspan="3" >
57
 
    <widget class="QGroupBox" name="group" >
58
 
     <property name="title" >
59
 
      <string>Locking Method</string>
60
 
     </property>
61
 
     <layout class="QGridLayout" >
62
 
      <item row="0" column="0" >
63
 
       <widget class="QRadioButton" name="lockProcmail" >
64
 
        <property name="text" >
65
 
         <string>Procmail loc&amp;kfile:</string>
66
 
        </property>
67
 
       </widget>
68
 
      </item>
69
 
      <item row="1" column="0" colspan="2" >
70
 
       <widget class="QRadioButton" name="lockMutt" >
71
 
        <property name="text" >
72
 
         <string>&amp;Mutt dotlock</string>
73
 
        </property>
74
 
       </widget>
75
 
      </item>
76
 
      <item row="3" column="0" colspan="2" >
77
 
       <widget class="QRadioButton" name="lockMuttPriv" >
78
 
        <property name="text" >
79
 
         <string>M&amp;utt dotlock privileged</string>
80
 
        </property>
81
 
       </widget>
82
 
      </item>
83
 
      <item row="4" column="0" colspan="2" >
84
 
       <widget class="QRadioButton" name="lockFcntl" >
85
 
        <property name="text" >
86
 
         <string>&amp;FCNTL</string>
87
 
        </property>
88
 
       </widget>
89
 
      </item>
90
 
      <item row="5" column="0" colspan="2" >
91
 
       <widget class="QRadioButton" name="lockNone" >
92
 
        <property name="text" >
93
 
         <string>Non&amp;e (use with care)</string>
94
 
        </property>
95
 
       </widget>
96
 
      </item>
97
 
      <item row="0" column="1" >
98
 
       <widget class="KComboBox" name="procmailLockFileName" />
99
 
      </item>
100
 
     </layout>
101
 
    </widget>
102
 
   </item>
103
 
   <item row="6" column="0" colspan="3" >
104
 
    <widget class="QCheckBox" name="includeInCheck" >
105
 
     <property name="text" >
106
 
      <string>Include in m&amp;anual mail check</string>
107
 
     </property>
108
 
    </widget>
109
 
   </item>
110
 
   <item row="7" column="0" colspan="3" >
111
 
    <widget class="QCheckBox" name="intervalCheck" >
112
 
     <property name="text" >
113
 
      <string>Enable &amp;interval mail checking</string>
114
 
     </property>
115
 
    </widget>
116
 
   </item>
117
 
   <item row="8" column="0" >
118
 
    <widget class="QLabel" name="intervalLabel" >
119
 
     <property name="text" >
120
 
      <string>Check inter&amp;val:</string>
121
 
     </property>
122
 
     <property name="buddy" >
123
 
      <cstring>intervalSpin</cstring>
124
 
     </property>
125
 
    </widget>
126
 
   </item>
127
 
   <item row="8" column="1" >
128
 
    <widget class="KIntNumInput" name="intervalSpin" >
129
 
     <property name="suffix" >
130
 
      <string> min</string>
131
 
     </property>
132
 
    </widget>
133
 
   </item>
134
 
   <item row="9" column="0" >
135
 
    <widget class="QLabel" name="label_5" >
136
 
     <property name="text" >
137
 
      <string>Destination folder:</string>
138
 
     </property>
139
 
    </widget>
140
 
   </item>
141
 
   <item row="10" column="0" >
142
 
    <widget class="QLabel" name="label_6" >
143
 
     <property name="text" >
144
 
      <string>&amp;Pre-command</string>
145
 
     </property>
146
 
     <property name="buddy" >
147
 
      <cstring>precommand</cstring>
148
 
     </property>
149
 
    </widget>
150
 
   </item>
151
 
   <item row="10" column="1" >
152
 
    <widget class="KLineEdit" name="precommand" />
153
 
   </item>
154
 
   <item row="11" column="0" >
155
 
    <spacer>
156
 
     <property name="orientation" >
157
 
      <enum>Qt::Vertical</enum>
158
 
     </property>
159
 
     <property name="sizeHint" stdset="0" >
160
 
      <size>
161
 
       <width>20</width>
162
 
       <height>3</height>
163
 
      </size>
164
 
     </property>
165
 
    </spacer>
166
 
   </item>
167
 
   <item row="9" column="1" >
168
 
    <widget class="KComboBox" name="folderCombo" />
169
 
   </item>
170
 
   <item row="3" column="1" >
171
 
    <widget class="KComboBox" name="locationEdit" >
172
 
     <property name="editable" >
173
 
      <bool>true</bool>
174
 
     </property>
175
 
    </widget>
176
 
   </item>
177
 
  </layout>
178
 
 </widget>
179
 
 <customwidgets>
180
 
  <customwidget>
181
 
   <class>KComboBox</class>
182
 
   <extends>QComboBox</extends>
183
 
   <header>kcombobox.h</header>
184
 
  </customwidget>
185
 
  <customwidget>
186
 
   <class>KIntNumInput</class>
187
 
   <extends>QWidget</extends>
188
 
   <header>knuminput.h</header>
189
 
  </customwidget>
190
 
  <customwidget>
191
 
   <class>KLineEdit</class>
192
 
   <extends>QLineEdit</extends>
193
 
   <header>klineedit.h</header>
194
 
  </customwidget>
195
 
  <customwidget>
196
 
   <class>KSeparator</class>
197
 
   <extends>QFrame</extends>
198
 
   <header>kseparator.h</header>
199
 
   <container>1</container>
200
 
  </customwidget>
201
 
 </customwidgets>
202
 
 <resources/>
203
 
 <connections/>
204
 
</ui>