Lines Matching refs:Qt
148 QSplitter* splitter = new QSplitter(Qt::Vertical, this);
191 case Qt::Key_F7:
195 case Qt::Key_F8:
231 if (touchPoints[0].state() == Qt::TouchPointReleased)
233 else if (touchPoints[0].state() == Qt::TouchPointPressed)
242 if (touchPoints[0].state() == Qt::TouchPointReleased)
244 if (touchPoints.size() > 1 && touchPoints[1].state() == Qt::TouchPointReleased)
260 && !(ev->buttons() & Qt::LeftButton))
264 touchPoint.setState(Qt::TouchPointMoved);
267 touchPoint.setState(Qt::TouchPointPressed);
269 touchPoint.setState(Qt::TouchPointReleased);
286 && static_cast<QKeyEvent*>(event)->key() == Qt::Key_F
287 && static_cast<QKeyEvent*>(event)->modifiers() == Qt::ControlModifier) {
292 touchPoints[0].setState(Qt::TouchPointReleased);
295 touchPoints[1].setState(Qt::TouchPointReleased);
299 touchPoint.setState(Qt::TouchPointPressed);
308 touchPoints.last().setState(Qt::TouchPointStationary);
317 m_view->setFocus(Qt::OtherFocusReason);
383 label->setAttribute(Qt::WA_DeleteOnClose);
489 fileMenu->addAction("Quit", QApplication::instance(), SLOT(closeAllWindows()), QKeySequence(Qt::CTRL | Qt::Key_Q));
527 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus));
528 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus));
529 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0));
533 QAction* showInspectorAction = toolsMenu->addAction("Show Web Inspector", inspector, SLOT(setVisible(bool)), QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_I));
540 touchMockAction->setShortcut(QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_T));
556 mw->setWindowModality(Qt::ApplicationModal);