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. |