7 #ifndef CHECKLIST_GUIDE_H 8 #define CHECKLIST_GUIDE_H 10 #include <QDockWidget> 32 const QStringList &curveNames);
36 bool documentIsExported);
51 #endif // CHECKLIST_GUIDE_H Dockable text window containing checklist guide.
bool browserIsEmpty() const
When browser is empty, it is pointless to show it.
void signalChecklistClosed()
Signal that this QDockWidget was just closed.
Class that adds rudimentary tree collapse/expand functionality to QTextBrowser.
virtual void closeEvent(QCloseEvent *event)
Catch close event so corresponding menu item in MainWindow can be updated accordingly.
void update(const CmdMediator &cmdMediator, bool documentIsExported)
Update using current CmdMediator/Document state.
void setTemplateHtml(const QString &html, const QStringList &curveNames)
Populate the browser with template html.