21 #include <qmainwindow.h>
22 #include <qtextbrowser.h>
25 #include <qstringlist.h>
54 if(!name.startsWith(
"http://"))
55 QTextBrowser::setSource(name);
66 void slotSourceChanged(
const QString& str);
67 void slotToggleSidebar(
bool);
68 void slotToggleSidebarAction(
bool);
71 void displaySelectedChapter();
80 QAction *previousAction;
82 QAction *viewBrowseDock;
83 QListView *chaptersView;
86 QString currentSource;
87 QString cachedSelectedText;