#include <qfiledialog.h>
#include <qlabel.h>
#include "spreadsheet.h"
#include "iis.h"
#include "version.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
QApplication * | mainapp |
ApplicationWindow * | mainwindow |
|
Definition at line 167 of file iis.cpp. References ApplicationWindow::ApplicationWindow(), mainapp, and mainwindow. 00168 { 00169 mainapp=new QApplication(argc,argv); 00170 mainwindow = new ApplicationWindow(); 00171 mainapp->setMainWidget(mainwindow); 00172 mainwindow->show(); 00173 return mainapp->exec(); 00174 }
|
|
Definition at line 10 of file iis.cpp. Referenced by main(), and SpreadSheetTable::restart_recalcing(). |
|
Definition at line 12 of file iis.cpp. Referenced by main(). |