added autoedit table

This commit is contained in:
Peter Schojer
2008-07-22 10:19:17 +00:00
parent 53f989634b
commit 99de517757
5 changed files with 153 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ Table::Table(const TableColumns& tc, TableModel::Ptr pModel):
_columns(tc),
_sm(SM_CELL),
_dragAndDrop(false),
_autoEdit(false),
_maxRowsPerPage(0)
{
checkValidConfig();