Adding Open command to menu
This commit is contained in:
parent
f94a8de6c4
commit
8239cb87b7
3 changed files with 23 additions and 1 deletions
|
@ -12,6 +12,9 @@ public:
|
|||
explicit Window(QWidget* parent=0);
|
||||
void load_stl(const QString& filename);
|
||||
|
||||
public slots:
|
||||
void on_open();
|
||||
|
||||
private:
|
||||
Canvas* canvas;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue