QT 同時支援滑鼠和觸控螢幕

2021-07-10 05:40:57 字數 530 閱讀 2633

qt 同時支援滑鼠和觸控螢幕

現在 如果我要使用滑鼠

匯入環境變數

export qws_mouse_proto=mouseman:/dev/input/mice

使用觸控螢幕,匯入環境變數

export qws_mouse_proto=tslib:/dev/input/touchscreen0

如果想同時兩個都支援  

export qws_mouse_proto=mouseman:/dev/input/mice;

export qws_mouse_proto=tslib:/dev/input/touchscreen0:$qws_mouse_proto;

滑鼠環境變數也可以這樣設定:export qws_mouse_proto=intellimouse:/dev/mouse1 但插拔後就不可以使用了,可以用下面的引數替代解決滑鼠插拔的問題

但是用指令碼啟動應用程式的時候,滑鼠無法使用,可以換用export qws_mouse_proto=intellimouse:/dev/mouse0或者mice

qt觸控螢幕隱藏滑鼠指標

方法1 執行加引數 nomouse 方法2 qwidget setcursor qcursor qt blankcursor 例 this setcursor qt blankcurror 只希望在某個qwidget 或qdialog等 控制項上不出現滑鼠指標。其他視窗仍會顯示滑鼠指標。方法4 ma...

QT E觸控螢幕支援

1.建立qt e交叉編譯環境 這部分我其它的文章有 2.在src tools qconfig local.h中加入 如果沒有該檔案則重建乙個 define qt qws ipaq define qt qws ipaq raw define qt no qws cursor define qt no ...

QTE 觸控螢幕支援

qte觸控螢幕載入有兩種方法 1 qte本身觸控螢幕載入 主要注意三個內容 編譯qte時,在其自定義配置檔案 位於qtdir src tools qconfig h,其 為自定義的名字,該特徵字可以在configure時用 qconfig 指定 所應加的內容 define qt qws ipaq d...