【Qt開發】QDate類 QDate為開發者提供日期的類,函數也很豐富 常用方法介紹 1.QDate addDays(qint64 ndays) const 當前日期添加n天,n可以為負 2.QDate ad ...