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

From KDE TechBase
(Created page with "Задаются размеры кнопки: ширина — 100 пикселов, высота — 30 пикселов (не включая рамку окна). Можно ...")
 
(No difference)

Latest revision as of 15:23, 2 July 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.

Задаются размеры кнопки: ширина — 100 пикселов, высота — 30 пикселов (не включая рамку окна). Можно было бы ещё задать положение окна на экране вызовом Qt::Widget::move().