101 void eTable::insertColumn(
const char *Header,
const char *Name,
102 int idxt,
int cw,
int tw,
int td)
132 void eTable::ColumnAdd()
138 void eTable::ColumnDel()
151 void eTable::ColumnL()
157 void eTable::ColumnR()
163 void eTable::ColumnSel(
int col)
183 void eTable::ColumnUpd()
212 void eTable::setData( QWidget *o,
aCfg *md )
218 int w=0, l=0, d=0, idxt=0;
222 eTabName->setText(t->getName());
246 void eTable::getData( QWidget *o )
270 t->setName(eTabName->text());
274 void eTable::ColumnTextUpd(
const QString &s )
Object for view and edit tabel in aTable object.
Definition: wtable.h:63