summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/psewidget.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/psewidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/psewidget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/psewidget.h b/noncore/apps/oxygen/psewidget.h
index 9f574ce..3ea58e3 100644
--- a/noncore/apps/oxygen/psewidget.h
+++ b/noncore/apps/oxygen/psewidget.h
@@ -52,25 +52,30 @@ class Element
52 density, // density 52 density, // density
53 group, // group 53 group, // group
54 ie, // ionisationenergie 54 ie, // ionisationenergie
55 num, // number ( e.g. Carbon is 6 ) 55 num, // number ( e.g. Carbon is 6 )
56 az, // state of aggregation 56 az, // state of aggregation
57 date, // date of discovery 57 date, // date of discovery
58 en, // electronegativity 58 en, // electronegativity
59 mp, // meltingpoint 59 mp, // meltingpoint
60 bp, // boilingpoint 60 bp, // boilingpoint
61 ar; // atomic radius 61 ar; // atomic radius
62}; 62};
63 63
64class QGridLayout;
65
64class PSEWidget : public QWidget 66class PSEWidget : public QWidget
65{ 67{
66 Q_OBJECT 68 Q_OBJECT
67 69
68 public: 70 public:
69 PSEWidget(); 71 PSEWidget();
72 QGridLayout *bottom_grid;
70 73
71 private: 74 private:
72 QGridLayout *maingrid; 75 QGridLayout *maingrid;
76
77 void position( int, int&, int& );
73 78
74}; 79};
75 80
76#endif 81#endif