Ejemplo n.º 1
0
 def showBugReports(self):
     self.filepath = str(self.ui.zipFilePath.text())
     self.bugReportsDialog = AptOfflineQtInstallBugList(self.filepath)
     self.bugReportsDialog.filepath= self.filepath
     self.bugReportsDialog.show()