Opened 8 years ago
Closed 8 years ago
#11 closed enhancement (fixed)
use QThread instead of Threading.Thread
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
remove setDaemon and join
Subtickets
Child Tickets
Change History (5)
comment:1 Changed 8 years ago by zhangjr
comment:2 Changed 8 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 8 years ago by zhangjr
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 8 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from reopened to assigned
comment:5 Changed 8 years ago by zhangjr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
remove pause/resume/stop method. Qt would take charge of the thread.