Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 3/24/ru: Difference between revisions

From KDE TechBase
(Created page with "При вызове метода '''show()''' у родительского виджета, он сам вызывает '''show()''' для всех своих дочерних ...")
 
(No difference)

Latest revision as of 17:07, 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 3)
When a parent widget is shown, it will call show for all its children (except those that were explicitly hidden using [http://doc.qt.nokia.com/latest/qwidget.html#hide Qt::Widget::hide()]).

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