~ubuntu-branches/ubuntu/oneiric/calibre/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-06-21 10:18:08 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101808-aue828f532tmo4zt
Tags: 0.7.2+dfsg-1
* New major upstream version. See http://calibre-ebook.com/new-in/seven for
  details.
* Refresh patches to apply cleanly.
* debian/control: Bump python-cssutils to >= 0.9.7~ to ensure the existence
  of the CSSRuleList.rulesOfType attribute. This makes epub conversion work
  again. (Closes: #584756)
* Add debian/local/calibre-mount-helper: Simple and safe replacement for
  upstream's calibre-mount-helper, using udisks --mount and eject.
  (Closes: #584915, LP: #561958)

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>CommentsDialog</class>
 
4
 <widget class="QDialog" name="CommentsDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>336</width>
 
10
    <height>235</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Edit Comments</string>
 
21
  </property>
 
22
  <widget class="QWidget" name="verticalLayoutWidget">
 
23
   <property name="geometry">
 
24
    <rect>
 
25
     <x>10</x>
 
26
     <y>10</y>
 
27
     <width>311</width>
 
28
     <height>211</height>
 
29
    </rect>
 
30
   </property>
 
31
   <layout class="QVBoxLayout" name="verticalLayout">
 
32
    <item>
 
33
     <widget class="QPlainTextEdit" name="textbox"/>
 
34
    </item>
 
35
    <item>
 
36
     <widget class="QDialogButtonBox" name="buttonBox">
 
37
      <property name="orientation">
 
38
       <enum>Qt::Horizontal</enum>
 
39
      </property>
 
40
      <property name="standardButtons">
 
41
       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
42
      </property>
 
43
     </widget>
 
44
    </item>
 
45
   </layout>
 
46
  </widget>
 
47
 </widget>
 
48
 <resources/>
 
49
 <connections>
 
50
  <connection>
 
51
   <sender>buttonBox</sender>
 
52
   <signal>accepted()</signal>
 
53
   <receiver>CommentsDialog</receiver>
 
54
   <slot>accept()</slot>
 
55
   <hints>
 
56
    <hint type="sourcelabel">
 
57
     <x>229</x>
 
58
     <y>211</y>
 
59
    </hint>
 
60
    <hint type="destinationlabel">
 
61
     <x>157</x>
 
62
     <y>234</y>
 
63
    </hint>
 
64
   </hints>
 
65
  </connection>
 
66
  <connection>
 
67
   <sender>buttonBox</sender>
 
68
   <signal>rejected()</signal>
 
69
   <receiver>CommentsDialog</receiver>
 
70
   <slot>reject()</slot>
 
71
   <hints>
 
72
    <hint type="sourcelabel">
 
73
     <x>297</x>
 
74
     <y>217</y>
 
75
    </hint>
 
76
    <hint type="destinationlabel">
 
77
     <x>286</x>
 
78
     <y>234</y>
 
79
    </hint>
 
80
   </hints>
 
81
  </connection>
 
82
 </connections>
 
83
</ui>