美文网首页
Warning: The name 'layoutWidget'

Warning: The name 'layoutWidget'

作者: spfanlost | 来源:发表于2018-11-03 19:24 被阅读0次

    解决的办法是:
    Open the .ui file using a text editor (not Qt Designer) and do a search for "layoutWidget". You should find it twice. Change the name of one to something unique, and the warning will go away.
    需要修改为不同的值。如layoutWidget1 layoutWidget2……

    相关文章

      网友评论

          本文标题:Warning: The name 'layoutWidget'

          本文链接:https://www.haomeiwen.com/subject/xtqlxqtx.html