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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/jobs.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
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>JobsDialog</class>
3
 
 <widget class="QDialog" name="JobsDialog" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="JobsDialog">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>542</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Active Jobs</string>
14
15
  </property>
15
 
  <property name="windowIcon" >
16
 
   <iconset resource="../images.qrc" >:/images/jobs.svg</iconset>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../images.qrc">
 
18
    <normaloff>:/images/jobs.svg</normaloff>:/images/jobs.svg</iconset>
17
19
  </property>
18
 
  <layout class="QVBoxLayout" >
 
20
  <layout class="QVBoxLayout">
19
21
   <item>
20
 
    <widget class="JobsView" name="jobs_view" >
21
 
     <property name="contextMenuPolicy" >
 
22
    <widget class="JobsView" name="jobs_view">
 
23
     <property name="contextMenuPolicy">
22
24
      <enum>Qt::NoContextMenu</enum>
23
25
     </property>
24
 
     <property name="editTriggers" >
 
26
     <property name="editTriggers">
25
27
      <set>QAbstractItemView::NoEditTriggers</set>
26
28
     </property>
27
 
     <property name="alternatingRowColors" >
 
29
     <property name="alternatingRowColors">
28
30
      <bool>true</bool>
29
31
     </property>
30
 
     <property name="selectionMode" >
 
32
     <property name="selectionMode">
31
33
      <enum>QAbstractItemView::SingleSelection</enum>
32
34
     </property>
33
 
     <property name="selectionBehavior" >
 
35
     <property name="selectionBehavior">
34
36
      <enum>QAbstractItemView::SelectRows</enum>
35
37
     </property>
36
 
     <property name="iconSize" >
 
38
     <property name="iconSize">
37
39
      <size>
38
40
       <width>32</width>
39
41
       <height>32</height>
42
44
    </widget>
43
45
   </item>
44
46
   <item>
45
 
    <widget class="QPushButton" name="kill_button" >
46
 
     <property name="text" >
 
47
    <widget class="QPushButton" name="kill_button">
 
48
     <property name="text">
47
49
      <string>&amp;Stop selected job</string>
48
50
     </property>
49
51
    </widget>
50
52
   </item>
 
53
   <item>
 
54
    <widget class="QPushButton" name="details_button">
 
55
     <property name="text">
 
56
      <string>Show job &amp;details</string>
 
57
     </property>
 
58
    </widget>
 
59
   </item>
51
60
  </layout>
52
61
 </widget>
53
62
 <customwidgets>
58
67
  </customwidget>
59
68
 </customwidgets>
60
69
 <resources>
61
 
  <include location="../images.qrc" />
 
70
  <include location="../images.qrc"/>
62
71
 </resources>
63
72
 <connections/>
64
73
</ui>