#include <qs_applicationwrapper.h>
Public Slots | |
| void | fileNew () |
| Creates a new document. | |
| void | fileOpen (const QString &fileName) |
| void | fileClose () |
| void | fileSave (const QString &fileName) |
Public Member Functions | |
| QS_ApplicationWrapper (QG_MainWindowInterface *a) | |
| QG_MainWindowInterface * | getApplication () |
|
|
Creates a new document. This example script creates a new document: var app = new App(); app.fileNew(); |
1.4.4