Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 01/29/fi: Difference between revisions

From KDE TechBase
(Created page with "Tämä on se paikka, jossa ohjelmamme välittää ohjauksen Qt:lle. [http://doc.qt.nokia.com/latest/qcoreapplication.html#exec Qt::CoreApplication::exec()]-metodi palaa, kun sov...")
 
(No difference)

Latest revision as of 19:04, 22 August 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Qt4 Ruby Tutorial/Chapter 01)
This is where our program passes control to Qt. 
[http://doc.qt.nokia.com/latest/qcoreapplication.html#exec Qt::CoreApplication::exec()] will return when the application exits. 
([http://doc.qt.nokia.com/latest/qcoreapplication.html Qt::CoreApplication] is [http://doc.qt.nokia.com/latest/qapplication.html Qt::Application]'s base class. 
It implements [http://doc.qt.nokia.com/latest/qapplication.html Qt::Application]'s core, non-GUI functionality and can be used when developing non-GUI applications.)

Tämä on se paikka, jossa ohjelmamme välittää ohjauksen Qt:lle. Qt::CoreApplication::exec()-metodi palaa, kun sovellus lopetetaan. (Qt::CoreApplication on Qt::Application-sovelluksen perusluokka. Se toteuttaa Qt::Application-ytimen, ei-graafiset käyttöliitymätoiminnallisuudet ja sitä voidaan käyttää kun kehitetään ei-graafisia käyttöliittymäsovelluksia.)