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 |