跳到主要內容
搜尋
搜尋此網誌
摳丁小筆記
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
標籤
C++
QT
6月 13, 2014
[ QT ] Mouse event
1. click
if(event->
button
() & Qt::RightButton){
//code
}
2.move
if(event->
buttons
() & Qt::RightButton){
//code
}
留言
熱門文章
10月 05, 2016
[SystemVerilog] Functional Coverage Patterns: Bitwise Coverage
2月 08, 2014
[ Matlab ] mat txt轉換
留言
張貼留言