ProjectDjangoTagsMenu/MultiLineInputDialog.py

changeset 10
ef5694c0bf3a
parent 9
1b11bf54b3b2
child 23
070a6c65c8a9
equal deleted inserted replaced
9:1b11bf54b3b2 10:ef5694c0bf3a
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog for the input of multi line text. 7 Module implementing a dialog for the input of multi line text.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 from PyQt4.QtGui import QDialog 12 from PyQt4.QtGui import QDialog
11 13
12 from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog 14 from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog
13 15

eric ide

mercurial