Jump to content

Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 05/22/fi: Difference between revisions

From KDE TechBase
Centerlink (talk | contribs)
Created page with "Tässä käytämme [http://doc.qt.nokia.com/latest/signalsandslots.html signaalit ja aikavälit] -mekanismia liukukytkimen kytkemiseksi [http://doc.qt.nokia.com/latest/qabstracts..."
 
(No difference)

Latest revision as of 09:39, 28 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 05)
Here we use the [http://doc.qt.nokia.com/latest/signalsandslots.html signals and slots] mechanism to connect the slider's  [http://doc.qt.nokia.com/latest/qabstractslider.html#valueChanged QAbstractSlider::valueChanged()] signal to the LCD number's display() slot.

Tässä käytämme signaalit ja aikavälit -mekanismia liukukytkimen kytkemiseksi QAbstractSlider::valueChanged() -signaaliin nestekidenumeronäytön display() -aikavälissä.