搜索资源列表
qt-embedded-2.3.7.tar
- Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是较早的版本,但在嵌入式系统的移植比较成功!-Trolltech released on C graphical development environment to support a large number of API, is the Linux GUI development of weapon. This is an earlier version, but in the emb
qt-embedded-2.3.10-free.tar
- Trolltech公司发布的基于C++图形开发环境,支持大量的API,是Linux下的图形界面开发利器。这是一个移植到嵌入式系统上的版本! -Graph develop library published by Trolltech company, include many graph API that can used in Linux, and can replant to embedded systems.
Qt+linux数码相框
- 用 ARM9 系列处理芯片 S3C2410、Linux 操作系统和 Qt/Embedded 建 立的平台设计的数码相框系统,其中重点介绍了硬件电路和用 Qt/Embedded 实现了对多种 格式相片在 640×480 触摸 LCD上以幻灯形式显示的关键部分软件。
基于QT的喷码机图形界面
- 用法:可在安装了qt的linux环境下打开程序,但需要在虚拟帧缓冲环境(x86)下才能编译运行该程序。 主要功能:1.喷码机界面参数的设置界面;2.文本编辑界面;3.图形点阵编辑界面;4.自带中英文输入法
qt v4l的摄像头实时捕抓
- 一个老外的写的linux下基于 QT4的webcam捕抓程序
Linux_Qt4_Example
- 《Linux窗口程序设计-Qt4精彩实例分析》书中源代码,共享给大家那些没有纸质书的,光看电子书没有源代码一起分析,很痛苦,呵呵。-" Linux Windows Programming-Qt4 wonderful examples of" the book source code, shared to all who are not paper books, e-books do not just look at the source code to analyze, ver
OK6410-QT
- OK6410 Linux Qt移植百科全书,帮助那些想移植QT的朋友,适合新手。-OK6410 Linux Qt transplantation encyclopedia to help friends who want to migrate QT, suitable for beginners.
linux-Qt-MP3
- 这是我的一个嵌入式设计的mp3报告,界面是在qt下做的,移植的madplay-This is my report of an embedded design of the mp3, the interface is done under the qt, transplant madplay
nfs-qt-micro-mingui.tar
- 一个linux下的根文件系统的源码,想和大家多多交流-Under a linux root file system source code, and the U.S. want to communicate more
PowerMonitor2
- 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
textedit.tar
- qt linux arm 可浏览 txt html 支持pdf输出-qt linux arm available txt html support for pdf output
Qt
- Qt应用程序开发,做嵌入式应用程序开发的基础!非常好的资料!-linux study!
qt-devel-3.3.8-4.fc7.i386
- linux下使用qvfb的环境配置,安装步骤可参考网上教程-use qvfb linux environment configuration, installation procedures, refer to online tutorials
Qt-mp3
- 基于Qt的Mp3播放器,可以在Linux下运行-Qt-based Mp3 player that can run under Linux
five-Qt-MPlayer-code-(very-good)
- 基于QT的mplayer代码,开发项目时收集下来的,基本的功能都可能实现得了,在linux和windows下都可以运行,也可以基本嵌入式的开发。-five QT MPLAER code
Qt
- 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。 本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
qt-extended-4.4.3implantation
- 详细说明如何将qt extended 4.4.3 移植到mini2440和DM365设备上,使用的交叉编译器分别是arm-linux-gcc 4.4.3 和arm_v5t_le-gcc 4.2.0 ,对Qt的移植有一定的指导意义。-Details on how to qt extended 4.4.3 ported to mini2440 and DM365 device, respectively, using the cross compiler Is arm-linux-gcc 4.4
v4l2-Qt视频采集显示
- 通过V4l2进行视频采集,Qt实时显示。是一个例子。为刚开始进行linux视频采集编程的朋友提供参考
qt-UART-program
- qt关于uart 串口应用开发的例程,有很好的参考价值-qt linux development about uart.
GPIO口控制类GpioControl
- 自己写的嵌入式LINUX下GPIO口控制类 ,用在QT的Widgets Application中 【使用方法】 [初始化对象] GpioControl m_gpioControl; [初始化GPIO第84口OUT] m_gpioControl.Init(84); [设置GPIO第84口高电平] m_gpioControl.gpio_set_value(84, "1"); [设置GPIO第84口低电平] m_gpioControl.gpio_set_value(84, &