Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#include <QApplication> // Kyseessä Qt-sovellus
#include <QLabel> // Label eli ilmoitusikkuna

int main(int argc, char \*argv\[\])
show(); return app.exec(); //täällä ollaan kunnes sovellus sulkeutuu " >{ QApplication app(argc, argv); //luodaan pinoon sovellus QLabel \*label = new QLabel("Terve, eka Qt-sovellus\!"); label->show(); return app.exec(); //täällä ollaan kunnes sovellus sulkeutuu }