From ffb701b9a482ca30eda8901506c0c39ad8461e4c Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sun, 15 Sep 2002 14:02:04 +0000 Subject: Ok, this is what I have so far. I know it is not really working thus it is not in the toplevel-Makefile. I am putting as much work in it as possible. Currently I am doing the kmol-port, after that the PSE-stuff. --- (limited to 'noncore/apps/checkbook/oxygen.h') diff --git a/noncore/apps/checkbook/oxygen.h b/noncore/apps/checkbook/oxygen.h new file mode 100644 index 0000000..1e923ee --- a/dev/null +++ b/noncore/apps/checkbook/oxygen.h @@ -0,0 +1,22 @@ + +#include +#include +#include +#include +#include + +class QVBox; + +class Oxygen : public QMainWindow +{ + Q_OBJECT + + public: + Oxygen(); + QVBox *vbox; + private slots: + void slotCalculations(); + void slotSettings(); + void slotPSE(); + void close(); +}; -- cgit v0.9.0.2