上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 139 下一页
摘要: http://blog.csdn.net/dbzhang800/article/details/6540089 http://doc.qt.nokia.com/qq/qq16-dynamicqobject.html 阅读全文
posted @ 2012-06-28 12:42 katago 阅读(335) 评论(0) 推荐(0)
摘要: http://qt-project.org/wiki/QThreads_general_usage QThreads General Usage Threads in an operating system are a very simple thing. Write a function, maybe bundle it with some data and push it onto ... 阅读全文
posted @ 2012-06-26 17:21 katago 阅读(295) 评论(0) 推荐(0)
摘要: Threads and QObjects QThreadinheritsQObject. It emits signals to indicate that the thread started or finished executing, and provides a few slots as well. More interest... 阅读全文
posted @ 2012-06-26 16:03 katago 阅读(698) 评论(0) 推荐(0)
摘要: QObject Class Reference void QObject::moveToThread ( QThread * targetThread ) Changes the thread affinity for this object and its children. The object cannot be moved if it has a parent. Event pr... 阅读全文
posted @ 2012-06-26 14:27 katago 阅读(312) 评论(0) 推荐(0)
摘要: QTimer Class Reference In multithreaded applications, you can use QTimer in any thread that has an event loop. To start an event loop from a non-GUI thread, use QThread::exec(). Qt uses the timer's t... 阅读全文
posted @ 2012-06-26 13:49 katago 阅读(345) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/qq/qq11-events.html 阅读全文
posted @ 2012-06-26 13:46 katago 阅读(172) 评论(0) 推荐(0)
摘要: Detailed Description The QEvent class is the base class of all event classes. Event objects contain event parameters. Qt's main event loop (QCoreApplication::exec()) fetches ... 阅读全文
posted @ 2012-06-26 11:45 katago 阅读(224) 评论(0) 推荐(0)
摘要: http://qt-project.org/wiki/Threads_Events_QObjects Threads, Events and QObjects Warning: Beta Version The article is almost done, but it needs a bit of polishing and some good examples. Any rev... 阅读全文
posted @ 2012-06-25 18:24 katago 阅读(1033) 评论(0) 推荐(0)
摘要: http://en.wikipedia.org/wiki/Ad_hoc Ad hoc is a Latin phrase meaning "for this". It generally signifies a solution designed for a specific problem or task, non-generalizable, and not intended to b... 阅读全文
posted @ 2012-06-25 17:44 katago 阅读(277) 评论(0) 推荐(0)
摘要: What Are Threads? GUI Thread and Worker Thread Simultaneous Access to Data Using Threads When to Use Alternatives to Threads Which Qt ... 阅读全文
posted @ 2012-06-25 17:37 katago 阅读(490) 评论(0) 推荐(0)
上一页 1 ··· 79 80 81 82 83 84 85 86 87 ··· 139 下一页