| 82 SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)), |
82 SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)), |
| 83 model, |
83 model, |
| 84 SLOT(selectionChanged(const QItemSelection &, const QItemSelection &))); |
84 SLOT(selectionChanged(const QItemSelection &, const QItemSelection &))); |
| 85 |
85 |
| 86 |
86 |
| 87 ctn->add(view, false); |
87 ctn->add(view); |
| 88 |
88 |
| 89 return view; |
89 return view; |
| 90 } |
90 } |
| 91 |
91 |
| 92 UIWIDGET ui_table_create(UiObject* obj, UiListArgs *args) { |
92 UIWIDGET ui_table_create(UiObject* obj, UiListArgs *args) { |