Qtopia环境怎么使用cout??按照网上搜索的贴子,定义QTextStream cout(stdout, QIODevice::WriteOnly);编译的时候就提示出错:WriteOnly is not a member of 'QIODevice'[解决办法]要输出调试信息么? Qt下一般都是用QDebug的居多在没有#include<QDebug>的时候QDebug相当于printf当#include<QDebug>之后QDebug就相当于cout