문제

I have several "curves" (something like this) these curves are contained in a QVBoxLayout and this in turn is contained in a QScrollArea.

my question is, is there any way to keep these "curves" as an image file? ie jpg, png, tiff, etc..

thanks

도움이 되었습니까?

해결책

You can always use QPixmap::grabWidget to create a pixmap from a widget and save that.

Or QWidget::render to render the widget with a certain QPainter, which you can assign to a savable image

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top