摘要: 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 阅读(1023) 评论(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 阅读(269) 评论(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 阅读(479) 评论(0) 推荐(0)
摘要: Threads in an operating system are a very simple thing. Write a function, maybe bundle it with some data and push it onto a newly created thread. Use a mutex or other method to safely communicate with... 阅读全文
posted @ 2012-06-25 17:11 katago 阅读(210) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/dbzhang800/article/details/6557272 QObject Reentrancy The child of a QObject must always be created in the thread where the parent was created. This implies, among other thin... 阅读全文
posted @ 2012-06-25 15:52 katago 阅读(1692) 评论(0) 推荐(0)