Home
last modified time | relevance | path

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

/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dtabtree.h87 void tabTreeMenuRequested(const QPoint &pos, const QString &groupPath);
H A Dtabwidget.h105 void tabTreeMenuRequested(const QPoint &pos, const QString &groupPath);
H A Dtabwidget.cpp425 connect( tabTree, &TabTree::tabTreeMenuRequested, in createTabTree()
426 this, &TabWidget::tabTreeMenuRequested ); in createTabTree()
H A Dmainwindow.h466 void tabTreeMenuRequested(QPoint pos, const QString &groupPath);
H A Dtabtree.cpp701 emit tabTreeMenuRequested(menuPosition, tabPath); in requestTabMenu() local
H A Dmainwindow.cpp554 connect( ui->tabWidget, &TabWidget::tabTreeMenuRequested, in MainWindow()
555 this, &MainWindow::tabTreeMenuRequested ); in MainWindow()
2887 void MainWindow::tabTreeMenuRequested(QPoint pos, const QString &groupPath) in tabTreeMenuRequested() function in MainWindow