~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/gui2/preferences/look_feel.ui

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-10-03 23:18:14 UTC
  • mfrom: (1.3.36)
  • Revision ID: package-import@ubuntu.com-20121003231814-i67zl632zxlj4qn1
Tags: 0.9.0+dfsg-1
* New upstream release.
* debian/control, debian/rules: ttf-liberation is no more, move to
  fonts-liberation. Thanks to Kan-Ru Chen! (Closes: #674838)
* debian/calibre.install: Drop pyPdf, not shipped upstream any more.
* debian/control: Add new python-netifaces dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
       <string>Book Details</string>
213
213
      </attribute>
214
214
      <layout class="QGridLayout" name="gridLayout_12">
215
 
       <item row="1" column="0" rowspan="2">
 
215
       <item row="2" column="1">
 
216
        <widget class="QLabel" name="label_3">
 
217
         <property name="text">
 
218
          <string>Note that &lt;b&gt;comments&lt;/b&gt; will always be displayed at the end, regardless of the position you assign here.</string>
 
219
         </property>
 
220
         <property name="wordWrap">
 
221
          <bool>true</bool>
 
222
         </property>
 
223
        </widget>
 
224
       </item>
 
225
       <item row="0" column="1">
 
226
        <widget class="QCheckBox" name="opt_use_roman_numerals_for_series_number">
 
227
         <property name="text">
 
228
          <string>Use &amp;Roman numerals for series</string>
 
229
         </property>
 
230
         <property name="checked">
 
231
          <bool>true</bool>
 
232
         </property>
 
233
        </widget>
 
234
       </item>
 
235
       <item row="2" column="0" rowspan="2">
216
236
        <widget class="QGroupBox" name="groupBox">
217
237
         <property name="title">
218
238
          <string>Select displayed metadata</string>
219
239
         </property>
220
240
         <layout class="QGridLayout" name="gridLayout_3">
221
 
          <item row="0" column="0" rowspan="3">
222
 
           <widget class="QListView" name="field_display_order">
223
 
            <property name="alternatingRowColors">
224
 
             <bool>true</bool>
225
 
            </property>
226
 
           </widget>
227
 
          </item>
228
241
          <item row="0" column="1">
229
242
           <widget class="QToolButton" name="df_up_button">
230
243
            <property name="toolTip">
247
260
            </property>
248
261
           </widget>
249
262
          </item>
 
263
          <item row="0" column="0" rowspan="3">
 
264
           <widget class="QListView" name="field_display_order">
 
265
            <property name="alternatingRowColors">
 
266
             <bool>true</bool>
 
267
            </property>
 
268
           </widget>
 
269
          </item>
250
270
          <item row="1" column="1">
251
271
           <spacer name="verticalSpacer_5">
252
272
            <property name="orientation">
288
308
         </item>
289
309
        </layout>
290
310
       </item>
291
 
       <item row="0" column="1">
292
 
        <widget class="QCheckBox" name="opt_use_roman_numerals_for_series_number">
293
 
         <property name="text">
294
 
          <string>Use &amp;Roman numerals for series</string>
295
 
         </property>
296
 
         <property name="checked">
297
 
          <bool>true</bool>
298
 
         </property>
299
 
        </widget>
300
 
       </item>
301
 
       <item row="1" column="1">
302
 
        <widget class="QLabel" name="label_3">
303
 
         <property name="text">
304
 
          <string>Note that &lt;b&gt;comments&lt;/b&gt; will always be displayed at the end, regardless of the position you assign here.</string>
305
 
         </property>
306
 
         <property name="wordWrap">
307
 
          <bool>true</bool>
 
311
       <item row="1" column="0" colspan="2">
 
312
        <widget class="QCheckBox" name="opt_bd_show_cover">
 
313
         <property name="text">
 
314
          <string>Show &amp;cover in the book details panel</string>
308
315
         </property>
309
316
        </widget>
310
317
       </item>