SelectionEncloser/ConfigurationPage/SelectionEncloserEditDialog.py

changeset 41
e747eb5f3f43
parent 38
f9f7c3af2f18
child 45
896b66ba45f0
equal deleted inserted replaced
40:e534c4399087 41:e747eb5f3f43
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog to edit an enclosing menu entry. 7 Module implementing a dialog to edit an enclosing menu entry.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 from PyQt5.QtCore import pyqtSlot 10 from PyQt5.QtCore import pyqtSlot
13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 11 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
14 12
15 from .Ui_SelectionEncloserEditDialog import Ui_SelectionEncloserEditDialog 13 from .Ui_SelectionEncloserEditDialog import Ui_SelectionEncloserEditDialog

eric ide

mercurial