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

From KDE TechBase
(Created page with "Этот класс имеет всего лишь один член, а именно, конструктор (не считая членов класса, наследованн...")
 
(No difference)

Latest revision as of 17:19, 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)
This class has only one member, a constructor (in addition to the members it inherits from [http://doc.qt.nokia.com/latest/qwidget.html Qt::Widget]). The constructor is a standard Qt widget constructor; you should always include a similar constructor when you create widgets.

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