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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/fb2_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>400</width>
 
10
    <height>300</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
    <spacer name="verticalSpacer">
 
19
     <property name="orientation">
 
20
      <enum>Qt::Vertical</enum>
 
21
     </property>
 
22
     <property name="sizeHint" stdset="0">
 
23
      <size>
 
24
       <width>20</width>
 
25
       <height>213</height>
 
26
      </size>
 
27
     </property>
 
28
    </spacer>
 
29
   </item>
 
30
   <item row="0" column="0">
 
31
    <widget class="QCheckBox" name="opt_no_inline_fb2_toc">
 
32
     <property name="text">
 
33
      <string>Do not insert a &amp;Table of Contents at the beginning of the book.</string>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
  </layout>
 
38
 </widget>
 
39
 <resources/>
 
40
 <connections/>
 
41
</ui>