self.status_bar = self.statusBar() # 显示状态栏
self.setStatusTip('这是一个窗口') #鼠标在指定控件上时,状态栏上显示的信息
s=self.statusTip() #返回鼠标在指定控件上时状态栏上显示的文本