qt 有直接在ui界面上添加状态栏的功能吗纯小白 希望解释详细一点,谢谢
先new一个QLabel控件,然后指定父类为statusBar()
QLabel *m_lbl_10 = new QLabel(("系统消息:"), statusBar());