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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/comic_input.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>599</width>
 
10
    <height>305</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="1" column="0">
 
18
    <widget class="QLabel" name="label_3">
 
19
     <property name="text">
 
20
      <string>&amp;Number of Colors:</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>opt_colors</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item row="1" column="1">
 
28
    <widget class="QSpinBox" name="opt_colors">
 
29
     <property name="minimum">
 
30
      <number>8</number>
 
31
     </property>
 
32
     <property name="maximum">
 
33
      <number>3200000</number>
 
34
     </property>
 
35
     <property name="singleStep">
 
36
      <number>8</number>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item row="2" column="0">
 
41
    <widget class="QCheckBox" name="opt_dont_normalize">
 
42
     <property name="text">
 
43
      <string>Disable &amp;normalize</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="3" column="0">
 
48
    <widget class="QCheckBox" name="opt_keep_aspect_ratio">
 
49
     <property name="text">
 
50
      <string>Keep &amp;aspect ratio</string>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="4" column="0">
 
55
    <widget class="QCheckBox" name="opt_dont_sharpen">
 
56
     <property name="text">
 
57
      <string>Disable &amp;Sharpening</string>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
   <item row="5" column="0">
 
62
    <widget class="QCheckBox" name="opt_disable_trim">
 
63
     <property name="text">
 
64
      <string>Disable &amp;Trimming</string>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
   <item row="6" column="0">
 
69
    <widget class="QCheckBox" name="opt_wide">
 
70
     <property name="text">
 
71
      <string>&amp;Wide</string>
 
72
     </property>
 
73
    </widget>
 
74
   </item>
 
75
   <item row="7" column="0">
 
76
    <widget class="QCheckBox" name="opt_landscape">
 
77
     <property name="text">
 
78
      <string>&amp;Landscape</string>
 
79
     </property>
 
80
    </widget>
 
81
   </item>
 
82
   <item row="8" column="0">
 
83
    <widget class="QCheckBox" name="opt_right2left">
 
84
     <property name="text">
 
85
      <string>&amp;Right to left</string>
 
86
     </property>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="9" column="0">
 
90
    <widget class="QCheckBox" name="opt_no_sort">
 
91
     <property name="text">
 
92
      <string>Don't so&amp;rt</string>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
   <item row="10" column="0">
 
97
    <widget class="QCheckBox" name="opt_despeckle">
 
98
     <property name="text">
 
99
      <string>De&amp;speckle</string>
 
100
     </property>
 
101
    </widget>
 
102
   </item>
 
103
   <item row="11" column="0">
 
104
    <spacer name="verticalSpacer">
 
105
     <property name="orientation">
 
106
      <enum>Qt::Vertical</enum>
 
107
     </property>
 
108
     <property name="sizeHint" stdset="0">
 
109
      <size>
 
110
       <width>20</width>
 
111
       <height>40</height>
 
112
      </size>
 
113
     </property>
 
114
    </spacer>
 
115
   </item>
 
116
   <item row="0" column="0">
 
117
    <widget class="QCheckBox" name="opt_no_process">
 
118
     <property name="text">
 
119
      <string>&amp;Disable comic processing</string>
 
120
     </property>
 
121
    </widget>
 
122
   </item>
 
123
  </layout>
 
124
 </widget>
 
125
 <resources/>
 
126
 <connections>
 
127
  <connection>
 
128
   <sender>opt_no_process</sender>
 
129
   <signal>toggled(bool)</signal>
 
130
   <receiver>label_3</receiver>
 
131
   <slot>setDisabled(bool)</slot>
 
132
   <hints>
 
133
    <hint type="sourcelabel">
 
134
     <x>184</x>
 
135
     <y>11</y>
 
136
    </hint>
 
137
    <hint type="destinationlabel">
 
138
     <x>210</x>
 
139
     <y>44</y>
 
140
    </hint>
 
141
   </hints>
 
142
  </connection>
 
143
  <connection>
 
144
   <sender>opt_no_process</sender>
 
145
   <signal>toggled(bool)</signal>
 
146
   <receiver>opt_colors</receiver>
 
147
   <slot>setDisabled(bool)</slot>
 
148
   <hints>
 
149
    <hint type="sourcelabel">
 
150
     <x>284</x>
 
151
     <y>17</y>
 
152
    </hint>
 
153
    <hint type="destinationlabel">
 
154
     <x>371</x>
 
155
     <y>39</y>
 
156
    </hint>
 
157
   </hints>
 
158
  </connection>
 
159
  <connection>
 
160
   <sender>opt_no_process</sender>
 
161
   <signal>toggled(bool)</signal>
 
162
   <receiver>opt_dont_normalize</receiver>
 
163
   <slot>setDisabled(bool)</slot>
 
164
   <hints>
 
165
    <hint type="sourcelabel">
 
166
     <x>107</x>
 
167
     <y>15</y>
 
168
    </hint>
 
169
    <hint type="destinationlabel">
 
