{ QTimer* ptimer = new QTimer(this); connect(ptimer, SIGNAL(timeout()), SLOT(slotUpdateDateTime())); ptimer->start(500); slotUpdateDateTime(); } public ...
確定! 回上一頁