58 |
58 |
59 if "timestamp" in details: |
59 if "timestamp" in details: |
60 dt = QDateTime.fromMSecsSinceEpoch(details["timestamp"], Qt.UTC) |
60 dt = QDateTime.fromMSecsSinceEpoch(details["timestamp"], Qt.UTC) |
61 self.timestampLabel.setText(dt.toString("yyyy-MM-dd hh:mm:ss t")) |
61 self.timestampLabel.setText(dt.toString("yyyy-MM-dd hh:mm:ss t")) |
62 |
62 |
63 self.resize(600, 500) |
63 self.resize(600, 450) |
64 |
64 |
65 |
65 |
66 class CondaPackageDetailsDialog(QDialog): |
66 class CondaPackageDetailsDialog(QDialog): |
67 """ |
67 """ |
68 Class implementing a dialog to show package details. |
68 Class implementing a dialog to show package details. |