Threads in qt qml application
Unsolved
QML and Qt Quick
-
Hi,
I want to know about threads created by qt application. I ran one of the example application given in qt creator called "gallery". Looks like there are 6 threads as per top command (top -H <process id>)output:
- gallery
- gallery
- QSGRenderThread
- QEvdevTouchScre
- QQmlThread
- FileInfoThread
Is there any document giving details about each one of these? Why two threads with same name is created?
-
Hi,
I want to know about threads created by qt application. I ran one of the example application given in qt creator called "gallery". Looks like there are 6 threads as per top command (top -H <process id>)output:
- gallery
- gallery
- QSGRenderThread
- QEvdevTouchScre
- QQmlThread
- FileInfoThread
Is there any document giving details about each one of these? Why two threads with same name is created?