MCPcopy Create free account
hub / github.com/cc20110101/RedisView / showTreeRightMenu

Method showTreeRightMenu

src/RedisView/AppView/LoginDialog.cpp:233–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void LoginDialog::showTreeRightMenu(const QPoint &) {
234 //_treeWidgetItem = _treeWidget->itemAt(pos);
235 //_treeWidget->setCurrentItem(_treeWidgetItem);
236 _menu->move(_treeWidget->cursor().pos());
237 _menu->show();
238}
239
240void LoginDialog::treeItemDoubleClicked(QTreeWidgetItem* ,int) {
241 onOK();

Callers

nothing calls this directly

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected