Searched refs:touchMockAction (Results 1 – 1 of 1) sorted by relevance
259 …QAction* touchMockAction = toolsMenu->addAction("Toggle touch mocking", this, SLOT(setTouchMocking… in createChrome() local260 touchMockAction->setCheckable(true); in createChrome()261 touchMockAction->setShortcut(QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_T)); in createChrome()