28 #ifndef _BIBLIOTEQ_DOCUMENTATIONWINDOW_H_
29 #define _BIBLIOTEQ_DOCUMENTATIONWINDOW_H_
31 #include <QMainWindow>
33 #include "ui_biblioteq_documentationwindow.h"
43 void setAllowOpeningOfExternalLinks(
const bool state);
44 void setHtml(
const QString &html);
50 QPalette m_originalFindPalette;
51 Ui_biblioteq_documentationwindow m_ui;
52 bool m_openExternalLinks;
53 void connectSignals(
void);
56 void slotAnchorClicked(
const QUrl &url);
58 void slotFindText(
void);
Definition: biblioteq_documentationwindow.h:36