Qt setGeometry: Unable to set geometry

前端 未结 2 824
一生所求
一生所求 2020-12-29 09:15

Why?

setGeometry: Unable to set geometry 22x22+320+145 on QWidgetWindow/\'WidgetClassWindow\'. Resulting geometry:  116x22+320+145 (frame: 8, 30, 8, 8, custo         


        
2条回答
  •  Happy的楠姐
    2020-12-29 09:44

    Try to use: ajustSize()

    Looks To be the problem: Why am I getting QWindowsWindow::setGeometry: Unable to set geometry warning with Qt 5.12.0

    A possible solution: Qt Unable to set geometry

提交回复
热议问题