|
|
|
|
@ -473,6 +473,7 @@ m_cliPresentation(false), m_cliPrint(false), m_embedMode(detectEmbedMode(parentW |
|
|
|
|
m_pageNumberTool = new MiniBar( 0, m_miniBarLogic ); |
|
|
|
|
|
|
|
|
|
connect( m_findBar, SIGNAL(forwardKeyPressEvent(QKeyEvent*)), m_pageView, SLOT(externalKeyPressEvent(QKeyEvent*))); |
|
|
|
|
connect( m_findBar, SIGNAL(onCloseButtonPressed()), m_pageView, SLOT(setFocus())); |
|
|
|
|
connect( m_miniBar, SIGNAL(forwardKeyPressEvent(QKeyEvent*)), m_pageView, SLOT(externalKeyPressEvent(QKeyEvent*))); |
|
|
|
|
connect( m_pageView, SIGNAL(escPressed()), m_findBar, SLOT(resetSearch()) ); |
|
|
|
|
connect( m_pageNumberTool, SIGNAL(forwardKeyPressEvent(QKeyEvent*)), m_pageView, SLOT(externalKeyPressEvent(QKeyEvent*))); |
|
|
|
|
|