~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to plugins/bwscheduler/additemdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-12-08 19:17:41 UTC
  • mfrom: (1.2.1 upstream) (0.7.12 sid)
  • Revision ID: james.westby@ubuntu.com-20091208191741-lqlq0xvnlv8ki19u
Tags: 3.3.1+dfsg.1-1ubuntu1
* Merge with Debian Testing remaining changes:
  - Build-depend directly on libboost-serialization1.40-dev since
    libboost-serialization-dev from boost-defaults is not in Main
  - Add in rules: include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk
  - Don't use dpkg-source 3.0 format
  - Add quilt to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <x>0</x>
7
7
    <y>0</y>
8
8
    <width>601</width>
9
 
    <height>256</height>
 
9
    <height>411</height>
10
10
   </rect>
11
11
  </property>
12
12
  <property name="windowTitle" >
13
13
   <string>Add a new item to the schedule</string>
14
14
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout_4" >
 
15
  <layout class="QVBoxLayout" name="verticalLayout_5" >
16
16
   <property name="margin" >
17
17
    <number>0</number>
18
18
   </property>
116
116
       <property name="title" >
117
117
        <string>Limits</string>
118
118
       </property>
119
 
       <layout class="QVBoxLayout" name="verticalLayout_2" >
 
119
       <layout class="QVBoxLayout" name="verticalLayout_4" >
 
120
        <item>
 
121
         <widget class="QCheckBox" name="m_paused" >
 
122
          <property name="text" >
 
123
           <string>Stop all torrents</string>
 
124
          </property>
 
125
         </widget>
 
126
        </item>
120
127
        <item>
121
128
         <layout class="QGridLayout" >
122
129
          <item row="0" column="0" >
162
169
         </layout>
163
170
        </item>
164
171
        <item>
165
 
         <widget class="QCheckBox" name="m_paused" >
166
 
          <property name="text" >
167
 
           <string>Stop all torrents</string>
168
 
          </property>
169
 
         </widget>
170
 
        </item>
171
 
        <item>
172
 
         <widget class="QCheckBox" name="m_set_connection_limits" >
173
 
          <property name="text" >
174
 
           <string>Set connection limits</string>
175
 
          </property>
176
 
         </widget>
177
 
        </item>
178
 
        <item>
179
 
         <layout class="QGridLayout" >
 
172
         <widget class="QCheckBox" name="m_screensaver_limits" >
 
173
          <property name="text" >
 
174
           <string>When screensaver is activated:</string>
 
175
          </property>
 
176
         </widget>
 
177
        </item>
 
178
        <item>
 
179
         <layout class="QGridLayout" name="_2" >
180
180
          <item row="0" column="0" >
181
 
           <widget class="QLabel" name="label_7" >
 
181
           <widget class="QLabel" name="label_8" >
182
182
            <property name="text" >
183
 
             <string>Maximum connections per torrent:</string>
 
183
             <string>Download limit:</string>
184
184
            </property>
185
185
           </widget>
186
186
          </item>
187
187
          <item row="0" column="1" >
188
 
           <widget class="QSpinBox" name="m_max_conn_per_torrent" >
 
188
           <widget class="QSpinBox" name="m_ss_download_limit" >
189
189
            <property name="specialValueText" >
190
190
             <string>No limit</string>
191
191
            </property>
 
192
            <property name="suffix" >
 
193
             <string> KiB/s</string>
 
194
            </property>
192
195
            <property name="maximum" >
193
 
             <number>99999</number>
 
196
             <number>10000000</number>
194
197
            </property>
195
198
           </widget>
196
199
          </item>
197
200
          <item row="1" column="0" >
198
 
           <widget class="QLabel" name="label_6" >
 
201
           <widget class="QLabel" name="label_9" >
199
202
            <property name="text" >
200
 
             <string>Global connection limit:</string>
 
203
             <string>Upload limit:</string>
201
204
            </property>
202
205
           </widget>
203
206
          </item>
204
207
          <item row="1" column="1" >
205
 
           <widget class="QSpinBox" name="m_max_conn_global" >
 
208
           <widget class="QSpinBox" name="m_ss_upload_limit" >
206
209
            <property name="specialValueText" >
207
210
             <string>No limit</string>
208
211
            </property>
 
212
            <property name="suffix" >
 
213
             <string> KiB/s</string>
 
214
            </property>
209
215
            <property name="maximum" >
210
 
             <number>99999</number>
211
 
            </property>
212
 
            <property name="value" >
213
 
             <number>0</number>
 
216
             <number>10000000</number>
214
217
            </property>
215
218
           </widget>
216
219
          </item>
235
238
    </layout>
236
239
   </item>
237
240
   <item>
 
241
    <widget class="QGroupBox" name="groupBox_3" >
 
242
     <property name="title" >
 
243
      <string>Connection Limits</string>
 
244
     </property>
 
245
     <layout class="QVBoxLayout" name="verticalLayout_2" >
 
246
      <item>
 
247
       <widget class="QCheckBox" name="m_set_connection_limits" >
 
248
        <property name="text" >
 
249
         <string>Set connection limits</string>
 
250
        </property>
 
251
       </widget>
 
252
      </item>
 
253
      <item>
 
254
       <layout class="QGridLayout" >
 
255
        <item row="0" column="0" >
 
256
         <widget class="QLabel" name="label_7" >
 
257
          <property name="text" >
 
258
           <string>Maximum connections per torrent:</string>
 
259
          </property>
 
260
         </widget>
 
261
        </item>
 
262
        <item row="0" column="1" >
 
263
         <widget class="QSpinBox" name="m_max_conn_per_torrent" >
 
264
          <property name="specialValueText" >
 
265
           <string>No limit</string>
 
266
          </property>
 
267
          <property name="maximum" >
 
268
           <number>99999</number>
 
269
          </property>
 
270
         </widget>
 
271
        </item>
 
272
        <item row="1" column="0" >
 
273
         <widget class="QLabel" name="label_6" >
 
274
          <property name="text" >
 
275
           <string>Global connection limit:</string>
 
276
          </property>
 
277
         </widget>
 
278
        </item>
 
279
        <item row="1" column="1" >
 
280
         <widget class="QSpinBox" name="m_max_conn_global" >
 
281
          <property name="specialValueText" >
 
282
           <string>No limit</string>
 
283
          </property>
 
284
          <property name="maximum" >
 
285
           <number>99999</number>
 
286
          </property>
 
287
          <property name="value" >
 
288
           <number>0</number>
 
289
          </property>
 
290
         </widget>
 
291
        </item>
 
292
       </layout>
 
293
      </item>
 
294
     </layout>
 
295
    </widget>
 
296
   </item>
 
297
   <item>
238
298
    <widget class="Line" name="line" >
239
299
     <property name="orientation" >
240
300
      <enum>Qt::Horizontal</enum>