46:1e62de075091 | 47:825bf5861f89 |
---|---|
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 | |
11 | 9 |
12 from PyQt5.QtWidgets import QDialog | 10 from PyQt5.QtWidgets import QDialog |
13 | 11 |
14 from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog | 12 from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog |
15 | 13 |