Home
last modified time | relevance | path

Searched refs:shortcutGoPage (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjview.h372 QShortcut *shortcutGoPage; variable
H A Dqdjview.cpp2578 shortcutGoPage = new QShortcut(QKeySequence("Ctrl+G"), this); in QDjView()
2579 connect(shortcutGoPage, SIGNAL(activated()), this, SLOT(performGoPage())); in QDjView()