-rw-r--r-- | noncore/apps/oxygen/dataTable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp index 8f619b4..e3906be 100644 --- a/noncore/apps/oxygen/dataTable.cpp +++ b/noncore/apps/oxygen/dataTable.cpp | |||
@@ -76,20 +76,20 @@ void OxydataWidget::setElement( int el ) | |||
76 | 76 | ||
77 | void OxydataWidget::setTable() const | 77 | void OxydataWidget::setTable() const |
78 | { | 78 | { |
79 | DataTable->setText( 0,0, tr( "Weight" ) ); | 79 | DataTable->setText( 0,0, tr( "Weight" ) ); |
80 | DataTable->setText( 1,0, tr( "Block" )) ; | 80 | DataTable->setText( 1,0, tr( "Block" )) ; |
81 | DataTable->setText( 2,0, tr( "Group" )) ; | 81 | DataTable->setText( 2,0, tr( "Group" )) ; |
82 | DataTable->setText( 3,0, tr( "Electronegativity" )) ; | 82 | DataTable->setText( 3,0, tr( "Electronegativity" )) ; |
83 | DataTable->setText( 4,0, tr( "Atomic radius" )) ; | 83 | DataTable->setText( 4,0, tr( "Atomic radius" )) ; |
84 | DataTable->setText( 5,0, tr( "Ionizationenergie" )) ; | 84 | DataTable->setText( 5,0, tr( "Ionization Energy" )) ; |
85 | DataTable->setText( 6,0, tr( "Density" )) ; | 85 | DataTable->setText( 6,0, tr( "Density" )) ; |
86 | DataTable->setText( 7,0, tr( "Boilingpoint" ) ); | 86 | DataTable->setText( 7,0, tr( "Boiling point" ) ); |
87 | DataTable->setText( 8,0, tr( "Meltingpoint" ) ); | 87 | DataTable->setText( 8,0, tr( "Melting point" ) ); |
88 | } | 88 | } |
89 | 89 | ||
90 | void OxydataWidget::setLayout() | 90 | void OxydataWidget::setLayout() |
91 | { | 91 | { |
92 | #warning this is not working and I have no idea why! | 92 | #warning this is not working and I have no idea why! |
93 | // DataTable->setColumnWidth ( 0 , this->width()/2 ); | 93 | // DataTable->setColumnWidth ( 0 , this->width()/2 ); |
94 | // DataTable->setColumnWidth ( 1 , this->width()/2 ); | 94 | // DataTable->setColumnWidth ( 1 , this->width()/2 ); |
95 | 95 | ||