Handle selection set for custom tables.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2343 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-11-14 11:35:14 +00:00
parent 05bdad9ffe
commit e4a5d5c18f
1 changed files with 2 additions and 0 deletions

View File

@ -963,6 +963,8 @@ bool QtWindow::setSelect(const String& name, const String& item)
int d = 0;
switch (w.type()) {
case QtWidget::CustomTable:
return w.customTable()->setSelect(item);
case QtWidget::Table:
{
TableWidget t(w);