Main circuit editing scene.
Pure render functions for exporting a circuit scene to image formats.
void renderToImage(Scene *scene, const QString &filePath)
Renders scene to a PNG image file at filePath.
QImage renderScaledImage(Scene *scene, const QRectF &paddedRect)
Renders scene into a transparent-filled QImage bounded by kMaxImageDimension.
constexpr double kMaxImageDimension
void renderToPdf(Scene *scene, const QString &filePath)
Renders scene to a PDF file at filePath.