connect(tableView, SIGNAL(customContextMenuRequested(const QPoint &)), this,SLOT(slot_tableViewMenu(const QPoint &)));
connect(listView, SIGNAL(customContextMenuRequested(const QPoint&)), this,SLOT(slot_tableViewMenu(const QPoint&)));
index = m_currentView->indexAt(pos)