Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有机会知道它的大小QPainter?我正在使用QPainter为移动应用程序绘制整个图形界面。问题是某些应用程序会在窗口上覆盖每个设备大小不同的菜单,从而使事情变得几乎不可能!有没有可能做到这一点而不是知道QPainter大小?
QPainter
编辑:简单width()且height()有效!
width()
height()
您必须查看附加到 QPainter 的 QPaintDevice 的大小
painter->device()->width();