Jump to content

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

From KDE TechBase
Aspotashev (talk | contribs)
Created page with "При создании, виджет не появляется на экране. Чтобы он стал видимым, нужно вызвать [http://doc.qt.nokia.com/lat..."
 
(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)
A widget is never visible when you create it. You must call [http://doc.qt.nokia.com/latest/qwidget.html#show Qt::Widget::show()] to make it visible.

При создании, виджет не появляется на экране. Чтобы он стал видимым, нужно вызвать Qt::Widget::show().