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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/choose_format.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>ChooseFormatDialog</class>
 
3
 <widget class="QDialog" name="ChooseFormatDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>507</width>
 
9
    <height>377</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Choose Format</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="../images.qrc" >:/images/mimetypes/unknown.svg</iconset>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <item>
 
20
    <widget class="QLabel" name="msg" >
 
21
     <property name="text" >
 
22
      <string>TextLabel</string>
 
23
     </property>
 
24
    </widget>
 
25
   </item>
 
26
   <item>
 
27
    <widget class="QListWidget" name="formats" >
 
28
     <property name="iconSize" >
 
29
      <size>
 
30
       <width>64</width>
 
31
       <height>64</height>
 
32
      </size>
 
33
     </property>
 
34
    </widget>
 
35
   </item>
 
36
   <item>
 
37
    <widget class="QDialogButtonBox" name="buttonBox" >
 
38
     <property name="orientation" >
 
39
      <enum>Qt::Horizontal</enum>
 
40
     </property>
 
41
     <property name="standardButtons" >
 
42
      <set>QDialogButtonBox::Ok</set>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
  </layout>
 
47
 </widget>
 
48
 <resources>
 
49
  <include location="../images.qrc" />
 
50
 </resources>
 
51
 <connections>
 
52
  <connection>
 
53
   <sender>buttonBox</sender>
 
54
   <signal>accepted()</signal>
 
55
   <receiver>ChooseFormatDialog</receiver>
 
56
   <slot>accept()</slot>
 
57
   <hints>
 
58
    <hint type="sourcelabel" >
 
59
     <x>248</x>
 
60
     <y>254</y>
 
61
    </hint>
 
62
    <hint type="destinationlabel" >
 
63
     <x>157</x>
 
64
     <y>274</y>
 
65
    </hint>
 
66
   </hints>
 
67
  </connection>
 
68
  <connection>
 
69
   <sender>buttonBox</sender>
 
70
   <signal>rejected()</signal>
 
71
   <receiver>ChooseFormatDialog</receiver>
 
72
   <slot>reject()</slot>
 
73
   <hints>
 
74
    <hint type="sourcelabel" >
 
75
     <x>316</x>
 
76
     <y>260</y>
 
77
    </hint>
 
78
    <hint type="destinationlabel" >
 
79
     <x>286</x>
 
80
     <y>274</y>
 
81
    </hint>
 
82
   </hints>
 
83
  </connection>
 
84
 </connections>
 
85
</ui>