Home
last modified time | relevance | path

Searched refs:actionGo_to_Page (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocument.h548 QAction *actionGo_to_Page; variable
H A DPDFDocument.cpp2621actionGo_to_Page=configManager->newManagedAction(menuroot,menuView, "goto", tr("&Go to Page..."), …
3034 << actionGo_to_Page
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.cpp183 connect(actionGo_to_Page, SIGNAL(triggered()), this, SLOT(doPageDialog())); in init()