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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/convert/xpath_wizard.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>400</width>
 
10
    <height>381</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Match HTML &amp;tags with tag name:</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>tag</cstring>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QComboBox" name="tag">
 
29
     <property name="editable">
 
30
      <bool>true</bool>
 
31
     </property>
 
32
     <item>
 
33
      <property name="text">
 
34
       <string>*</string>
 
35
      </property>
 
36
     </item>
 
37
     <item>
 
38
      <property name="text">
 
39
       <string>a</string>
 
40
      </property>
 
41
     </item>
 
42
     <item>
 
43
      <property name="text">
 
44
       <string>br</string>
 
45
      </property>
 
46
     </item>
 
47
     <item>
 
48
      <property name="text">
 
49
       <string>div</string>
 
50
      </property>
 
51
     </item>
 
52
     <item>
 
53
      <property name="text">
 
54
       <string>h1</string>
 
55
      </property>
 
56
     </item>
 
57
     <item>
 
58
      <property name="text">
 
59
       <string>h2</string>
 
60
      </property>
 
61
     </item>
 
62
     <item>
 
63
      <property name="text">
 
64
       <string>h3</string>
 
65
      </property>
 
66
     </item>
 
67
     <item>
 
68
      <property name="text">
 
69
       <string>h4</string>
 
70
      </property>
 
71
     </item>
 
72
     <item>
 
73
      <property name="text">
 
74
       <string>h5</string>
 
75
      </property>
 
76
     </item>
 
77
     <item>
 
78
      <property name="text">
 
79
       <string>h6</string>
 
80
      </property>
 
81
     </item>
 
82
     <item>
 
83
      <property name="text">
 
84
       <string>hr</string>
 
85
      </property>
 
86
     </item>
 
87
     <item>
 
88
      <property name="text">
 
89
       <string>span</string>
 
90
      </property>
 
91
     </item>
 
92
    </widget>
 
93
   </item>
 
94
   <item>
 
95
    <widget class="QLabel" name="label_2">
 
96
     <property name="text">
 
97
      <string>Having the &amp;attribute:</string>
 
98
     </property>
 
99
     <property name="buddy">
 
100
      <cstring>attribute</cstring>
 
101
     </property>
 
102
    </widget>
 
103
   </item>
 
104
   <item>
 
105
    <widget class="QLineEdit" name="attribute"/>
 
106
   </item>
 
107
   <item>
 
108
    <widget class="QLabel" name="label_3">
 
109
     <property name="text">
 
110
      <string>With &amp;value:</string>
 
111
     </property>
 
112
     <property name="buddy">
 
113
      <cstring>value</cstring>
 
114
     </property>
 
115
    </widget>
 
116
   </item>
 
117
   <item>
 
118
    <widget class="QLabel" name="label_4">
 
119
     <property name="text">
 
120
      <string>(A regular expression)</string>
 
121
     </property>
 
122
    </widget>
 
123
   </item>
 
124
   <item>
 
125
    <widget class="QLineEdit" name="value"/>
 
126
   </item>
 
127
   <item>
 
128
    <widget class="QLabel" name="label_5">
 
129
     <property name="text">
 
130
      <string>&lt;p&gt;For example, to match all h2 tags that have class=&quot;chapter&quot;, set tag to &lt;i&gt;h2&lt;/i&gt;, attribute to &lt;i&gt;class&lt;/i&gt; and value to &lt;i&gt;chapter&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;Leaving attribute blank will match any attribute and leaving value blank will match any value. Setting tag to * will match any tag.&lt;/p&gt;&lt;p&gt;To learn more advanced usage of XPath see the &lt;a href=&quot;http://calibre.kovidgoyal.net/user_manual/xpath.html&quot;&gt;XPath Tutorial&lt;/a&gt;.</string>
 
131
     </property>
 
132
     <property name="wordWrap">
 
133
      <bool>true</bool>
 
134
     </property>
 
135
     <property name="openExternalLinks">
 
136
      <bool>true</bool>
 
137
     </property>
 
138
    </widget>
 
139
   </item>
 
140
   <item>
 
141
    <spacer name="verticalSpacer">
 
142
     <property name="orientation">
 
143
      <enum>Qt::Vertical</enum>
 
144
     </property>
 
145
     <property name="sizeHint" stdset="0">
 
146
      <size>
 
147
       <width>20</width>
 
148
       <height>40</height>
 
149
      </size>
 
150
     </property>
 
151
    </spacer>
 
152
   </item>
 
153
  </layout>
 
154
 </widget>
 
155
 <resources/>
 
156
 <connections/>
 
157
</ui>