def init_widgets(self):
self.app_name_label = self.findChild(QtWidgets.QLabel,
"appNameLabel")
self.message_label = self.findChild(QtWidgets.QLabel,
"messageLabel")
self.action_combo_box = self.findChild(QtWidgets.QComboBox,
"actionComboBox")
self.allow_button = self.findChild(QtWidgets.QPushButton,
"allowButton")
self.deny_button = self.findChild(QtWidgets.QPushButton,
"denyButton")
self.whitelist_button = self.findChild(QtWidgets.QPushButton,
"whitelistButton")
self.block_button = self.findChild(QtWidgets.QPushButton,
"blockButton")
self.icon_label = self.findChild(QtWidgets.QLabel, "iconLabel")
评论列表
文章目录