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

搜索资源列表

  1. example-qt

    0下载:
  2. Linux下的qt编程示例,对一般人容易忽略的中文问题进行了解决。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:501.2kb
    • 提供者:王一
  1. qt

    0下载:
  2. 嵌入式面向对像的图形开发QT工具的指导示例教程
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-18
    • 文件大小:1.81mb
    • 提供者:cainiao
  1. QT4示例程序

    0下载:
  2. 所属分类:源码下载

  1. wavetest

    0下载:
  2. 用qt做的波形显示,只是一个示例,显示的是一个正弦波,有刻度表示,如果有人需要,可以增加功能-Qt to do with the waveform display, but one example, shows a sine wave, with scale indicated that, if someone needs, can increase the function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.09mb
    • 提供者:yhc
  1. pcm

    0下载:
  2. Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后 #qmake pcm.pro生成Makefile,然后 #make 最后 #./pcm 执行 注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1.22kb
    • 提供者:wujiaping
  1. delegate

    0下载:
  2. 表格数据输入时对数据类型进行过滤,示例是double型数据的过滤器-Form data entry type of data filtering, sample-based data is a double filter
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:407.88kb
    • 提供者:hongsong
  1. qtgui

    0下载:
  2. QT程序示例 简单的列子,供初学者学习应用的-QT Liezi simple sample program for beginners to learn the application of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:cheng
  1. DXGraphForStudy

    0下载:
  2. 一个简单的多文档编辑器! 带行号列号提示,6502 asm关键字自动提示! QProcess调用示例! -A simple multi-document editor! Out with its line number prompt, 6502 asm keyword automatically prompt! Example QProcess call!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.75mb
    • 提供者:wyw
  1. qt1

    0下载:
  2. Qt 4 GUI 示例程序, 基本涵盖了 Qt UI 主要内容-Qt 4 GUI sample application, covering the Qt UI main content
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:91.39kb
    • 提供者:赵瑜
  1. serialapp

    0下载:
  2. 在linux下用QT来编写的一个通过串口来通信的示例程序-In use QT under linux to write to a serial port to communicate through the sample program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.71kb
    • 提供者:zhong
  1. QtWithDll

    0下载:
  2. 在QT下编写带DLL的程序,示例源码,通过这个让我们知道QT下DLL的编写,启到一个抛砖引玉的作用吧-Prepared in the QT with a DLL procedures, sample source code, and let us know through the preparation of QT under the DLL, the role of attracting valuable opinions Kai into a bar
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:317.84kb
    • 提供者:yangjun
  1. buttongroups

    0下载:
  2. 基于QT2.3.0编写的,所有按钮编程的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, all buttons programmed sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run succes
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:196.76kb
    • 提供者:兰欣
  1. led_text_x86

    0下载:
  2. 基于QT2.3.0编写的,LED操作的示例程序。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, LED operation sample program. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run successfully.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:33.99kb
    • 提供者:兰欣
  1. life

    0下载:
  2. 基于QT2.3.0编写的示例代码。由qt公司提供。 在windows平台下,用visual C++和Qt2.3编写编译。可方便移植到目前大部分的三星ARM9开发板中。-Based on QT2.3.0 written sample code. Provided by the qt. In the windows platform, using visual C++ and compiled Qt2.3 prepared. At present, most can be easily port
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:257.87kb
    • 提供者:兰欣
  1. chap10

    0下载:
  2. 《c++gui qt4》 第10章的源程序代码 书上只给了部分示例程序的部分代码,完整源代码在这里-" C++ gui qt4" Chapter 10 of the source code for the book only to the part of some sample application code, complete source code here
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:42.91kb
    • 提供者:willow_ir
  1. QT-Demo-for-Tcp-STMP-Comm

    0下载:
  2. qt 示例代码。tcp连接,邮件发送,串口通信-qt demo for tcp,smtp , comm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:201.82kb
    • 提供者:王明心
  1. VTK应用示例之VTK与Qt整合的示例

    0下载:
  2. QT+VTK的应用实例demo和学习文档(QT+VTK application examples demo and learning documents)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-31
    • 文件大小:403kb
    • 提供者:鸭老板
  1. Qt服务器多线程示例

    0下载:
  2. QT开发的多线程服务器,能够同时链接多个客户端(Multithreading server developed by QT can link multiple clients at the same time)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:1.27mb
    • 提供者:刘三三
  1. Qt示例程序源码

    0下载:
  2. Qt示例代码源码分享,SDK:Qt5.8(Qt code source code SDK: Qt5.8)
  3. 所属分类:界面编程

    • 发布日期:2018-05-03
    • 文件大小:623kb
    • 提供者:天马教主
  1. 树莓派3B+ qr488 通过usb操作热敏打印机,打印图片qt源码

    2下载:
  2. 树莓派3B+ qr488 通过usb操作热敏打印机,打印图片源码,这是树莓派下热敏打印机的操作示例,而且有图片翻转,包括降低色阶的方法。
  3. 所属分类:Windows编程

« 12 3 4 5 6 »
搜珍网 www.dssz.com