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

From KDE TechBase
(Created page with "Важно помнить, что порядок выполнения может быть любым. То есть неизвестно, какой метод запуститс...")
 
(No difference)

Latest revision as of 17:47, 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 07)
Note that you're not guaranteed any particular order of execution; '''<tt>LCDRange::valueChanged()</tt>''' may be emitted before or after [http://doc.qt.nokia.com/latest/qlcdnumber.html#intValue-prop QLCDNumber::display()] is called.

Важно помнить, что порядок выполнения может быть любым. То есть неизвестно, какой метод запустится первым: LCDRange::valueChanged() или QLCDNumber::display().