回复: Qt 农历(最新更新,支持农历计算到2099年)
#26 [山映斜阳hj 04-22 09:52]
大神,可以给我发一份吗?1741940060@qq.com
#27 回 山映斜阳hj 的帖子 [nigoole 04-24 17:11]
山映斜阳hj:大神,可以给我发一份吗?1741940060@qq.com (2016-04-22 09:52)
楼上有下载地址http://download.csdn.net/detail/nigoole/9492904
#28 回 yanche 的帖子 [nigoole 04-24 17:12]
yanche:我的邮箱是:548725431@qq.com (2016-04-21 09:22)
楼上有下载地址http://download.csdn.net/detail/nigoole/9492904
#29 回 wode 的帖子 [nigoole 04-24 17:12]
wode:835256707@qq.com 谢谢啊 (2016-04-21 21:15)
楼上有下载地址http://download.csdn.net/detail/nigoole/9492904
#30 [nigoole 04-25 08:48]
农历和公历显示可以用富文本进行处理,上下显示,自定义字体和颜色。
void DayLabel::showDay(int nDay, QString strLunar)
{
QString strText = "";
strText += "
";
strText += QString::number(nDay);
this->m_nDay = nDay;
if ("" != strLunar) {
strText.append("");
strText.append("");
strText.append(strLunar);
strText.append("