iis.cpp File Reference

#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
ApplicationWindowmainwindow


Function Documentation

int main int  argc,
char *  argv[]
 

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 }


Variable Documentation

QApplication* mainapp
 

Definition at line 10 of file iis.cpp.

Referenced by main(), and SpreadSheetTable::restart_recalcing().

ApplicationWindow* mainwindow
 

Definition at line 12 of file iis.cpp.

Referenced by main().


Generated on Mon Jun 5 22:08:42 2006 for iis by  doxygen 1.4.6