项目场景:
在Qt creator 4.14.0 中使用 QML 创建底部状态栏并自定义样式
问题描述:
直接使用官方示例(StatusBar QML Type )中的代码
ApplicationWindow {
statusBar: StatusBar {
RowLayout {
anchors.fill: parent
Label {
text: "Read Only" }
}
}

最低0.47元/天 解锁文章
1万+





