5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to show and edit all certificates. |
7 Module implementing a dialog to show and edit all certificates. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals # __IGNORE_WARNING__ |
10 from __future__ import unicode_literals |
11 |
11 |
12 from PyQt4.QtCore import pyqtSlot, Qt, QByteArray, QFile, QFileInfo, \ |
12 from PyQt4.QtCore import pyqtSlot, Qt, QByteArray, QFile, QFileInfo, \ |
13 QIODevice, qVersion |
13 QIODevice, qVersion |
14 from PyQt4.QtGui import QDialog, QTreeWidgetItem |
14 from PyQt4.QtGui import QDialog, QTreeWidgetItem |
15 try: |
15 try: |