Searched refs:openIcon (Results 1 – 2 of 2) sorted by relevance
109 const QIcon openIcon = QIcon::fromTheme("document-open", QIcon(":/images/open.png")); in createActions() local110 QAction* openAct = new QAction(openIcon, tr("&Open..."), this); in createActions()