Translations:Development/Tutorials/Qt4 Ruby Tutorial/Chapter 2/22/ru: Difference between revisions

From KDE TechBase
(Created page with "[http://doc.trolltech.com/4.2/qobject.html#connect Qt::Object::connect()] — это наверное самая важная возможность Qt. Обратите вним...")
 
(No difference)

Latest revision as of 17:01, 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 2)
[http://doc.trolltech.com/4.2/qobject.html#connect Qt::Object::connect()] is perhaps the most central feature of Qt. Note that '''<tt>connect()</tt>''' in this context is a static function in [http://doc.qt.nokia.com/latest/qobject.html Qt::Object]. Do not confuse it with the '''<tt>connect()</tt>''' function in the Berkeley socket library.

Qt::Object::connect() — это наверное самая важная возможность Qt. Обратите внимание на то, что здесь connect() — статический метод класса Qt::Object. Не вздумайте путать его с функцией connect() из библиотеки для работы с сокетами!