You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

p, li { white-space: pre-wrap; }int main(int argc, char \*argv\[\])

{

QApplication app(argc, argv);

if (\!LuoLiityntaTietokantaan()) return 1;

LuoTietokantaTaulu(0);

TaytaDemoDataa();

ScooterWindow window;

window.resize(800, 600);

window.show();

return app.exec();

}
  • No labels
You must log in to comment.