summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp6
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
@@ -72,28 +72,28 @@ void OxydataWidget::setElement( int el )
72 DataTable->setText( 6,1,tr( "%1 g/cm^3" ).arg( configobj.readEntry( "Density" ) ) ); 72 DataTable->setText( 6,1,tr( "%1 g/cm^3" ).arg( configobj.readEntry( "Density" ) ) );
73 DataTable->setText( 7,1,tr( "%1 K" ).arg( configobj.readEntry( "BP" ) ) ); 73 DataTable->setText( 7,1,tr( "%1 K" ).arg( configobj.readEntry( "BP" ) ) );
74 DataTable->setText( 8,1,tr( "%1 K" ).arg( configobj.readEntry( "MP" ) ) ); 74 DataTable->setText( 8,1,tr( "%1 K" ).arg( configobj.readEntry( "MP" ) ) );
75} 75}
76 76
77void OxydataWidget::setTable() const 77void 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
90void OxydataWidget::setLayout() 90void 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
96//X DataTable->setColumnWidth ( 0 , 110 ); 96//X DataTable->setColumnWidth ( 0 , 110 );
97//X DataTable->setColumnWidth ( 1 , 110 ); 97//X DataTable->setColumnWidth ( 1 , 110 );
98} 98}
99 99