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

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/comicconf.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:
29
29
    </widget>
30
30
   </item>
31
31
   <item row="0" column="1">
32
 
    <widget class="QLineEdit" name="opt_title"/>
 
32
    <widget class="EnLineEdit" name="opt_title"/>
33
33
   </item>
34
34
   <item row="1" column="0">
35
35
    <widget class="QLabel" name="author_label">
42
42
    </widget>
43
43
   </item>
44
44
   <item row="1" column="1">
45
 
    <widget class="QLineEdit" name="opt_author"/>
 
45
    <widget class="EnLineEdit" name="opt_author"/>
46
46
   </item>
47
47
   <item row="2" column="0">
48
48
    <widget class="QLabel" name="label_3">
155
155
   </item>
156
156
  </layout>
157
157
 </widget>
 
158
 <customwidgets>
 
159
  <customwidget>
 
160
   <class>EnLineEdit</class>
 
161
   <extends>QLineEdit</extends>
 
162
   <header>widgets.h</header>
 
163
  </customwidget>
 
164
 </customwidgets>
158
165
 <resources>
159
166
  <include location="../images.qrc"/>
160
167
 </resources>