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

From KDE TechBase
(Created page with "Здесь мы создаём и настраиваем дочерний виджет нашего виджета (родительским виджетом нового вид...")
 
(No difference)

Latest revision as of 17:20, 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 04)
Here we create and set up a child widget of this widget (the new widget's parent is '''<tt>self</tt>''', i.e. the '''<tt>MyWidget</tt>''' instance).

Здесь мы создаём и настраиваем дочерний виджет нашего виджета (родительским виджетом нового виджета становится self, т.е. объект класса MyWidget).