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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/look_and_feel.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>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>600</width>
 
10
    <height>500</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <layout class="QGridLayout" name="gridLayout_6">
 
19
     <item row="1" column="0" colspan="2">
 
20
      <widget class="QLabel" name="label_18">
 
21
       <property name="text">
 
22
        <string>Base &amp;font size:</string>
 
23
       </property>
 
24
       <property name="buddy">
 
25
        <cstring>opt_base_font_size</cstring>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item row="1" column="2">
 
30
      <widget class="QDoubleSpinBox" name="opt_base_font_size">
 
31
       <property name="suffix">
 
32
        <string> pt</string>
 
33
       </property>
 
34
       <property name="decimals">
 
35
        <number>1</number>
 
36
       </property>
 
37
       <property name="minimum">
 
38
        <double>0.000000000000000</double>
 
39
       </property>
 
40
       <property name="maximum">
 
41
        <double>30.000000000000000</double>
 
42
       </property>
 
43
       <property name="singleStep">
 
44
        <double>1.000000000000000</double>
 
45
       </property>
 
46
       <property name="value">
 
47
        <double>15.000000000000000</double>
 
48
       </property>
 
49
      </widget>
 
50
     </item>
 
51
     <item row="3" column="0" colspan="2">
 
52
      <widget class="QLabel" name="label">
 
53
       <property name="text">
 
54
        <string>Line &amp;height:</string>
 
55
       </property>
 
56
       <property name="buddy">
 
57
        <cstring>opt_line_height</cstring>
 
58
       </property>
 
59
      </widget>
 
60
     </item>
 
61
     <item row="3" column="2">
 
62
      <widget class="QDoubleSpinBox" name="opt_line_height">
 
63
       <property name="suffix">
 
64
        <string> pt</string>
 
65
       </property>
 
66
       <property name="decimals">
 
67
        <number>1</number>
 
68
       </property>
 
69
      </widget>
 
70
     </item>
 
71
     <item row="5" column="0" colspan="3">
 
72
      <widget class="QCheckBox" name="opt_remove_paragraph_spacing">
 
73
       <property name="text">
 
74
        <string>Remove &amp;spacing between paragraphs</string>
 
75
       </property>
 
76
      </widget>
 
77
     </item>
 
78
     <item row="7" column="0" colspan="3">
 
79
      <widget class="QCheckBox" name="opt_dont_justify">
 
80
       <property name="text">
 
81
        <string>No text &amp;justification</string>
 
82
       </property>
 
83
      </widget>
 
84
     </item>
 
85
     <item row="8" column="0" colspan="3">
 
86
      <widget class="QCheckBox" name="opt_linearize_tables">
 
87
       <property name="text">
 
88
        <string>&amp;Linearize tables</string>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
     <item row="9" column="0" colspan="3">
 
93
      <widget class="QCheckBox" name="opt_asciiize">
 
94
       <property name="text">
 
95
        <string>&amp;Transliterate unicode characters to ASCII.</string>
 
96
       </property>
 
97
      </widget>
 
98
     </item>
 
99
     <item row="2" column="0">
 
100
      <widget class="QLabel" name="label_2">
 
101
       <property name="text">
 
102
        <string>Font size &amp;key:</string>
 
103
       </property>
 
104
       <property name="buddy">
 
105
        <cstring>opt_font_size_mapping</cstring>
 
106
       </property>
 
107
      </widget>
 
108
     </item>
 
109
     <item row="2" column="1" colspan="2">
 
110
      <widget class="QLineEdit" name="opt_font_size_mapping"/>
 
111
     </item>
 
112
     <item row="4" column="0" colspan="2">
 
113
      <widget class="QLabel" name="label_3">
 
114
       <property name="text">
 
115
        <string>Input character &amp;encoding</string>
 
116
       </property>
 
117
       <property name="buddy">
 
118
        <cstring>opt_input_encoding</cstring>
 
119
       </property>
 
120
      </widget>
 
121
     </item>
 
122
     <item row="4" column="2">
 
123
      <widget class="QLineEdit" name="opt_input_encoding"/>
 
124
     </item>
 
125
     <item row="0" column="0" colspan="3">
 
126
      <widget class="QCheckBox" name="opt_disable_font_rescaling">
 
127
       <property name="text">
 
128
        <string>&amp;Disable font size rescaling</string>
 
129
       </property>
 
130
      </widget>
 
131
     </item>
 
132
     <item row="6" column="0" colspan="3">
 
133
      <widget class="QCheckBox" name="opt_insert_blank_line">
 
134
       <property name="text">
 
135
        <string>Insert &amp;blank line</string>
 
136
       </property>
 
137
      </widget>
 
138
     </item>
 
139
    </layout>
 
140
   </item>
 
141
   <item>
 
142
    <widget class="QGroupBox" name="groupBox">
 
143
     <property name="title">
 
144
      <string>Extra &amp;CSS</string>
 
145
     </property>
 
146
     <layout class="QGridLayout" name="gridLayout_3">
 
147
      <item row="0" column="0">
 
148
       <widget class="QTextEdit" name="opt_extra_css"/>
 
149
      </item>
 
150
     </layout>
 
151
    </widget>
 
152
   </item>
 
153
  </layout>
 
154
 </widget>
 
155
 <resources>
 
156
  <include location="../images.qrc"/>
 
157
  <include location="../images.qrc"/>
 
158
 </resources>
 
159
 <connections>
 
160
  <connection>
 
161
   <sender>opt_disable_font_rescaling</sender>
 
162
   <signal>toggled(bool)</signal>
 
163
   <receiver>opt_base_font_size</receiver>
 
164
   <slot>setDisabled(bool)</slot>
 
165
   <hints>
 
166
    <hint type="sourcelabel">
 
167
     <x>154</x>
 
168
     <y>16</y>
 
169
    </hint>
 
170
    <hint type="destinationlabel">
 
171
     <x>385</x>
 
172
     <y>40</y>
 
173
    </hint>
 
174
   </hints>
 
175
  </connection>
 
176
  <connection>
 
177
   <sender>opt_disable_font_rescaling</sender>
 
178
   <signal>toggled(bool)</signal>
 
179
   <receiver>opt_font_size_mapping</receiver>
 
180
   <slot>setDisabled(bool)</slot>
 
181
   <hints>
 
182
    <hint type="sourcelabel">
 
183
     <x>80</x>
 
184
     <y>20</y>
 
185
    </hint>
 
186
    <hint type="destinationlabel">
 
187
     <x>285</x>
 
188
     <y>72</y>
 
189
    </hint>
 
190
   </hints>
 
191
  </connection>
 
192
 </connections>
 
193
</ui>