[QT] QThread 类详解
摘要:
该类提供平台独立的线程。#include <QThread>继承QObject公共类型enum Priority { IdlePriority, LowestPriority, LowPriority, NormalPriority, ..., InheritPriority }公共函数QThread ( QObject * parent = 0 ) ~QThread ()void exit ( int returnCode = 0 )bool isFinished () constbool isRunning () constPriority priority () constv 阅读全文
posted @ 2010-06-05 09:52
斯人-
阅读(1384)
评论(0)
推荐(0)