文章详情页
python - Qt designer无法保存ui文件
浏览:68日期:2022-09-14 10:24:23
问题描述
用QT designer 编辑ui界面后保存, 弹出 This file contains top level spacers. They will not be saved.Perhaps you forgot to create a layout 提示框! 要怎么处理?
问题解答
回答1:就像
这里说的,不能在top level上放spacer,像下面这样就会报上面的错误spacer只能放在Layout里面,像下面这样就能正常保存了
相关文章:
排行榜
