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

« back to all changes in this revision

Viewing changes to plugins/infowidget/iwprefpage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Richard Birnie
  • Date: 2008-06-03 20:32:46 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603203246-dfyemn010uhsf433
Tags: 3.1~rc1+dfsg.1-1ubuntu1
* New upstream development release      
 - Dropped 01_support_external_libbtcore.diffm,
   97_fix_target_link_libraries.diff,
   99_libbtcore_scramble_soname.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>IWPrefPage</class>
 
3
 <widget class="QWidget" name="IWPrefPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>471</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <item>
 
14
    <widget class="QGroupBox" name="groupBox" >
 
15
     <property name="title" >
 
16
      <string>Tabs</string>
 
17
     </property>
 
18
     <layout class="QVBoxLayout" >
 
19
      <item>
 
20
       <widget class="QCheckBox" name="kcfg_showPeerView" >
 
21
        <property name="toolTip" >
 
22
         <string>Whether or not to show the peers tab in the bottom of the window.</string>
 
23
        </property>
 
24
        <property name="text" >
 
25
         <string>Show list of peers</string>
 
26
        </property>
 
27
       </widget>
 
28
      </item>
 
29
      <item>
 
30
       <widget class="QCheckBox" name="kcfg_showChunkView" >
 
31
        <property name="toolTip" >
 
32
         <string>Whether or not to show the chunks tab in the bottom of the window.</string>
 
33
        </property>
 
34
        <property name="text" >
 
35
         <string>Show list of chunks currently downloading</string>
 
36
        </property>
 
37
       </widget>
 
38
      </item>
 
39
      <item>
 
40
       <widget class="QCheckBox" name="kcfg_showTrackersView" >
 
41
        <property name="toolTip" >
 
42
         <string>Whether or not to show the trackers tab in the bottom of the window.</string>
 
43
        </property>
 
44
        <property name="text" >
 
45
         <string>Show list of trackers</string>
 
46
        </property>
 
47
       </widget>
 
48
      </item>
 
49
      <item>
 
50
       <widget class="QCheckBox" name="kcfg_showWebSeedsTab" >
 
51
        <property name="toolTip" >
 
52
         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
53
p, li { white-space: pre-wrap; }
 
54
&lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:8pt; font-weight:400; font-style:normal;">
 
55
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wether or not to show the webseeds tab at the bottom of the window.&lt;/p>&lt;/body>&lt;/html></string>
 
56
        </property>
 
57
        <property name="text" >
 
58
         <string>Show list of webseeds</string>
 
59
        </property>
 
60
       </widget>
 
61
      </item>
 
62
     </layout>
 
63
    </widget>
 
64
   </item>
 
65
   <item>
 
66
    <widget class="QGroupBox" name="groupBox_2" >
 
67
     <property name="title" >
 
68
      <string>File Priority Colors</string>
 
69
     </property>
 
70
     <layout class="QGridLayout" >
 
71
      <item row="0" column="0" >
 
72
       <widget class="QLabel" name="label" >
 
73
        <property name="text" >
 
74
         <string>First priority:</string>
 
75
        </property>
 
76
       </widget>
 
77
      </item>
 
78
      <item row="0" column="1" >
 
79
       <widget class="KColorButton" name="kcfg_firstColor" >
 
80
        <property name="toolTip" >
 
81
         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
82
p, li { white-space: pre-wrap; }
 
83
&lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:8pt; font-weight:400; font-style:normal;">
 
84
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Color to use for first priority files.&lt;/p>&lt;/body>&lt;/html></string>
 
85
        </property>
 
86
       </widget>
 
87
      </item>
 
88
      <item row="1" column="0" >
 
89
       <widget class="QLabel" name="label_2" >
 
90
        <property name="text" >
 
91
         <string>Normal priority:</string>
 
92
        </property>
 
93
       </widget>
 
94
      </item>
 
95
      <item row="1" column="1" >
 
96
       <widget class="KColorButton" name="kcfg_normalColor" >
 
97
        <property name="toolTip" >
 
98
         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
99
p, li { white-space: pre-wrap; }
 
100
&lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:8pt; font-weight:400; font-style:normal;">
 
101
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Color to use for normal priority files.&lt;/p>&lt;/body>&lt;/html></string>
 
102
        </property>
 
103
       </widget>
 
104
      </item>
 
105
      <item row="2" column="0" >
 
106
       <widget class="QLabel" name="label_3" >
 
107
        <property name="text" >
 
108
         <string>Last priority:</string>
 
109
        </property>
 
110
       </widget>
 
111
      </item>
 
112
      <item row="2" column="1" >
 
113
       <widget class="KColorButton" name="kcfg_lastColor" >
 
114
        <property name="toolTip" >
 
115
         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 
116
p, li { white-space: pre-wrap; }
 
117
&lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:8pt; font-weight:400; font-style:normal;">
 
118
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Color to use for last priority files.&lt;/p>&lt;/body>&lt;/html></string>
 
119
        </property>
 
120
       </widget>
 
121
      </item>
 
122
     </layout>
 
123
    </widget>
 
124
   </item>
 
125
   <item>
 
126
    <spacer>
 
127
     <property name="orientation" >
 
128
      <enum>Qt::Vertical</enum>
 
129
     </property>
 
130
     <property name="sizeHint" >
 
131
      <size>
 
132
       <width>392</width>
 
133
       <height>51</height>
 
134
      </size>
 
135
     </property>
 
136
    </spacer>
 
137
   </item>
 
138
  </layout>
 
139
 </widget>
 
140
 <customwidgets>
 
141
  <customwidget>
 
142
   <class>KColorButton</class>
 
143
   <extends>QPushButton</extends>
 
144
   <header>kcolorbutton.h</header>
 
145
  </customwidget>
 
146
 </customwidgets>
 
147
 <resources/>
 
148
 <connections/>
 
149
</ui>