mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-09 20:05:53 +00:00
Added configuration interface
This commit is contained in:
14
mathmech/statgengraphwindow.cpp
Normal file
14
mathmech/statgengraphwindow.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "statgengraphwindow.h"
|
||||
#include "ui_statgengraphwindow.h"
|
||||
|
||||
StatgenGraphWindow::StatgenGraphWindow(QWidget *parent) :
|
||||
QMainWindow(parent),
|
||||
ui(new Ui::StatgenGraphWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
StatgenGraphWindow::~StatgenGraphWindow()
|
||||
{
|
||||
delete ui;
|
||||
}
|
Reference in New Issue
Block a user