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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/wizard/library.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>WizardPage</class>
 
4
 <widget class="QWizardPage" name="WizardPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>481</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <property name="title">
 
17
   <string>Welcome to calibre</string>
 
18
  </property>
 
19
  <property name="subTitle">
 
20
   <string>The one stop solution to all your e-book needs.</string>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout">
 
23
   <item row="0" column="0" colspan="2">
 
24
    <widget class="QLabel" name="label">
 
25
     <property name="text">
 
26
      <string>Choose a location for your books. When you add books to calibre, they will be copied here:</string>
 
27
     </property>
 
28
     <property name="wordWrap">
 
29
      <bool>true</bool>
 
30
     </property>
 
31
    </widget>
 
32
   </item>
 
33
   <item row="1" column="0">
 
34
    <widget class="QLineEdit" name="location">
 
35
     <property name="readOnly">
 
36
      <bool>true</bool>
 
37
     </property>
 
38
    </widget>
 
39
   </item>
 
40
   <item row="1" column="1">
 
41
    <widget class="QPushButton" name="button_change">
 
42
     <property name="text">
 
43
      <string>&amp;Change</string>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item row="3" column="0">
 
48
    <spacer name="verticalSpacer">
 
49
     <property name="orientation">
 
50
      <enum>Qt::Vertical</enum>
 
51
     </property>
 
52
     <property name="sizeHint" stdset="0">
 
53
      <size>
 
54
       <width>20</width>
 
55
       <height>40</height>
 
56
      </size>
 
57
     </property>
 
58
    </spacer>
 
59
   </item>
 
60
   <item row="2" column="0" colspan="2">
 
61
    <widget class="QLabel" name="label_2">
 
62
     <property name="text">
 
63
      <string>If you have an existing calibre library, it will be copied to the new location. If a calibre library already exists at the new location, calibre will switch to using it.</string>
 
64
     </property>
 
65
     <property name="wordWrap">
 
66
      <bool>true</bool>
 
67
     </property>
 
68
    </widget>
 
69
   </item>
 
70
  </layout>
 
71
 </widget>
 
72
 <resources/>
 
73
 <connections/>
 
74
</ui>