6 lines
100 B
C
6 lines
100 B
C
#pragma once
|
|
|
|
#include <QWidget>
|
|
|
|
void saveWidgetAsImage(QWidget *widget, const QString &fileName);
|