Hi,
I want to start the Qt Assistant simple from a 'main.cpp'. It goes,
but is it correct? I use the 'assistant .cpp' from the Simple Text Viewer
example and have my own '.qch' and '.qhc' files.
...
#include <QApplication>
#include "Assistant.h"
int main(int argc, char *argv[])
{
Assistant *m_assistant = new Assistant;
m_assistant->showDocumentation("index.html");
return 0;
}
...
Thanks,
Thomas Meyer
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest