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.
有没有办法设置a的DPI QPicture?
QPicture
我不这么认为。至少,不是以一种方便的方式。我能想到的唯一方法是缩放用于创建 QPicture 的 QPainter。如果您使用 QPainter 操作绘制图片,而不是仅将其设置在 QLabel 上,则可以改为缩放该 QPainter。