Lines Matching refs:Qt
60 setAttribute(Qt::WA_DeleteOnClose);
70 m_browser->setFocus(Qt::OtherFocusReason);
91 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus));
92 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus));
93 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0));
97 toggleFullScreen->setShortcut(Qt::Key_F11);
132 QShortcut* selectAddressBar = new QShortcut(Qt::CTRL | Qt::Key_L, this);
145 setWindowState(windowState() | Qt::WindowMaximized);
238 label->setAttribute(Qt::WA_DeleteOnClose);
248 rx.setCaseSensitivity(Qt::CaseInsensitive);
304 bool alreadyEnabled = windowState() & Qt::WindowFullScreen;
306 setWindowState(windowState() ^ Qt::WindowFullScreen);
335 , Qt::Horizontal, &dialog);