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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/txt_output.ui

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-30 12:49:41 UTC
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090730124941-kviipg9ypwgppulc
Tags: upstream-0.6.3+dfsg
ImportĀ upstreamĀ versionĀ 0.6.3+dfsg

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>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Line ending style:</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="0" column="1">
 
25
    <widget class="QComboBox" name="opt_newline"/>
 
26
   </item>
 
27
   <item row="1" column="0">
 
28
    <spacer name="verticalSpacer">
 
29
     <property name="orientation">
 
30
      <enum>Qt::Vertical</enum>
 
31
     </property>
 
32
     <property name="sizeHint" stdset="0">
 
33
      <size>
 
34
       <width>20</width>
 
35
       <height>246</height>
 
36
      </size>
 
37
     </property>
 
38
    </spacer>
 
39
   </item>
 
40
  </layout>
 
41
 </widget>
 
42
 <resources/>
 
43
 <connections/>
 
44
</ui>