Jump to content

Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2/24/fi: Difference between revisions

From KDE TechBase
Centerlink (talk | contribs)
Created page with "Tässä '''<tt>clicked()</tt>'''-funktio yhdistetään '''<tt>quit</tt>'''-signaalilla '''<tt>quit()</tt>'''-funktioon '''<tt>app</tt>'''-välissä, niin että kun painiketta nap..."
 
(No difference)

Latest revision as of 14:59, 25 September 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 2)
Here, the '''<tt>clicked()</tt>''' signal of '''<tt>quit</tt>''' is connected to the '''<tt>quit()</tt>''' slot of '''<tt>app</tt>''', so that when the button is clicked, the application quits.

Tässä clicked()-funktio yhdistetään quit-signaalilla quit()-funktioon app-välissä, niin että kun painiketta napsautetaan, sovellus sulkeutuu.