~ubuntu-branches/ubuntu/jaunty/calibre/jaunty-backports

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/conversion_error.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-01-20 17:14:02 UTC
  • Revision ID: james.westby@ubuntu.com-20090120171402-8y3znf6nokwqe80k
Tags: upstream-0.4.125+dfsg
ImportĀ upstreamĀ versionĀ 0.4.125+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ConversionErrorDialog</class>
 
3
 <widget class="QDialog" name="ConversionErrorDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>658</width>
 
9
    <height>515</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>ERROR</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="../images.qrc" >
 
17
    <normaloff>:/library</normaloff>:/library</iconset>
 
18
  </property>
 
19
  <layout class="QGridLayout" >
 
20
   <item row="0" column="0" >
 
21
    <widget class="QLabel" name="label" >
 
22
     <property name="text" >
 
23
      <string/>
 
24
     </property>
 
25
     <property name="pixmap" >
 
26
      <pixmap resource="../images.qrc" >:/images/dialog_error.svg</pixmap>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item rowspan="2" row="0" column="1" >
 
31
    <widget class="QTextBrowser" name="text" />
 
32
   </item>
 
33
   <item row="1" column="0" >
 
34
    <spacer>
 
35
     <property name="orientation" >
 
36
      <enum>Qt::Vertical</enum>
 
37
     </property>
 
38
     <property name="sizeHint" stdset="0" >
 
39
      <size>
 
40
       <width>20</width>
 
41
       <height>40</height>
 
42
      </size>
 
43
     </property>
 
44
    </spacer>
 
45
   </item>
 
46
   <item row="2" column="1" >
 
47
    <widget class="QDialogButtonBox" name="buttonBox" >
 
48
     <property name="standardButtons" >
 
49
      <set>QDialogButtonBox::Ok</set>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
  </layout>
 
54
 </widget>
 
55
 <resources>
 
56
  <include location="../images.qrc" />
 
57
 </resources>
 
58
 <connections>
 
59
  <connection>
 
60
   <sender>buttonBox</sender>
 
61
   <signal>accepted()</signal>
 
62
   <receiver>ConversionErrorDialog</receiver>
 
63
   <slot>accept()</slot>
 
64
   <hints>
 
65
    <hint type="sourcelabel" >
 
66
     <x>246</x>
 
67
     <y>491</y>
 
68
    </hint>
 
69
    <hint type="destinationlabel" >
 
70
     <x>64</x>
 
71
     <y>497</y>
 
72
    </hint>
 
73
   </hints>
 
74
  </connection>
 
75
  <connection>
 
76
   <sender>buttonBox</sender>
 
77
   <signal>rejected()</signal>
 
78
   <receiver>ConversionErrorDialog</receiver>
 
79
   <slot>reject()</slot>
 
80
   <hints>
 
81
    <hint type="sourcelabel" >
 
82
     <x>165</x>
 
83
     <y>480</y>
 
84
    </hint>
 
85
    <hint type="destinationlabel" >
 
86
     <x>32</x>
 
87
     <y>428</y>
 
88
    </hint>
 
89
   </hints>
 
90
  </connection>
 
91
 </connections>
 
92
</ui>