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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/wizard/device.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>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Welcome to calibre</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../images.qrc">
 
18
    <normaloff>:/images/wizard.svg</normaloff>:/images/wizard.svg</iconset>
 
19
  </property>
 
20
  <property name="title">
 
21
   <string>Welcome to calibre</string>
 
22
  </property>
 
23
  <property name="subTitle">
 
24
   <string>The one stop solution to all your e-book needs.</string>
 
25
  </property>
 
26
  <layout class="QGridLayout" name="gridLayout">
 
27
   <item row="0" column="0" colspan="2">
 
28
    <widget class="QLabel" name="label">
 
29
     <property name="text">
 
30
      <string>Choose your book reader. This will set the conversion options to produce books optimized for your device.</string>
 
31
     </property>
 
32
     <property name="wordWrap">
 
33
      <bool>true</bool>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="1" column="0">
 
38
    <widget class="QGroupBox" name="groupBox">
 
39
     <property name="title">
 
40
      <string>&amp;Manufacturers</string>
 
41
     </property>
 
42
     <layout class="QVBoxLayout" name="verticalLayout">
 
43
      <item>
 
44
       <widget class="QListView" name="manufacturer_view">
 
45
        <property name="selectionBehavior">
 
46
         <enum>QAbstractItemView::SelectRows</enum>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
 
50
     </layout>
 
51
    </widget>
 
52
   </item>
 
53
   <item row="1" column="1">
 
54
    <widget class="QGroupBox" name="groupBox_2">
 
55
     <property name="title">
 
56
      <string>&amp;Devices</string>
 
57
     </property>
 
58
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
59
      <item>
 
60
       <widget class="QListView" name="device_view">
 
61
        <property name="selectionBehavior">
 
62
         <enum>QAbstractItemView::SelectRows</enum>
 
63
        </property>
 
64
       </widget>
 
65
      </item>
 
66
     </layout>
 
67
    </widget>
 
68
   </item>
 
69
  </layout>
 
70
 </widget>
 
71
 <resources>
 
72
  <include location="../images.qrc"/>
 
73
 </resources>
 
74
 <connections/>
 
75
</ui>