mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-15 06:45:50 +00:00
Added graphwindow
This commit is contained in:
22
mathmech/aglallwindow.h
Normal file
22
mathmech/aglallwindow.h
Normal file
@ -0,0 +1,22 @@
|
||||
#ifndef AGLALLWINDOW_H
|
||||
#define AGLALLWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
namespace Ui {
|
||||
class AglAllWindow;
|
||||
}
|
||||
|
||||
class AglAllWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AglAllWindow(QWidget *parent = 0);
|
||||
~AglAllWindow();
|
||||
|
||||
private:
|
||||
Ui::AglAllWindow *ui;
|
||||
};
|
||||
|
||||
#endif // AGLALLWINDOW_H
|
Reference in New Issue
Block a user