摘要: linuxTime.h 1 #ifndef LinuxTime_H 2 #define LinuxTime_H 3 #include <QtCore/QCoreApplication> 4 5 class LinuxTime 6 { 7 public: 8 void setTime(int m_nhour,int m_nminute,int m_nsecond); 9 void setDate(int m_nyear,int m_nmonth,int m_nday);10 11 private:12 int m_nyear;13 int m_nmonth... 阅读全文
posted @ 2012-05-09 22:27 雨中枫叶 阅读(564) 评论(0) 推荐(0) 编辑