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 |