用QT designer 编辑ui界面后保存, 弹出 This file contains top level spacers. They will not be saved.Perhaps you forgot to create a layout 提示框! 要怎么处理?
认证高级PHP讲师
就像
这里说的,不能在top level上放spacer,像下面这样就会报上面的错误spacer只能放在Layout里面,像下面这样就能正常保存了
就像
这里说的,不能在top level上放spacer,像下面这样就会报上面的错误
spacer只能放在Layout里面,像下面这样就能正常保存了