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

From KDE TechBase
(Created page with "Здесь мы создаём новый класс. Поскольку этот класс наследуется от класса [http://doc.qt.nokia.com/latest/qwidget.html...")
 
(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)
Here we create a new class. Because this class inherits from [http://doc.qt.nokia.com/latest/qwidget.html Qt::Widget], the new class is a widget and may be a top-level window or a child widget (like the [http://doc.qt.nokia.com/latest/qpushbutton.html Qt::PushButton] in the previous chapter).

Здесь мы создаём новый класс. Поскольку этот класс наследуется от класса Qt::Widget, новый класс является виджетом и может быть либо окном, либо дочерним виджетом (как Qt::PushButton в предыдущей главе).