From 55e79f0d7179f5105eff11897bb3926a8f7b36cb Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Wed, 7 Jan 2026 02:10:04 +0100 Subject: add x start/end range; implement export to .scad --- src/mainwindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index a1e613d..020ae8f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -21,6 +21,16 @@ private: void initUi(); void initShortcuts(); +private slots: + /*! + * \brief onExport - export design data in OpenSCAD format + */ + /*! + * \brief onExport - export design data in OpenSCAD format + * \param filepath - path to file to write to + */ + void onExport(const QString& filepath); + private: GraphicsScene* m_scene{nullptr}; GraphicsView* m_view{nullptr}; -- cgit v1.2.3-70-g09d2