danya
Newbie level 6
- Joined
- Jun 22, 2011
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,365
Hi all,
I am new to QT programming. I have an application which consists of a thread for file write function which takes time. The user has option also to cancel the file write.I have implemented the cancel button using QT thread::terminate for stopping the file write,but Iam getting seg fault when i press the cancel button.Can anyone comment regarding this,is there any other option other than thread termination,pls help.
I am new to QT programming. I have an application which consists of a thread for file write function which takes time. The user has option also to cancel the file write.I have implemented the cancel button using QT thread::terminate for stopping the file write,but Iam getting seg fault when i press the cancel button.Can anyone comment regarding this,is there any other option other than thread termination,pls help.