~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/lrf_renderer/config_ui.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mto: This revision was merged to the branch mainline in revision 75.
  • Revision ID: package-import@ubuntu.com-20140514181750-efj1wymey2vb4cao
Tags: upstream-1.36.0+dfsg
ImportĀ upstreamĀ versionĀ 1.36.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file '/home/kovid/work/calibre/src/calibre/gui2/lrf_renderer/config.ui'
4
4
#
5
 
# Created: Thu Oct 18 15:03:23 2012
6
 
#      by: PyQt4 UI code generator 4.9.5
 
5
# Created: Wed May  7 21:56:11 2014
 
6
#      by: PyQt4 UI code generator 4.10.4
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
9
9
 
12
12
try:
13
13
    _fromUtf8 = QtCore.QString.fromUtf8
14
14
except AttributeError:
15
 
    _fromUtf8 = lambda s: s
 
15
    def _fromUtf8(s):
 
16
        return s
 
17
 
 
18
try:
 
19
    _encoding = QtGui.QApplication.UnicodeUTF8
 
20
    pass
 
21
except AttributeError:
 
22
    pass
16
23
 
17
24
class Ui_ViewerConfig(object):
18
25
    def setupUi(self, ViewerConfig):