?? thread.pri
字號:
# Qt core thread module# public headersHEADERS += thread/qmutex.h \ thread/qreadwritelock.h \ thread/qsemaphore.h \ thread/qthread.h \ thread/qthreadstorage.h \ thread/qwaitcondition.h \ thread/qatomic.h # private headersHEADERS += thread/qmutex_p.h \ thread/qmutexpool_p.h \ thread/qthread_p.hSOURCES += thread/qmutex.cpp \ thread/qreadwritelock.cpp \ thread/qmutexpool.cpp \ thread/qsemaphore.cpp \ thread/qthread.cpp \ thread/qthreadstorage.cpp unix:SOURCES += thread/qmutex_unix.cpp \ thread/qthread_unix.cpp \ thread/qwaitcondition_unix.cppwin32:SOURCES += thread/qmutex_win.cpp \ thread/qthread_win.cpp \ thread/qwaitcondition_win.cpp
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -