python2.7+PyQt4對接速碼接碼平臺

第一步,先用Qt designer 畫出登錄界面,點擊左上方編輯信號槽。事件clicked(),方法loginbutton() 第二步:用pyuic4自動將ui文件轉換爲py文件,在底部加上如下代碼。 import requests def loginbutton(self): sumaname = self.name.text() sumapwd = self.pwd.text
相關文章
相關標籤/搜索