ProjectDjangoTagsMenu/DjangoTagInputDialog.py

changeset 26
b21b4fc418bc
parent 23
070a6c65c8a9
child 30
4ff7495f67b1
--- a/ProjectDjangoTagsMenu/DjangoTagInputDialog.py	Sat Apr 26 16:16:18 2014 +0200
+++ b/ProjectDjangoTagsMenu/DjangoTagInputDialog.py	Fri Jul 11 19:25:03 2014 +0200
@@ -9,8 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import Qt
-from PyQt4.QtGui import QDialog, QDialogButtonBox, QVBoxLayout, QLabel
+from PyQt5.QtCore import Qt
+from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel
 
 from E5Gui.E5LineEdit import E5ClearableLineEdit
 
@@ -69,7 +69,7 @@
     @staticmethod
     def getText(parent, title, labels, defaults=[]):
         """
-        Static method to create the dialog and return the entered data.
+        Public static method to create the dialog and return the entered data.
         
         @param parent reference to the parent widget (QWidget)
         @param title title of the dialog (string)

eric ide

mercurial