Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qwmatrix.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - aclock/aclock.cpp example file
This example displays an analog clock widget. ... AnalogClock :: AnalogClock ( QWidget *parent, const char *name ) : QWidget ( parent, name ) { time = QTime::currentTime(); // get current time QTimer *internalTimer ... internalTimer- start ( 5000 ); // emit signal every 5 seconds } // // The QTimer::timeout() signal is received by this slot. // void AnalogClock ::timeout() { QTime new_time = QTime::currentTime(); // get the current time if ( new_time. minute () != time.minute() ) // minute ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/aclock-aclock-cpp.html -- 7.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда