自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 问答 (1)
  • 收藏
  • 关注

转载 日志打印

#include #include #include #ifdef WIN32    #include     #include #else    #include     #include     #include     #define  CRITICAL_SECTION   pthread_mutex_t    #define  _vsnprint

2015-09-22 22:20:15 175

原创 事件过滤器

定义viture  eventfilter(QObject *obj, QEvent *event);安装 installEventfilter();实现bool 类名::eventfilter(QObject *obj, QEvent *event){     if(obj == *****)     {     }      if

2015-09-18 21:18:23 185

转载 QTextedit里面添加东西,而且每次添加的新内容要在最上端显示,原来的内容往下移

edit.moveCursor(QTextCursor::Start);edit.insertPlainText("some text");

2015-09-18 20:13:29 4895

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除