def showPopup(self):
self.clear()
self.updateList()
if self.lst == []:
QMessageBox.warning(self.parent, "Warning", "No device attached", QMessageBox.Ok, QMessageBox.NoButton)
super(ComboBox_Ports, self).showPopup()
评论列表
文章目录