Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 3/26/fi: Difference between revisions

From KDE TechBase
(Created page with "Paiinike ei enää täytä koko ikkunaa. Sen sijaan se pysyttelee koordinaateissa (10, 40) ikkunan sisällä ja (180, 40)-kokoisena [http://doc.qt.nokia.com/latest/qwidget.html#g...")
 
(No difference)

Latest revision as of 15:37, 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 3)
The button no longer fills the entire window. Instead, it stays at position (10, 40) within the window and with a size of (180, 40), because of the [http://doc.qt.nokia.com/latest/qwidget.html#geometry-prop Qt::Widget::setGeometry()] call.

Paiinike ei enää täytä koko ikkunaa. Sen sijaan se pysyttelee koordinaateissa (10, 40) ikkunan sisällä ja (180, 40)-kokoisena Qt::Widget::setGeometry()-kutsun ansiosta.