170
     <x>20</x>
 
171
     <y>67</y>
 
172
    </hint>
 
173
   </hints>
 
174
  </connection>
 
175
  <connection>
 
176
   <sender>opt_no_process</sender>
 
177
   <signal>toggled(bool)</signal>
 
178
   <receiver>opt_keep_aspect_ratio</receiver>
 
179
   <slot>setDisabled(bool)</slot>
 
180
   <hints>
 
181
    <hint type="sourcelabel">
 
182
     <x>171</x>
 
183
     <y>11</y>
 
184
    </hint>
 
185
    <hint type="destinationlabel">
 
186
     <x>38</x>
 
187
     <y>98</y>
 
188
    </hint>
 
189
   </hints>
 
190
  </connection>
 
191
  <connection>
 
192
   <sender>opt_no_process</sender>
 
193
   <signal>toggled(bool)</signal>
 
194
   <receiver>opt_dont_sharpen</receiver>
 
195
   <slot>setDisabled(bool)</slot>
 
196
   <hints>
 
197
    <hint type="sourcelabel">
 
198
     <x>126</x>
 
199
     <y>12</y>
 
200
    </hint>
 
201
    <hint type="destinationlabel">
 
202
     <x>110</x>
 
203
     <y>124</y>
 
204
    </hint>
 
205
   </hints>
 
206
  </connection>
 
207
  <connection>
 
208
   <sender>opt_no_process</sender>
 
209
   <signal>toggled(bool)</signal>
 
210
   <receiver>opt_disable_trim</receiver>
 
211
   <slot>setDisabled(bool)</slot>
 
212
   <hints>
 
213
    <hint type="sourcelabel">
 
214
     <x>153</x>
 
215
     <y>5</y>
 
216
    </hint>
 
217
    <hint type="destinationlabel">
 
218
     <x>67</x>
 
219
     <y>155</y>
 
220
    </hint>
 
221
   </hints>
 
222
  </connection>
 
223
  <connection>
 
224
   <sender>opt_no_process</sender>
 
225
   <signal>toggled(bool)</signal>
 
226
   <receiver>opt_wide</receiver>
 
227
   <slot>setDisabled(bool)</slot>
 
228
   <hints>
 
229
    <hint type="sourcelabel">
 
230
     <x>164</x>
 
231
     <y>13</y>
 
232
    </hint>
 
233
    <hint type="destinationlabel">
 
234
     <x>84</x>
 
235
     <y>180</y>
 
236
    </hint>
 
237
   </hints>
 
238
  </connection>
 
239
  <connection>
 
240
   <sender>opt_no_process</sender>
 
241
   <signal>toggled(bool)</signal>
 
242
   <receiver>opt_landscape</receiver>
 
243
   <slot>setDisabled(bool)</slot>
 
244
   <hints>
 
245
    <hint type="sourcelabel">
 
246
     <x>129</x>
 
247
     <y>11</y>
 
248
    </hint>
 
249
    <hint type="destinationlabel">
 
250
     <x>145</x>
 
251
     <y>209</y>
 
252
    </hint>
 
253
   </hints>
 
254
  </connection>
 
255
  <connection>
 
256
   <sender>opt_no_process</sender>
 
257
   <signal>toggled(bool)</signal>
 
258
   <receiver>opt_right2left</receiver>
 
259
   <slot>setDisabled(bool)</slot>
 
260
   <hints>
 
261
    <hint type="sourcelabel">
 
262
     <x>183</x>
 
263
     <y>15</y>
 
264
    </hint>
 
265
    <hint type="destinationlabel">
 
266
     <x>52</x>
 
267
     <y>225</y>
 
268
    </hint>
 
269
   </hints>
 
270
  </connection>
 
271
  <connection>
 
272
   <sender>opt_no_process</sender>
 
273
   <signal>toggled(bool)</signal>
 
274
   <receiver>opt_no_sort</receiver>
 
275
   <slot>setDisabled(bool)</slot>
 
276
   <hints>
 
277
    <hint type="sourcelabel">
 
278
     <x>162</x>
 
279
     <y>11</y>
 
280
    </hint>
 
281
    <hint type="destinationlabel">
 
282
     <x>105</x>
 
283
     <y>256</y>
 
284
    </hint>
 
285
   </hints>
 
286
  </connection>
 
287
  <connection>
 
288
   <sender>opt_no_process</sender>
 
289
   <signal>toggled(bool)</signal>
 
290
   <receiver>opt_despeckle</receiver>
 
291
   <slot>setDisabled(bool)</slot>
 
292
   <hints>
 
293
    <hint type="sourcelabel">
 
294
     <x>254</x>
 
295
     <y>19</y>
 
296
    </hint>
 
297
    <hint type="destinationlabel">
 
298
     <x>180</x>
 
299
     <y>296</y>
 
300
    </hint>
 
301
   </hints>
 
302
  </connection>
 
303
 </connections>
 
304
</ui>