Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qtimer-members.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - QTimer Class
The QTimer class provides timer signals and single-shot timers. ... int start ( int msec, bool sshot = FALSE ) . ... QTimer is very easy to use, create a QTimer, call start () to start it and connect its timeout () to the appropriate slots, then when the time is up it will emit timeout(). ... An alternative to using QTimer is to call QObject::startTimer () for your object and reimplement the QObject::timerEvent () event handler in your class (which must of course inherit QObject ). ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtimer.html -- 9.1 Кб -- 11.07.1998
Похожие документы
Похожие документы