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