7779:757334671130 | 7780:41420f82c0ac |
---|---|
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 | 10 |
12 from PyQt5.QtWidgets import QFileDialog | 11 from PyQt5.QtWidgets import QFileDialog |
13 | 12 |
14 import Globals | 13 import Globals |
15 | 14 |