Home
last modified time | relevance | path

Searched refs:currentChanged (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp260 connect(this, SIGNAL(currentChanged(int)), in TabWidget()
261 this, SLOT(currentChanged(int))); in TabWidget()
291 void TabWidget::currentChanged(int index) in currentChanged() function in TabWidget
430 disconnect(this, SIGNAL(currentChanged(int)), in newTab()
431 this, SLOT(currentChanged(int))); in newTab()
433 connect(this, SIGNAL(currentChanged(int)), in newTab()
434 this, SLOT(currentChanged(int))); in newTab()
474 currentChanged(currentIndex()); in newTab()
H A Dtabwidget.h187 void currentChanged(int index);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dtabwidget.cpp77 connect(this, &QTabWidget::currentChanged, this, &TabWidget::handleCurrentChanged); in TabWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dtabwidget.cpp77 connect(this, &QTabWidget::currentChanged, this, &TabWidget::handleCurrentChanged); in TabWidget()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dtabwidget.cpp78 connect(this, &QTabWidget::currentChanged, this, &TabWidget::handleCurrentChanged); in TabWidget()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dtabwidget.cpp78 connect(this, &QTabWidget::currentChanged, this, &TabWidget::handleCurrentChanged); in TabWidget()