Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

main.cpp Example File
webkit/previewer/main.cpp

 #include <QtGui>
 #include "mainwindow.h"

 int main(int argc, char * argv[])
 {
     QApplication app(argc, argv);
     MainWindow *mainWindow = new MainWindow;
     mainWindow->show();
     return app.exec();
 }


Copyright © 2008 Trolltech Trademarks
Qt 4.4.0