| 167 | } |
| 168 | |
| 169 | QWidget *CViewTable::GetViewer(int index) |
| 170 | { |
| 171 | if(index < 0 || index >= m_pTab->count()) |
| 172 | return nullptr; |
| 173 | |
| 174 | return m_pTab->widget(index); |
| 175 | } |
| 176 | |
| 177 | int CViewTable::GetViewIndex(QWidget *pView) |
| 178 | { |
no outgoing calls
no test coverage detected