Searched refs:moveTab (Results 1 – 2 of 2) sorted by relevance
196 void moveTab(int fromIndex, int toIndex);
218 connect(m_tabBar, SIGNAL(tabMoved(int,int)), this, SLOT(moveTab(int,int))); in TabWidget()277 void TabWidget::moveTab(int fromIndex, int toIndex) in moveTab() function in TabWidget