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.
我有几条“曲线”(类似这样),这些曲线包含在 QVBoxLayout 中,而这又包含在 QScrollArea 中。
我的问题是,有没有办法将这些“曲线”保存为图像文件?即 jpg、png、tiff 等。
谢谢
您始终可以使用QPixmap::grabWidget从小部件创建像素图并保存它。
QPixmap::grabWidget
或者QWidget::render使用特定的 QPainter 渲染小部件,您可以将其分配给可保存的图像
QWidget::render