qthread
Running Threads Simultanously using Qt
I have a problem. I have a Qiwidget which has 2 pushbuttons. On pressing one button i need to play back 1 file using some playback technique. On clicking the other button I want to playback another fi[详细]
2023-03-14 13:37 分类:问答Qt :what is the best way to implement sleep function inside QThread?
i invoking QThread with cr开发者_高级运维eating object and using MoveToThread function like it suggest[详细]
2023-03-11 09:55 分类:问答Qt: Correct way to post events to a QThread?
In my Qt application, I have a main thread and a worker thread. The worker thread subclasses QThread and processes events via customEvent. Is this the correct way for the main thread to send events to[详细]
2023-03-09 17:49 分类:问答Moving a predifined class into a thread using Qthread
I am not too great a programmer and quite new to QT sorry for my wording. I have an already created a sensor class in Qt in a different .cpp file from main, whenever i ran my program it ran slow and[详细]
2023-02-25 14:27 分类:问答PyQt4 multithreading using QThread
There is an endless block when xml.etree.ElementTree.fromstring() function is called in the QThread. Also lots of other calls makes the QThread blocked like multipro开发者_StackOverflowcessing.Process[详细]
2023-02-25 02:34 分类:问答Qt Download Files from QThread Based On Qt Example Doesn't work
Hi i build simple example striped all irrelevant code and only the problematic code remains in general i have application that execute thread and inside this thread worker ,i placed download code that[详细]
2023-02-24 12:40 分类:问答Knowing when a QThread's event loop has started from another thread
in my program, I am subclassing QThread, and I implemented the virtual method run() like so: void ManagerThread::run() {[详细]
2023-02-16 14:11 分类:问答understanding a qthread subclass's run method and thread context
i have an enco开发者_JS百科der class with lots of methods . this is a subclass ofQthread. i am new to multi-threading and[详细]
2023-02-15 22:52 分类:问答c++ qthread starting 2 threads concurrently
I have two threads One and Two. defined by their respective classes in the header file.I want to start the second thread when the first thread is started.creating and starting the second thread in the[详细]
2023-02-15 17:01 分类:问答Moving a function in a running thread to a new thread?
I have a read and write function in a class file. this class subclasses QThread class and overrides run, does not have signals and slots ,It basically runs data processing functions in a threa开发者_如[详细]
2023-02-15 01:08 分类:问答
加载中,请稍侯......