This commit is contained in:
ThomasV 2017-08-17 10:29:50 +02:00
parent e02687bcf2
commit f3027fa574
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ def line_dialog(parent, title, label, ok_label, default=None):
return txt.text() return txt.text()
def text_dialog(parent, title, label, ok_label, default=None): def text_dialog(parent, title, label, ok_label, default=None):
from qrtextedit import ScanQRTextEdit from .qrtextedit import ScanQRTextEdit
dialog = WindowModalDialog(parent, title) dialog = WindowModalDialog(parent, title)
dialog.setMinimumWidth(500) dialog.setMinimumWidth(500)
l = QVBoxLayout() l = QVBoxLayout()