ui/qt/list.cpp

changeset 672
1b08ba076b65
parent 637
6a2c744fe042
child 723
e513086eadbb
equal deleted inserted replaced
671:0ab4c7a18660 672:1b08ba076b65
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) {
122 SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)), 122 SIGNAL(selectionChanged(const QItemSelection &, const QItemSelection &)),
123 model, 123 model,
124 SLOT(selectionChanged(const QItemSelection &, const QItemSelection &))); 124 SLOT(selectionChanged(const QItemSelection &, const QItemSelection &)));
125 125
126 126
127 ctn->add(view, false); 127 ctn->add(view);
128 128
129 return view; 129 return view;
130 } 130 }

mercurial