add a tooltip to the button

svn path=/trunk/KDE/kdegraphics/okular/; revision=1050253
remotes/origin/KDE/4.4
Albert Astals Cid 17 years ago
parent b9d749bc0d
commit 2b7265066b
  1. 1
      ui/propertiesdialog.cpp

@ -111,6 +111,7 @@ PropertiesDialog::PropertiesDialog(QWidget *parent, Okular::Document *doc)
QWidget *key;
if ( element.tagName() == filePathKey ) {
m_toggleTitlePath = new QPushButton( page );
m_toggleTitlePath->setToolTip( i18n("Toggles between File Path and Title") );
setToggleTitlePathText();
m_toggleTitlePath->setFlat( true );

Loading…
Cancel
Save