gps_importer_starter.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:batch_gps_importer 作者: wondie 项目源码 文件源码
def on_fields_toggled(self, item):
        """
        A slot raised when a field is checked or unchecked.
        The field unchecked is added to excluded_fields list. If checked,
        the field will be removed from the excluded_list.
        :param item: The field item
        :type item: QStandardItem
        """
        if item.checkState() == Qt.Unchecked:
            self.excluded_fields.append(item.text())
        else:
            self.excluded_fields.remove(item.text())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号