一杯清酒邀明月
天下本无事,庸人扰之而烦耳。
摘要: QTime::QTime()默认构造函数,构造一个时,分,秒都为0的时间,如00:00:00.000(午夜) QTime::QTime(int h, int m, int s=0, int ms = 0)构造一个用户指定时,分,秒的时间.其参数有效值为:h:0--23m:0--59ms:0--999 阅读全文
posted @ 2021-04-16 13:39 一杯清酒邀明月 阅读(1694) 评论(0) 推荐(0)
摘要: The QTime class provides clock time functions. A QTime object contains a clock time, i.e. the number of hours, minutes, seconds, and milliseconds sinc 阅读全文
posted @ 2021-04-16 13:38 一杯清酒邀明月 阅读(1309) 评论(0) 推荐(0)