Added graphwindow

This commit is contained in:
arcan1s
2013-08-10 04:06:51 +04:00
parent 1c238fcc81
commit 063e74a472
19 changed files with 572 additions and 70 deletions

22
mathmech/aglallwindow.h Normal file
View 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