Chinaunix首页 | 论坛 | 博客
  • 博客访问: 177019
  • 博文数量: 22
  • 博客积分: 1411
  • 博客等级: 上尉
  • 技术积分: 370
  • 用 户 组: 普通用户
  • 注册时间: 2006-08-19 18:12
文章分类
文章存档

2011年(1)

2010年(1)

2008年(20)

我的朋友

分类:

2008-04-17 10:41:35

QObject::setParent: Cannot set parent, new parent is in a different thread
Xlib: unexpected async reply

 
You can not do GUI operations from a thread which does not own QApplication object.
In GUI applications, the main thread is also called the GUI thread becase it’s the only thread that is allowed to perform GUI-related operations.
 
例子:

 
文件:training.tar.bz2
大小:4KB
下载:下载
 
 
阅读(2284) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-10-31 15:08:12

你发的程序怎么执行不了?也不是源码