构造函数
m_tipLabel=new QLabel();
ui->statusbar->addWidget(m_tipLabel);

之后在其他地方修改m_tipLabel内容即可

m_tipLabel->setText("请先关闭视频播放");