Home
last modified time | relevance | path

Searched refs:openAct (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tools/mdbviz/
H A Dmainwindow.cpp110 QAction* openAct = new QAction(openIcon, tr("&Open..."), this); in createActions() local
111 openAct->setShortcuts(QKeySequence::Open); in createActions()
112 openAct->setStatusTip(tr("Open an existing file")); in createActions()
113 connect(openAct, &QAction::triggered, this, &MainWindow::openFile); in createActions()
114 fileMenu->addAction(openAct); in createActions()
115 fileToolBar->addAction(openAct); in createActions()

Completed in 1 milliseconds