Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーに長い秒数を要求し、その秒数を待機するプログラムを作成しています。問題は、waitSecs が 9999 秒を超えるとすぐに、launchTime が乱数になるように見えることです。qDebug を使用して waitSecs を出力しましたが、正しい数値です (数値が 9999 より大きい場合でも)。何か助けはありますか?
QTime launchTime = QTime::currentTime().addSecs(waitSecs);
コードと出力は次のとおりです。