E5Gui/E5PathPickerDialog.py

changeset 6466
dac80ad0de75
parent 6444
7ce7a43aeeba
child 6645
ad476851d7e0
equal deleted inserted replaced
6465:9bb1c7df26b4 6466:dac80ad0de75
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel 12 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel
13 13
14 from .E5PathPicker import E5PathPicker, E5PathPickerModes 14 from .E5PathPicker import E5PathPicker, E5PathPickerModes
15
15 16
16 class E5PathPickerDialog(QDialog): 17 class E5PathPickerDialog(QDialog):
17 """ 18 """
18 Class implementing a dialog to enter a file system path using a file 19 Class implementing a dialog to enter a file system path using a file
19 picker. 20 picker.

eric ide

mercurial