Engauge Digitizer 2
|
Dockable help window. More...
#include <HelpWindow.h>
Public Member Functions | |
HelpWindow (QWidget *parent) | |
Single constructor. |
Dockable help window.
Despite a lot of work trying to work with the OSX sandbox, support for the sandbox was never completed since QHelpEngine requires WRITE-access to the collection file. Even trying to create a temporary directory does not work since copying would involve QHelpEngine::copyCollectionFile which copys from the CURRENT collection file (versus just some arbitrary file name)
Definition at line 16 of file HelpWindow.h.
HelpWindow::HelpWindow | ( | QWidget * | parent | ) |
Single constructor.
Definition at line 22 of file HelpWindow.cpp.