def showAboutDialog(self):
qdlg = QtWidgets.QDialog()
ad = Ui_AboutDialog()
ad.setupUi(qdlg)
ad.programVersionLabel.setText("version {}".format(__version__))
ad.dtVersionLabel.setText("(dottorrent {})".format(
dottorrent.__version__))
qdlg.exec_()
评论列表
文章目录