summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/AboutBox.cpp
blob: 5bd13c46070288d6ddd6d4f907d27f34fd72803d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2008 Nanorex, Inc.  See LICENSE file for details.

#include "AboutBox.h"


/* CONSTRUCTORS */
AboutBox::AboutBox(QWidget *parent) : QDialog(parent) {
		
	setupUi(this);
	setWindowFlags(Qt::Dialog | Qt::Tool);
}