Jump to content

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

From KDE TechBase
Centerlink (talk | contribs)
Created page with "Painike on asetettu olemaan 100 pikseliä leveä ja 30 pikseliä korkea (poislukien ikkunakehys, jonka ikkunointijärjestelmä tarjoaa). Voisimme kutsua [http://doc.qt.nokia.co..."
(No difference)

Revision as of 19:00, 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)
The button is set up to be 100 pixels wide and 30 pixels high 
(excluding the window frame, which is provided by the windowing system). 
We could call [http://doc.qt.nokia.com/latest/qwidget.html#pos-prop Qt::Widget::move()] to assign a specific screen position to the widget, 
but instead we let the windowing system choose a position.

Painike on asetettu olemaan 100 pikseliä leveä ja 30 pikseliä korkea (poislukien ikkunakehys, jonka ikkunointijärjestelmä tarjoaa). Voisimme kutsua Qt::Widget::move() liittääksemme erityisen näyttösijainnin käyttöliittymäkomponenttiin, mutta sen sijaan annoimme ikkunointijärjestelmän valita sijainnin.