Jump to content

Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 04/18/fi: Difference between revisions

From KDE TechBase
Centerlink (talk | contribs)
Created page with "Tässä luomme uuden luokan. Koska tämä luokka periytyy komponentista [http://doc.qt.nokia.com/latest/qwidget.html Qt::Widget], uusi luokka on käyttöliittymäkomponentti ja s..."
 
(No difference)

Latest revision as of 11:43, 27 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 04)
Here we create a new class. Because this class inherits from [http://doc.qt.nokia.com/latest/qwidget.html Qt::Widget], the new class is a widget and may be a top-level window or a child widget (like the [http://doc.qt.nokia.com/latest/qpushbutton.html Qt::PushButton] in the previous chapter).

Tässä luomme uuden luokan. Koska tämä luokka periytyy komponentista Qt::Widget, uusi luokka on käyttöliittymäkomponentti ja saattaa olla ylimmän tason ikkuna tai tytärkäyttöliittymäkomponentti (kuten Qt::PushButton edellisessä kappaleessa).