eric7/E5Gui/E5TextInputDialog.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8350
74a3b2a6a944
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
5 5
6 """ 6 """
7 Module implementing a dialog to enter some text. 7 Module implementing a dialog to enter some text.
8 """ 8 """
9 9
10 from PyQt5.QtWidgets import ( 10 from PyQt6.QtWidgets import (
11 QDialog, QDialogButtonBox, QVBoxLayout, QLabel, QLineEdit 11 QDialog, QDialogButtonBox, QVBoxLayout, QLabel, QLineEdit
12 ) 12 )
13 13
14 from E5Gui.E5LineEdit import E5ClearableLineEdit 14 from E5Gui.E5LineEdit import E5ClearableLineEdit
15 15

eric ide

mercurial