calibrate

所属分类:数值算法/人工智能
开发工具:Visual C++
文件大小:17KB
下载次数:48
上传日期:2008-03-05 09:16:13
上 传 者yingxiong1793
说明:  看见好多朋友,有关于触摸屏的问题,lib 编译支持了触摸屏,QWS_MOUSE_PROTO也是设置正确,但是还是无法使用,有时往往是没进行校准屏幕. 有的朋友只移植了qte了,没有移植qtopia ,(qtopia里有一个校屏程序),往往无法校屏,现在共享一个校屏程序,从qtopia 中提取出来,支持qte 2/3,给只移植qte的朋友一个方便.^_^
(To see a lot of friends, have a touch screen on the issue, lib compiler support for the touch screen, QWS_MOUSE_PROTO is set up correctly, but still unable to use, sometimes the screen is not calibrated. Some Friend qte transplant only, no transplant qtopia, (qtopia Lane screen has a school program), schools often do not screen, and now share a school-screen procedures, extracted from qtopia to support qte 2/3, to the only transplant qte a convenient friend. ^ _ ^)

文件列表:
calibrate\logo (22710, 2008-01-15)
calibrate\qt2or3.h (0, 2008-01-15)
calibrate\calibrate.pro (318, 2008-01-15)
calibrate\config (360, 2008-01-15)
calibrate\main.cpp (325, 2008-01-15)
calibrate\calibrate.h (1430, 2008-01-15)
calibrate\calibrate.cpp (8319, 2008-01-15)
calibrate (0, 2008-01-15)

在编译程序时,先选定你所使用的QT的版本. 首先,运行config,选择你的用的QT的版本,运行完config后,设置你的环境变量和编译器路径,然后进行编译. ARM下QT3例子编译,目标板运行: root@pc ./config ##选择 3 root@pc export QTDIR=/qt3 root@pc export LD_LIBRARY_PATH=$QTDIR/lib root@pc export QMAKESPEC=$QTDIR/mkspecs/qws/linux-arm-g++ root@pc export PATH=/arm/bin:$PATH root@pc qmake -o Makefile root@pc make 移植到目标板: root@target export QTDIR=/qt root@target export LD_LIBRARY_PATH=$QTDIR/lib root@target ./calibrate -qws 有不足之处,请大家自己补充,能力有限~~~~~~~~~ ^_^by SnailShell

近期下载者

相关文件


收藏者