--- a/ProjectDjangoTagsMenu/MultiLineInputDialog.py Sat Apr 26 16:16:18 2014 +0200 +++ b/ProjectDjangoTagsMenu/MultiLineInputDialog.py Fri Jul 11 19:25:03 2014 +0200 @@ -9,7 +9,7 @@ from __future__ import unicode_literals -from PyQt4.QtGui import QDialog +from PyQt5.QtWidgets import QDialog from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog @@ -40,7 +40,8 @@ @staticmethod def getText(parent, title, label, default=""): """ - Static method to create the dialog and return the multi line text. + Public static method to create the dialog and return the multi line + text. @param parent reference to the parent widget (QWidget) @param title title of the dialog (string)