随笔分类 -  QT

摘要:使用头文件#include #include "QTimer"#include "QTime"#include "QMessageBox"#include #include #include #include #include "stdio.h"#include "stdlib.h"#include... 阅读全文
posted @ 2014-05-14 15:55 luxiaolai 阅读(7538) 评论(16) 推荐(1)
摘要:QString str = QString("%1").arg(outChar&0xFF,2,16,QLatin1Char('0'));int a=0001;QString str = QString("%1").arg(a,4,10,QLatin1Char('0')); 阅读全文
posted @ 2014-05-12 18:47 luxiaolai 阅读(7307) 评论(0) 推荐(0)