Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

main.cpp Example File
network/http/main.cpp

    #include <QApplication>

    #include "httpwindow.h"

    int main(int argc, char *argv[])
    {
        QApplication app(argc, argv);
        HttpWindow httpWin;
        httpWin.show();
        return httpWin.exec();
    }


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0-b2