author | cniehaus <cniehaus> | 2002-12-01 12:38:02 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-01 12:38:02 (UTC) |
commit | beb043f41e232e9dc8768e5fd619c2b80e805f73 (patch) (side-by-side diff) | |
tree | 0ae928be4830d3e1ac4e2b55ffc4635cb86944bd | |
parent | 666313593479c03cdc88bd8fde926af181cb8423 (diff) | |
download | opie-beb043f41e232e9dc8768e5fd619c2b80e805f73.zip opie-beb043f41e232e9dc8768e5fd619c2b80e805f73.tar.gz opie-beb043f41e232e9dc8768e5fd619c2b80e805f73.tar.bz2 |
typos
-rw-r--r-- | noncore/apps/oxygen/TODO | 6 | ||||
-rw-r--r-- | noncore/apps/oxygen/oxyframe.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/apps/oxygen/TODO b/noncore/apps/oxygen/TODO index a6911f6..d1b2a28 100644 --- a/noncore/apps/oxygen/TODO +++ b/noncore/apps/oxygen/TODO @@ -1,19 +1,19 @@ TODO: small things: -* there are bug in the layouting of the table +* there are bugs in the layouting of the table * Elementar symbols should be small enough to fit the boxes (font problem?) big things: * backport the conversions from Kalzium (http://edu.kde.org/kalzium) * backport more dataset from Kalzium * make the colors configurable * make elements sortable by their attributes (e.g. density) * graph of attribute (e.g. ionisationenergie) vs atomnumber? wishes: * add radio active decay -* let the use choose the units +* let the user choose the units i.e. pm <-> \AA; J <-> eV <-> Hartree; K <-> °C -* add aditional attributes: oxidation numbers, different radii +* add additional attributes: oxidation numbers, different radii diff --git a/noncore/apps/oxygen/oxyframe.h b/noncore/apps/oxygen/oxyframe.h index 9736ea9..4b25525 100644 --- a/noncore/apps/oxygen/oxyframe.h +++ b/noncore/apps/oxygen/oxyframe.h @@ -30,12 +30,12 @@ class OxyFrame : public QLabel void mousePressEvent( QMouseEvent *); QString N; signals: /* - * this signal emits the name ( the elemen-number ) + * this signal emits the name (the element-number) */ void num(QString); }; #endif |