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

« back to all changes in this revision

Viewing changes to ktorrent/recommendedsettingsdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas (The man)
  • Date: 2008-08-05 20:23:04 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20080805202304-mvob4miklhc39uv9
Tags: 3.1.2+dfsg.1-0ubuntu1
New upstream release (LP: #255171)

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
       <property name="title" >
266
266
        <string>Queue Manager</string>
267
267
       </property>
268
 
       <layout class="QFormLayout" name="formLayout" >
269
 
        <item row="0" column="0" >
270
 
         <widget class="QLabel" name="label_6" >
271
 
          <property name="text" >
272
 
           <string>Number of upload slots:</string>
273
 
          </property>
274
 
         </widget>
275
 
        </item>
276
 
        <item row="0" column="1" >
277
 
         <widget class="QLabel" name="m_upload_slots" >
278
 
          <property name="text" >
279
 
           <string>TextLabel</string>
280
 
          </property>
281
 
         </widget>
282
 
        </item>
283
 
        <item row="1" column="0" >
284
 
         <widget class="QLabel" name="label_14" >
285
 
          <property name="text" >
286
 
           <string>Maximum downloads:</string>
287
 
          </property>
288
 
         </widget>
289
 
        </item>
290
 
        <item row="1" column="1" >
291
 
         <widget class="QLabel" name="m_max_downloads" >
292
 
          <property name="text" >
293
 
           <string>TextLabel</string>
294
 
          </property>
295
 
         </widget>
296
 
        </item>
297
 
        <item row="2" column="0" >
298
 
         <widget class="QLabel" name="label_17" >
299
 
          <property name="text" >
300
 
           <string>Maximum seeds:</string>
301
 
          </property>
302
 
         </widget>
303
 
        </item>
304
 
        <item row="2" column="1" >
305
 
         <widget class="QLabel" name="m_max_seeds" >
306
 
          <property name="text" >
307
 
           <string>TextLabel</string>
308
 
          </property>
309
 
         </widget>
 
268
       <layout class="QVBoxLayout" name="verticalLayout_3" >
 
269
        <item>
 
270
         <layout class="QGridLayout" name="gridLayout_4" >
 
271
          <item row="0" column="0" >
 
272
           <widget class="QLabel" name="label_6" >
 
273
            <property name="text" >
 
274
             <string>Number of upload slots:</string>
 
275
            </property>
 
276
           </widget>
 
277
          </item>
 
278
          <item row="0" column="1" >
 
279
           <widget class="QLabel" name="m_upload_slots" >
 
280
            <property name="text" >
 
281
             <string>TextLabel</string>
 
282
            </property>
 
283
           </widget>
 
284
          </item>
 
285
          <item row="1" column="0" >
 
286
           <widget class="QLabel" name="label_14" >
 
287
            <property name="text" >
 
288
             <string>Maximum downloads:</string>
 
289
            </property>
 
290
           </widget>
 
291
          </item>
 
292
          <item row="1" column="1" >
 
293
           <widget class="QLabel" name="m_max_downloads" >
 
294
            <property name="text" >
 
295
             <string>TextLabel</string>
 
296
            </property>
 
297
           </widget>
 
298
          </item>
 
299
          <item row="2" column="0" >
 
300
           <widget class="QLabel" name="label_17" >
 
301
            <property name="text" >
 
302
             <string>Maximum seeds:</string>
 
303
            </property>
 
304
           </widget>
 
305
          </item>
 
306
          <item row="2" column="1" >
 
307
           <widget class="QLabel" name="m_max_seeds" >
 
308
            <property name="text" >
 
309
             <string>TextLabel</string>
 
310
            </property>
 
311
           </widget>
 
312
          </item>
 
313
         </layout>
 
314
        </item>
 
315
        <item>
 
316
         <spacer name="verticalSpacer_2" >
 
317
          <property name="orientation" >
 
318
           <enum>Qt::Vertical</enum>
 
319
          </property>
 
320
          <property name="sizeHint" stdset="0" >
 
321
           <size>
 
322
            <width>20</width>
 
323
            <height>12</height>
 
324
           </size>
 
325
          </property>
 
326
         </spacer>
310
327
        </item>
311
328
       </layout>
312
329
      </widget>