CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - QT mouse

搜索资源列表

  1. dragdrop

    1下载:
  2. qt3.3.5 实现鼠标拖拽功能,可以将数据从一个控件放到另外一个控件中-qt3.3.5 the realization of the mouse drag functionality, data can be from a control on another control
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:95061
    • 提供者:ribena
  1. Qt-Sokoban

    0下载:
  2. Qt版的推箱子,有所有主要功能,键盘,鼠标,退步,玄关,自动寻路(最短路径)-Qt version of the Sokoban, all key, keyboard, mouse, backward, vestibule, automatically find its way (shortest path)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1333013
    • 提供者:zane
  1. keyboard_test

    1下载:
  2. QT4.5开发环境中编写的一个用来测试软键盘的程序。有两个LineEdit控件,一个旁边有一个按钮,点击按钮,自动弹出软键盘,输入后的数字直接显示在lineEdit1中,另一个实现,鼠标双击lineEdit控件,就自动弹出软键盘。该程序主要用在开发板程序开发过程中,因为有些开发板的环境下没有软键盘,没法输入数字,所以用这个测试程序中的方法可以直接在你需要弹出软键盘的地方,让它自动弹出软键盘,方便输入。-QT4.5 development environment used to test the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-13
    • 文件大小:2566484
    • 提供者:丁若冰
  1. opengl_qt

    0下载:
  2. windows下的qt的opengl库的入门编程例子,是一个立方体,可以通过鼠标旋转,放大缩小操作。-under windows the qt library entry programming opengl example, is a cube, the mouse can rotate, zoom operation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:61915
    • 提供者:李焕
  1. src

    0下载:
  2. 使用QT为linux 下的mplayer写的一个新的gui,既可以用鼠标键盘播放视频文件又可以使用菜单控制播放效果-QT for linux using mplayer under Writing a new gui, can use the mouse to the keyboard to play the video file can also control playback using the menu
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:144314
    • 提供者:zhangmei
  1. dragdroprobot

    0下载:
  2. 实现了一个Graphicview窗口,用户可以向其中添加一些预定义了的图形(可以设置图形的填充颜色),text(可以设置字体和颜色等)等。另外这些图形可以随着用户鼠标的移动而移动。-Graphicview implements a window, the user can add some pre-defined one of the graphics (you can set the fill color graphics), text (can set the fonts and color
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:23148
    • 提供者:曹琨
  1. qt-mouseevent

    0下载:
  2. Qt編寫而成範例,可以直接在上面使用滑鼠畫圖,隔一段時間會自動清除所畫的東西-Examples written in Qt, you can use the mouse directly on the above drawing, from time to time will automatically remove the painting what
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1253142
    • 提供者:sdaaron
  1. scribble

    0下载:
  2. 本例程是用QT编写的,可在一幅图片上用鼠标绘制任意曲线。图片要放在debug文件里。-Can be drawn with the mouse on a picture of arbitrary curves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1263951
    • 提供者:刘文娟
  1. Qbutton

    0下载:
  2. QT 的showHint 效果,绝对对你有帮助,利用QMouseEnteryEvent ,鼠标进入和移开都能看到效果,我重写的是button ,label 也可以实现-QT effects of showHint definitely help you to use QMouseEnteryEvent, access and remove the mouse can see results, I rewrite the button, label also can be achieved
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:793
    • 提供者:wangfeng
  1. mouseevent

    0下载:
  2. 源码清楚详细的解释了用qt如何实现鼠标事件,包括鼠标坐标-Source clear and detailed explanation of how to achieve using qt mouse events, including the mouse coordinates, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1441570
    • 提供者:吕鹏程
  1. ScreenSnaper

    0下载:
  2. 基于Qt4下的截屏并保存在QPixmap,这个QWidget上进行跟QQ截图有点象完成后点鼠标右键就有ContextMenu弹出Esc为退出,空格键保存图像(当然也可以右键菜单保存)-Qt4-based cut-off under the screen and save it in QPixmap, this QWidget with QQ on the screenshot a bit like the right mouse button after the completion point
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:13318
    • 提供者:韦波
  1. lovely_ball

    0下载:
  2. 轻松益智类的小游戏,自己利用qt编写,需要用鼠标玩的撞球游戏。-Puzzle game easily, their use qt write need to play pool games with the mouse.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:4491
    • 提供者:冯欢
  1. qt_paint

    1下载:
  2. 辛苦了好久,始终都没找到Image类的16位不失真转换,强行用16方法,网络传输的帧严重失真,最后招到了,里面主要有16位帧图像显示,网络传输,鼠标事件-Hard for a long time and always find the Image class, no distortion 16-bit conversion, forced to use 16-way network transmission of a serious distortion of the frame, the l
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3413842
    • 提供者:sad
  1. event-key

    0下载:
  2. 实时显示鼠标的横纵坐标数值,使用环境在QT下-Real-time display of horizontal and vertical coordinates of the mouse values, use of the environment under the QT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:8783
    • 提供者:doraemon
  1. event-mouse

    0下载:
  2. 根据键盘按键,显示所按键值字母及shift组合键大写字母、上下键-Button under the keyboard, display the key values of the letters and capital letters shift key combinations, up and down keys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8956
    • 提供者:doraemon
  1. Test_Mouse

    0下载:
  2. 在QT中控制鼠标移动,开发环境为qt creator 4.6-Control the move of the mouse
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:425249
    • 提供者:woody chan
  1. HelloQT

    0下载:
  2. QT下调用QGLWidget做跟随鼠标的五彩光效,win7 linux下编译成功-QT QGLWidget do follow the mouse to invoke the colorful light effects, win7 linux compile success
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:18285
    • 提供者:咖啡茶嘿呀
  1. mouseMoveEventandmousePressEvent

    0下载:
  2. 关于qt creater的鼠标键盘事件的详细描述,帮助初学qt的同学参考-Qt creater of the mouse and keyboard on a detailed descr iption of the event to help those students beginners qt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3079
    • 提供者:tian
  1. qt

    0下载:
  2. 这是QT的鼠标校准程序。给出了校准的重点程序,其他的主函数需要自己简单填补。-This is the QT mouse calibration procedure. Given the focus of the calibration procedure, the other main function is simple to fill their needs.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1252
    • 提供者:李晨
  1. QT-mouse-dragging-dodgeball-game

    0下载:
  2. QT鼠标拖拉躲避球游戏,QT鼠标拖拉躲避球游戏-QT mouse dragging dodgeball game
  3. 所属分类:ComboBox

    • 发布日期:2017-05-07
    • 文件大小:1279035
    • 提供者:hooray
« 12 3 4 5 6 »
搜珍网 www.dssz.com