6 """ |
6 """ |
7 Module implementing alternative functions for the QFileDialog static methods |
7 Module implementing alternative functions for the QFileDialog static methods |
8 to cope with distributor's usage of KDE wrapper dialogs for Qt file dialogs. |
8 to cope with distributor's usage of KDE wrapper dialogs for Qt file dialogs. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
|
12 |
11 |
13 from PyQt5.QtWidgets import QFileDialog |
12 from PyQt5.QtWidgets import QFileDialog |
14 |
13 |
15 import Globals |
14 import Globals |
16 |
15 |