|
|
|
@ -59,7 +59,7 @@ PresentationSearchBar::PresentationSearchBar( Okular::Document *document, QWidge |
|
|
|
lay->addWidget( m_handle ); |
|
|
|
lay->addWidget( m_handle ); |
|
|
|
|
|
|
|
|
|
|
|
QToolButton * closeBtn = new QToolButton( this ); |
|
|
|
QToolButton * closeBtn = new QToolButton( this ); |
|
|
|
closeBtn->setIcon( KIcon( "fileclose" ) ); |
|
|
|
closeBtn->setIcon( KIcon( "dialog-close" ) ); |
|
|
|
closeBtn->setIconSize( QSize( 24, 24 ) ); |
|
|
|
closeBtn->setIconSize( QSize( 24, 24 ) ); |
|
|
|
closeBtn->setToolTip( i18n( "Close" ) ); |
|
|
|
closeBtn->setToolTip( i18n( "Close" ) ); |
|
|
|
closeBtn->setAutoRaise( true ); |
|
|
|
closeBtn->setAutoRaise( true ); |
|
|
|
@ -75,7 +75,7 @@ PresentationSearchBar::PresentationSearchBar( Okular::Document *document, QWidge |
|
|
|
m_search->setSearchMoveViewport( true ); |
|
|
|
m_search->setSearchMoveViewport( true ); |
|
|
|
lay->addWidget( m_search ); |
|
|
|
lay->addWidget( m_search ); |
|
|
|
|
|
|
|
|
|
|
|
KPushButton * findNextBtn = new KPushButton( KIcon( "edit-find-next" ), i18n( "Find Next" ), this ); |
|
|
|
KPushButton * findNextBtn = new KPushButton( KIcon( "go-down-search" ), i18n( "Find Next" ), this ); |
|
|
|
lay->addWidget( findNextBtn ); |
|
|
|
lay->addWidget( findNextBtn ); |
|
|
|
|
|
|
|
|
|
|
|
m_anchor->installEventFilter( this ); |
|
|
|
m_anchor->installEventFilter( this ); |
|
|
|
|