Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
#include <QApplication> #include "httpwindow.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); HttpWindow httpWin; app.setMainWidget(&httpWin); httpWin.show(); return app.exec(); }
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |