E5Gui/E5ListSelectionDialog.py

changeset 5253
57276f763bf6
parent 5244
54a0f215a6f0
child 5389
9b1c800daff3
equal deleted inserted replaced
5252:321c2003745d 5253:57276f763bf6
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to select from a list of strings. 7 Module implementing a dialog to select from a list of strings.
8 """ 8 """
9
10 from __future__ import unicode_literals
9 11
10 from PyQt5.QtCore import pyqtSlot 12 from PyQt5.QtCore import pyqtSlot
11 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractItemView 13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractItemView
12 14
13 from .Ui_E5ListSelectionDialog import Ui_E5ListSelectionDialog 15 from .Ui_E5ListSelectionDialog import Ui_E5ListSelectionDialog

eric ide

mercurial