Beispiel #1
0
int main(int argc, char *argv[])
{
	QApplication a(argc, argv);
	MolecularDynamics w;
	w.show();
	return a.exec();
}