码迷,mamicode.com
首页 > 其他好文 > 详细

lambda在绑定槽函数时的应用

时间:2020-02-13 11:23:54      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:typeerror   函数   type   pre   nec   expected   参数   error   lambda   

   1. 如果槽函数没有参数:

self.gw_Btn.clicked.connect(self.ne_event)



2. 如果槽函数有参数:
self.gw_Btn.clicked.connect(lambda:self.ne_event(ne))
不使用lambda的话会报错:
TypeError: argument 1 has unexpected type ‘NoneType‘

lambda在绑定槽函数时的应用

标签:typeerror   函数   type   pre   nec   expected   参数   error   lambda   

原文地址:https://www.cnblogs.com/rita-jia/p/12302714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!