Threads invoked for a simple application
Unsolved
General and Desktop
-
I am using QT 5.5 and created a simple application with QMainWindow class and used one timer just to display current time in a QLineEdit Widget.... When i run the program and saw the task Manager , i see 5 threads for that current exe file ..... Well i know GUI takes a seperate thread and timer may take a seperate thread...but cant figure out why there are more threads in that exe......
I am sure i am novice.......any help will be appreciated.......
-
Hi,
You should add which OS you are using.