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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/structure_detection.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>657</width>
 
10
    <height>479</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" colspan="2">
 
18
    <widget class="XPathEdit" name="opt_chapter" native="true"/>
 
19
   </item>
 
20
   <item row="1" column="0">
 
21
    <widget class="QLabel" name="label">
 
22
     <property name="text">
 
23
      <string>Chapter &amp;mark:</string>
 
24
     </property>
 
25
     <property name="buddy">
 
26
      <cstring>opt_chapter_mark</cstring>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item row="1" column="1">
 
31
    <widget class="QComboBox" name="opt_chapter_mark">
 
32
     <item>
 
33
      <property name="text">
 
34
       <string>pagebreak</string>
 
35
      </property>
 
36
     </item>
 
37
     <item>
 
38
      <property name="text">
 
39
       <string>rule</string>
 
40
      </property>
 
41
     </item>
 
42
     <item>
 
43
      <property name="text">
 
44
       <string>both</string>
 
45
      </property>
 
46
     </item>
 
47
     <item>
 
48
      <property name="text">
 
49
       <string>none</string>
 
50
      </property>
 
51
     </item>
 
52
    </widget>
 
53
   </item>
 
54
   <item row="2" column="0">
 
55
    <widget class="QCheckBox" name="opt_remove_first_image">
 
56
     <property name="text">
 
57
      <string>Remove first &amp;image</string>
 
58
     </property>
 
59
    </widget>
 
60
   </item>
 
61
   <item row="3" column="0">
 
62
    <widget class="QCheckBox" name="opt_insert_metadata">
 
63
     <property name="text">
 
64
      <string>Insert &amp;metadata as page at start of book</string>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
   <item row="8" column="0">
 
69
    <widget class="QLabel" name="label_3">
 
70
     <property name="text">
 
71
      <string>&amp;Footer regular expression:</string>
 
72
     </property>
 
73
     <property name="buddy">
 
74
      <cstring>opt_footer_regex</cstring>
 
75
     </property>
 
76
    </widget>
 
77
   </item>
 
78
   <item row="10" column="0" colspan="2">
 
79
    <widget class="QCheckBox" name="opt_preprocess_html">
 
80
     <property name="text">
 
81
      <string>&amp;Preprocess input file to possibly improve structure detection</string>
 
82
     </property>
 
83
    </widget>
 
84
   </item>
 
85
   <item row="11" column="0" colspan="2">
 
86
    <widget class="XPathEdit" name="opt_page_breaks_before" native="true"/>
 
87
   </item>
 
88
   <item row="12" column="0">
 
89
    <spacer name="verticalSpacer">
 
90
     <property name="orientation">
 
91
      <enum>Qt::Vertical</enum>
 
92
     </property>
 
93
     <property name="sizeHint" stdset="0">
 
94
      <size>
 
95
       <width>20</width>
 
96
       <height>40</height>
 
97
      </size>
 
98
     </property>
 
99
    </spacer>
 
100
   </item>
 
101
   <item row="5" column="0">
 
102
    <widget class="QLabel" name="label_2">
 
103
     <property name="text">
 
104
      <string>&amp;Header regular expression:</string>
 
105
     </property>
 
106
     <property name="buddy">
 
107
      <cstring>opt_header_regex</cstring>
 
108
     </property>
 
109
    </widget>
 
110
   </item>
 
111
   <item row="7" column="0">
 
112
    <widget class="QCheckBox" name="opt_remove_footer">
 
113
     <property name="text">
 
114
      <string>Remove F&amp;ooter</string>
 
115
     </property>
 
116
    </widget>
 
117
   </item>
 
118
   <item row="4" column="0">
 
119
    <widget class="QCheckBox" name="opt_remove_header">
 
120
     <property name="text">
 
121
      <string>Remove H&amp;eader</string>
 
122
     </property>
 
123
    </widget>
 
124
   </item>
 
125
   <item row="9" column="0" colspan="2">
 
126
    <widget class="QLineEdit" name="opt_footer_regex"/>
 
127
   </item>
 
128
   <item row="6" column="0" colspan="2">
 
129
    <widget class="QLineEdit" name="opt_header_regex"/>
 
130
   </item>
 
131
  </layout>
 
132
 </widget>
 
133
 <customwidgets>
 
134
  <customwidget>
 
135
   <class>XPathEdit</class>
 
136
   <extends>QWidget</extends>
 
137
   <header>convert/xpath_wizard.h</header>
 
138
   <container>1</container>
 
139
  </customwidget>
 
140
 </customwidgets>
 
141
 <resources/>
 
142
 <connections/>
 
143
</ui>