~ubuntu-branches/ubuntu/utopic/anki/utopic

« back to all changes in this revision

Viewing changes to aqt/forms/browserdisp.py

  • Committer: Package Import Robot
  • Author(s): Andreas Bombe
  • Date: 2014-05-11 17:13:36 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140511171336-2vxrcfclmfjedas2
Tags: 2.0.26+dfsg-1
ImportedĀ UpstreamĀ versionĀ 2.0.26+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Form implementation generated from reading ui file 'designer/browserdisp.ui'
4
4
#
5
 
# Created: Fri Sep 27 13:31:24 2013
6
 
#      by: PyQt4 UI code generator 4.9.1
 
5
# Created: Sun Mar 30 10:19:28 2014
 
6
#      by: PyQt4 UI code generator 4.10.3
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
    def _translate(context, text, disambig):
 
21
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
 
22
except AttributeError:
 
23
    def _translate(context, text, disambig):
 
24
        return QtGui.QApplication.translate(context, text, disambig)
16
25
 
17
26
class Ui_Dialog(object):
18
27
    def setupUi(self, Dialog):