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 # __IGNORE_WARNING__ |
11 from __future__ import unicode_literals |
12 |
12 |
13 from PyQt4.QtGui import QFileDialog |
13 from PyQt4.QtGui import QFileDialog |
14 |
14 |
15 import Globals |
15 import Globals |
16 |
16 |