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

搜索资源列表

  1. debugger

    0下载:
  2. EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:549151
    • 提供者:王磊
  1. pdftest3.3

    0下载:
  2. 用QT设计的手持设备PDF阅读器。实现了阅读,翻页,滚动条。是在PXA270-S的板子上测试运行的
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:873254
    • 提供者:小龙
  1. qwtpolar-1.1.1

    1下载:
  2. qt 极坐标趋势窗口控件,使用前要先安装qwt。-qt s plot windows control,install qwt before using
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:778879
    • 提供者:wzfz
  1. QGBK

    0下载:
  2. 转换起来很方便,如果你下载有问题联系我,我会很认真帮你看你(It's easy to change. If you have any problems with me, please contact me. I'll be very careful to help you see you)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:36864
    • 提供者:暗色
  1. CyAPI

    2下载:
  2. CYAPI的QT函数库,重新编译为mingw可用的静态库(CYAPI's QT library is recompiled as a static library available for MinGW)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-18
    • 文件大小:44032
    • 提供者:spynux
  1. canvas3d

    0下载:
  2. 一个用QT的3D画板编写的太阳系地图,才有QML,描述了太阳系里所有星球的自转和公转情况。(A map of the solar system written in QT's 3D Sketchpad, with the QML, describes the rotation and rotation of all planets in the solar system.)
  3. 所属分类:其他

  1. QStockCharts-master

    0下载:
  2. 显示股票曲线,添加鼠标跟踪,并在鼠标侧边显示鼠标实时位置(Show the stock curve, add mouse tracking, and display the mouse's real-time position on the mouse side)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:670720
    • 提供者:墨墨月
  1. 摄像头linux

    0下载:
  2. 在linux的qt软件下,调用摄像头,进行拍摄(In Linux's QT software, the camera is called for filming)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:二呆子
  1. QT高级编程(中文完整高清版带书签)

    0下载:
  2. 本书是为开发人员说明如何利用Qt4.6的各种API,应用程序模式和开发实践经验(This book is for developers to illustrate how to leverage Qt4.6's various API, application patterns, and development practices)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:42673152
    • 提供者:微微+
  1. 基于MFC(QT)的OSG的自定义事件2

    0下载:
  2. 基于MFC(QT)的OSG的自定义事件,在 MFC、 QT 等中如何设计和事件、并提 供一个 mfc+osg 的简单例子,最后针对 OSG 的事件谈谈自己的理解。(Based on MFC (QT) OSG custom event, how to design, event, and mention in MFC, QT and so on Give a simple example of mfc+osg, and finally talk about your own understan
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:296960
    • 提供者:
  1. qt_test_date_wm_struct

    0下载:
  2. 一个简洁的qt工程,一个qt5工程,一个qt demo,自己编写,测试可以用,实测可用。打开编译运行即可。 这是一个qt源码工程,里面实现的主要内容是qt程序获取windows开关机消息,qt捕获windows message从而实现开关机、休眠之前的动作; 一、源码内容如下: 1. qt显示时间和日期; qt5显示日期时间,qt5获取系统时间,qt获取日期;qt日期例子。qt时间例子; 2. typedef结构体用法,typedef结构体转换和数据拷贝方法例子; 3. qt测试小
  3. 所属分类:Windows编程

  1. QT_TCP

    0下载:
  2. 基于linux的网络通信编程,c/s方式,服务器与客户端能同时收发消息(Network communication programming based on Linux)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:909312
    • 提供者:zhou1996
  1. pngtwinkle

    1下载:
  2. QT写的一段验证timer的小程序,输入10或01显示不同的图片,输入00图片闪烁。(QT writes a paragraph that verifies timer's small program, if input 10 or 01 shows different pictures, if input 00, the picture flashes.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:xyf_12
  1. ScreenSnaper

    0下载:
  2. 基于Qt4下的截屏软件 使用了QPixmap::grabWindow(QApplication::desktop()->winId())来获得屏幕的图像 并保存在QPixmap的一个对象fullScreenMap里 再将该图像画到一个QWidget上并showFullScreen()以覆盖屏幕 之后的操作都是在这个QWidget上进行 跟QQ截图有点象 完成后点鼠标右键就有ContextMenu弹出 Esc为退出,空格键保存图像(当然也可以右键菜单保存)(Scr
  3. 所属分类:界面编程

    • 发布日期:2018-04-23
    • 文件大小:13312
    • 提供者:linsirs
  1. ARM_v2

    0下载:
  2. This is an otn project, which is modeled after the latest machine of Japan's anli company. It is developed in the direction of qt, and the otn protocol is analyzed to form a complete set of test items.
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:1681408
    • 提供者:老夏~
  1. qcad

    0下载:
  2. 基于Qt开发的QCad的2D的源代码,软件模块比较全(The source code of QCad's 2D based on Qt development)
  3. 所属分类:界面编程

    • 发布日期:2018-04-29
    • 文件大小:55944192
    • 提供者:lxt891226
  1. 360QML

    0下载:
  2. 360界面,使用qt编写,参考了别人的代码(360 interface, written in QT, reference to other people's code)
  3. 所属分类:界面编程

  1. 串口

    1下载:
  2. 使用Qt进行开发的串口功能,实现了基本的串口的读写功能(The serial port function is developed by using Qt, which realizes the basic serial port's read and write function.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:无敌飞天猫
  1. plotter

    0下载:
  2. jiyuQT的坐标绘图的简单使用,使用双缓冲技术进行图形的快速放大缩小,鼠标事件的使用。(The simple use of jiyuQT's coordinate drawing, the use of double buffering technology for rapid zooming in and out of graphics, the use of mouse events.)
  3. 所属分类:界面编程

    • 发布日期:2018-05-01
    • 文件大小:175104
    • 提供者:2829735186
  1. 汉诺塔动态演示程序

    1下载:
  2. 本程序是由Qt编写的汉诺塔动态演示程序,界面精美,功能完善(This is s Hanoi Tower Demo,developed by QtC++.)
  3. 所属分类:界面编程

    • 发布日期:2018-05-03
    • 文件大小:835584
    • 提供者:summoner
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com