Adding backdrop

This commit is contained in:
Matt Keeter 2014-03-03 21:33:54 -05:00
parent 97cf902b87
commit f94a8de6c4
6 changed files with 71 additions and 2 deletions

View file

@ -13,6 +13,8 @@ Window::Window(QWidget *parent) :
canvas = new Canvas(format, this);
setCentralWidget(canvas);
resize(600, 400);
}
void Window::load_stl(const QString &filename)