![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
/**************************************************************** ** ** Qt tutorial 13 ** ****************************************************************/ #include <QApplication> #include "gameboard.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); GameBoard board; board.setGeometry(100, 100, 500, 355); board.show(); return app.exec(); }
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |