-rw-r--r-- | noncore/apps/oxygen/TODO | 6 | ||||
-rw-r--r-- | noncore/apps/oxygen/dataTable.cpp | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/noncore/apps/oxygen/TODO b/noncore/apps/oxygen/TODO index c81fc26..32acfcd 100644 --- a/noncore/apps/oxygen/TODO +++ b/noncore/apps/oxygen/TODO | |||
@@ -5,14 +5,12 @@ small things: | |||
5 | * Elementar symbols should be small enough to fit the boxes | 5 | * Elementar symbols should be small enough to fit the boxes |
6 | (font problem?) | 6 | (font problem?) |
7 | 7 | ||
8 | |||
9 | big things: | 8 | big things: |
10 | * backport the conversions from Kalzium (http://edu.kde.org/kalzium) | 9 | * backport the conversions from Kalzium (http://edu.kde.org/kalzium) |
11 | * backport more dataset from Kalzium | 10 | * backport more dataset from Kalzium |
12 | * make the colors confiurable | 11 | * make the colors configurable |
13 | * graphical analysation (KalziumGraph.cpp/h) | ||
14 | * make elements sortable by their attributes (e.g. density) | 12 | * make elements sortable by their attributes (e.g. density) |
15 | * graph of attribute (e.g. ionisationenergie) vs atomnumber? | 13 | * graph of attribute (e.g. ionisationenergie) vs atomnumber? |
16 | 14 | ||
17 | wishes: | 15 | wishes: |
18 | * add radio active decay \ No newline at end of file | 16 | * add radio active decay |
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp index 82b425e..16aa462 100644 --- a/noncore/apps/oxygen/dataTable.cpp +++ b/noncore/apps/oxygen/dataTable.cpp | |||
@@ -90,8 +90,8 @@ void OxydataWidget::setLayout() | |||
90 | // DataTable->setColumnWidth ( 0 , this->width()/2 ); | 90 | // DataTable->setColumnWidth ( 0 , this->width()/2 ); |
91 | // DataTable->setColumnWidth ( 1 , this->width()/2 ); | 91 | // DataTable->setColumnWidth ( 1 , this->width()/2 ); |
92 | 92 | ||
93 | DataTable->setColumnWidth ( 0 , 110 ); | 93 | //X DataTable->setColumnWidth ( 0 , 110 ); |
94 | DataTable->setColumnWidth ( 1 , 110 ); | 94 | //X DataTable->setColumnWidth ( 1 , 110 ); |
95 | } | 95 | } |
96 | 96 | ||
97 | OxydataTable::OxydataTable(int numRows, int numCols, QWidget *parent, | 97 | OxydataTable::OxydataTable(int numRows, int numCols, QWidget *parent, |